index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event.c
Age
Commit message (
Expand
)
Author
2011-08-31
ARM: perf: only register a CPU PMU when present
Mark Rutland
2011-08-31
ARM: perf: allow armpmu to implement mode exclusion
Will Deacon
2011-08-31
ARM: perf: index PMU registers from zero
Will Deacon
2011-08-31
ARM: perf: use cpumask_t to record active IRQs
Will Deacon
2011-08-31
ARM: PMU: move CPU PMU platform device handling and init into perf
Will Deacon
2011-08-31
ARM: perf: de-const struct arm_pmu
Mark Rutland
2011-07-22
Merge branch 'devel-stable' into for-next
Russell King
2011-07-22
Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...
Russell King
2011-07-15
Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable
Russell King
2011-07-07
ARM: perf: add support for the Cortex-A15 PMU
Will Deacon
2011-07-07
ARM: perf: add support for the Cortex-A5 PMU
Will Deacon
2011-07-05
ARM: 6989/1: perf: do not start the PMU when no events are present
Will Deacon
2011-06-29
ARM: 6974/1: pmu: refactor reservation
Mark Rutland
2011-05-20
ARM: 6902/1: perf: Remove erroneous check on active_events
Mark Rutland
2011-04-27
ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace code
Sonny Rao
2011-04-10
ARM: 6865/1: perf: ensure pass through zero is counted on overflow
Will Deacon
2011-03-26
ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latency
Will Deacon
2011-03-26
ARM: 6834/1: perf: reset counters on all CPUs during initialisation
Will Deacon
2011-02-19
Merge branch 'pmu-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Russell King
2011-02-17
ARM: perf_event: allow platform-specific interrupt handler
Rabin Vincent
2011-02-10
ARM: 6654/1: perf/oprofile: fix off-by-one in stack check
Rabin Vincent
2011-01-06
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2010-12-16
perf: Dynamic pmu types
Peter Zijlstra
2010-12-04
ARM: 6521/1: perf: use raw_spinlock_t for pmu_lock
Will Deacon
2010-12-04
ARM: 6512/1: perf: fix warnings generated by sparse
Will Deacon
2010-11-26
perf, arch: Cleanup perf-pmu init vs lockup-detector
Peter Zijlstra
2010-11-25
ARM: perf: separate PMU backends into multiple files
Will Deacon
2010-11-25
ARM: perf: encode PMU name in arm_pmu structure
Will Deacon
2010-11-25
ARM: perf: add _init() functions to PMUs
Will Deacon
2010-11-25
ARM: perf: avoid exposing internal stop function for v6 PMU
Will Deacon
2010-11-25
ARM: perf: consolidate common PMU behaviour
Will Deacon
2010-11-07
ARM: 6469/1: perf-events: squash compiler warning
Will Deacon
2010-10-18
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
2010-10-15
Merge remote branch 'tip/perf/core' into oprofile/core
Robert Richter
2010-10-14
perf, ARM: Fix sysfs bits removal build failure
Ingo Molnar
2010-10-11
Merge branch 'oprofile/urgent' (early part) into oprofile/perf
Robert Richter
2010-10-11
perf: Add helper function to return number of counters
Matt Fleming
2010-09-15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2010-09-09
perf: Remove the sysfs bits
Peter Zijlstra
2010-09-09
perf: Rework the PMU methods
Peter Zijlstra
2010-09-09
perf: Per PMU disable
Peter Zijlstra
2010-09-09
perf: Reduce perf_disable() usage
Peter Zijlstra
2010-09-09
perf: Register PMU implementations
Peter Zijlstra
2010-09-09
perf: Deconstify struct pmu
Peter Zijlstra
2010-09-02
ARM: 6352/1: perf: fix event validation
Will Deacon
2010-09-01
ARM: 6330/1: perf: reword comments relating to perf_event_do_pending
Will Deacon
2010-08-19
perf: Factorize callchain context handling
Frederic Weisbecker
2010-08-19
perf: Generalize some arch callchain code
Frederic Weisbecker
2010-08-19
perf: Generalize callchain_store()
Frederic Weisbecker
2010-08-19
perf: Drop unappropriate tests on arch callchains
Frederic Weisbecker
[prev]
[next]