Sign in
gem5
/
arm
/
linux
/
b79387ef185af2323594920923cecba5753c3817
b79387e
perf: Fix enable_on_exec for sibling events
by Peter Zijlstra
· 13 years ago
1d9b482
perf: Remove superfluous arguments
by Peter Zijlstra
· 13 years ago
4defea8
perf, x86: Prefer fixed-purpose counters when scheduling
by Peter Zijlstra
· 13 years ago
bc1738f
perf, x86: Fix event scheduler for constraints with overlapping counters
by Robert Richter
· 13 years ago
1e2ad28
perf, x86: Implement event scheduler helper functions
by Robert Richter
· 13 years ago
0f5a260
perf: Avoid a useless pmu_disable() in the perf-tick
by Peter Zijlstra
· 13 years ago
d6c1c49
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
ddf6e0e
ftrace: Fix hash record accounting bug
by Steven Rostedt
· 13 years ago
d06c27b
perf: Fix parsing of __print_flags() in TP_printk()
by Steven Rostedt
· 13 years ago
bbbf7af
jump_label: jump_label_inc may return before the code is patched
by Gleb Natapov
· 13 years ago
c7c6ec8
ftrace: Remove force undef config value left for testing
by Steven Rostedt
· 13 years ago
27b14b5
tracing: Restore system filter behavior
by Li Zefan
· 13 years ago
cb59974
tracing: fix event_subsystem ref counting
by Ilya Dryomov
· 13 years ago
9dde9dc
x86/tools: Add decoded instruction dump mode
by Masami Hiramatsu
· 13 years ago
a9c373d
x86: Update instruction decoder to support new AVX formats
by Masami Hiramatsu
· 13 years ago
e70825f
x86/tools: Fix insn_sanity message outputs
by Masami Hiramatsu
· 13 years ago
bfbe901
x86/tools: Fix instruction decoder message output
by Masami Hiramatsu
· 13 years ago
130b78b
x86: Fix instruction decoder to handle grouped AVX instructions
by Masami Hiramatsu
· 13 years ago
1056c3e
x86/tools: Fix Makefile to build all test tools
by Masami Hiramatsu
· 13 years ago
dc440d10
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent
by Ingo Molnar
· 13 years ago
2c3757e
Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent
by Ingo Molnar
· 13 years ago
10c6db1
perf: Fix loss of notification with multi-event
by Peter Zijlstra
· 13 years ago
16e5294
perf, x86: Force IBS LVT offset assignment for family 10h
by Robert Richter
· 13 years ago
6a600a8
perf, x86: Disable PEBS on SandyBridge chips
by Peter Zijlstra
· 13 years ago
f71c49e
perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test
by Arnaldo Carvalho de Melo
· 13 years ago
3e7c439
perf test: Validate PERF_RECORD_ events and perf_sample fields
by Arnaldo Carvalho de Melo
· 13 years ago
482ad89
perf event: Introduce perf_event__fprintf
by Arnaldo Carvalho de Melo
· 13 years ago
d3d9acf
trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter
by Tejun Heo
· 13 years ago
e60770a
perf test: Allow running just a subset of the available tests
by Arnaldo Carvalho de Melo
· 13 years ago
806fb63
perf evlist: Always do automatic allocation of pollfd and mmap structures
by Arnaldo Carvalho de Melo
· 13 years ago
ee29be6
perf tools: Save some loops using perf_evlist__id2evsel
by Arnaldo Carvalho de Melo
· 13 years ago
e7984b7
perf script: Add comm filtering option
by David Ahern
· 13 years ago
c8e6672
perf tools: make -C consistent across commands (for cpu list arg)
by David Ahern
· 13 years ago
1758af1
perf top: Stop using globals for tool state
by Arnaldo Carvalho de Melo
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
7009cc3
perf annotate: Group options in a struct
by Arnaldo Carvalho de Melo
· 13 years ago
fa372aa
perf report: Group options in a struct
by Arnaldo Carvalho de Melo
· 13 years ago
e3f4260
perf tools: Use evsel->attr.sample_type instead of session->sample_type
by Arnaldo Carvalho de Melo
· 13 years ago
246d4ce
perf session: Remove superfluous callchain_cursor member
by Arnaldo Carvalho de Melo
· 13 years ago
10d0f08
perf event: perf_event_ops->attr() manipulates only an evlist
by Arnaldo Carvalho de Melo
· 13 years ago
81e36bf
perf evlist: Introduce id_hdr_size method out of perf_session
by Arnaldo Carvalho de Melo
· 13 years ago
d04b35f
perf symbols: Add nr_events to symbol_conf
by Arnaldo Carvalho de Melo
· 13 years ago
18b5523
perf ui progress: Fix divide by zero
by Arnaldo Carvalho de Melo
· 13 years ago
ed80f58
perf record: Move 'group' to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
b424eba
perf session: Move threads to struct machine
by Arnaldo Carvalho de Melo
· 13 years ago
01c2d99
perf record: Move mmap_pages to perf_record_opts
by Arnaldo Carvalho de Melo
· 13 years ago
50a682c
perf evlist: Handle default value for 'pages' on mmap method
by Arnaldo Carvalho de Melo
· 13 years ago
35b9d88
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
by Arnaldo Carvalho de Melo
· 13 years ago
0f82ebc
perf evsel: Introduce config attr method
by Arnaldo Carvalho de Melo
· 13 years ago
a8c9ae1
perf evlist: Introduce add_tracepoints method
by Arnaldo Carvalho de Melo
· 13 years ago
50d08e4
perf evlist: Introduce perf_evlist__add_attrs
by Arnaldo Carvalho de Melo
· 13 years ago
ebf294b
perf tools: Simplify debugfs mountpoint handling code
by Arnaldo Carvalho de Melo
· 13 years ago
c168fbf
perf tools: Eliminate duplicate code and use PATH_MAX consistently
by Arnaldo Carvalho de Melo
· 13 years ago
47fbe53
perf session: Fix crash with invalid CPU list
by David Ahern
· 13 years ago
0e2a5f1
perf python: Fix undefined symbol problem
by Arnaldo Carvalho de Melo
· 13 years ago
c23205c
Merge branch 'core' of git://amd64.org/linux/rric into perf/core
by Ingo Molnar
· 13 years ago
4a1dba7
Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent
by Ingo Molnar
· 13 years ago
5d81e5c
events: Don't divide events if it has field period
by Andrew Vagin
· 13 years ago
9251f90
perf: Carve out callchain functionality
by Borislav Petkov
· 13 years ago
ed13ec5
perf/x86: Enable raw event access to Intel offcore events
by Peter Zijlstra
· 13 years ago
aa2bc1a
perf: Don't use -ENOSPC for out of PMU resources
by Peter Zijlstra
· 13 years ago
1d5f003
perf: Do not set task_ctx pointer in cpuctx if there are no events in the context
by Gleb Natapov
· 13 years ago
57d1c0c
perf/x86: Fix PEBS instruction unwind
by Peter Zijlstra
· 13 years ago
7f80850
Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 13 years ago
b93cd6a
Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 13 years ago
d291ffb
Merge git://github.com/rustyrussell/linux
by Linus Torvalds
· 13 years ago
72103bd
virtio-pci: fix use after free
by Michael S. Tsirkin
· 13 years ago
52e4c2a
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
3439a8d
ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)
by Rafael J. Wysocki
· 13 years ago
a7c36fd
drm/radeon/kms/combios: fix dynamic allocation of PM clock modes
by Alex Deucher
· 13 years ago
5b34b08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
eb0b38a
[CPUFREQ] db8500: fix build error due to undeclared i variable
by Axel Lin
· 13 years ago
8f042aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 13 years ago
e6f1227
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
3455229
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
732783f
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
9f80d8b
bma023: Add SFI translation for this device
by William Douglas
· 13 years ago
57e6319
vrtc: change its year offset from 1960 to 1972
by Feng Tang
· 13 years ago
f2ee442
ce4100: fix a build error
by Zhang Rui
· 13 years ago
87618e0
Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev
by Linus Torvalds
· 13 years ago
c1f4246
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
fe10e6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
f28ad3b
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
42a0ddc
Merge git://github.com/herbertx/crypto
by Linus Torvalds
· 13 years ago
53e3ccf
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
ab8fe93
Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes
by Olof Johansson
· 13 years ago
09d37c4
Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
by Olof Johansson
· 13 years ago
f750ba9
arm/imx: fix imx6q mmc error when mounting rootfs
by Shawn Guo
· 13 years ago
1b92999
arm/imx: fix AUTO_ZRELADDR selection
by Shawn Guo
· 13 years ago
59198b6
arm/imx: fix the references to ARCH_MX3
by Shawn Guo
· 13 years ago
f1dfaef
ARM: mx51/53: set pwm clock parent to ipg_perclk
by Richard Zhao
· 13 years ago
8965593
btrfs: rename the option to nospace_cache
by David Sterba
· 13 years ago
8f3f1c9
drm/radeon/kms/pm: switch to dynamically allocating clock mode array
by Alex Deucher
· 13 years ago
bbe26ff
drm/radeon/kms: optimize r600_pm_profile_init
by Alex Deucher
· 13 years ago
a4c9e2e
drm/radeon/kms/pm: add a proper pm profile init function for fusion
by Alex Deucher
· 13 years ago
10b391b
drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()
by Alex Deucher
· 13 years ago
69f4cb5
Btrfs: handle bio_add_page failure gracefully in scrub
by Arne Jansen
· 13 years ago
6c3d904
drm/exynos: added padding to be 64-bit align.
by Inki Dae
· 13 years ago
Next »