index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event.c
Commit message (
Expand
)
Author
Age
*
ARM: perf: reject groups spanning multiple hardware PMUs
Suzuki K. Poulose
2015-03-19
*
ARM: 8255/1: perf: Prevent wraparound during overflow
Daniel Thompson
2015-01-12
*
ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-12
*
arm: perf: fold percpu_pmu into pmu_hw_events
Mark Rutland
2014-10-30
*
arm: perf: kill get_hw_events()
Mark Rutland
2014-10-30
*
arm: perf: limit size of accounting data
Mark Rutland
2014-10-30
*
arm: perf: use IDR types for CPU PMUs
Mark Rutland
2014-10-30
*
arm: perf: factor out callchain code
Mark Rutland
2014-10-30
*
Merge branch 'devel-stable' into for-next
Russell King
2014-08-05
|
\
|
*
ARM: perf: disable the pagefault handler when reading from user space
Jean Pihet
2014-07-09
|
*
ARM: perf: Check that current->mm is alive before getting user callchain
Jean Pihet
2014-07-09
*
|
ARM: 8071/1: perf: Make perf use arm_get_current_stackframe
Nikolay Borisov
2014-07-18
|
/
*
perf/ARM: Use common PMU interrupt disabled code
Vince Weaver
2014-06-05
*
ARM: perf: hook up perf_sample_event_took around pmu irq handling
Will Deacon
2014-02-21
*
ARM: perf: add hook for event index clearing
Stephen Boyd
2014-02-21
*
ARM: perf: support percpu irqs for the CPU PMU
Stephen Boyd
2014-02-21
*
Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...
Will Deacon
2013-12-17
*
ARM: perf: fix group validation for mixed software and hardware groups
Will Deacon
2013-10-09
*
ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()
Stephen Boyd
2013-08-13
*
ARM: 7809/1: perf: fix event validation for software group leaders
Will Deacon
2013-08-13
*
ARM: 7765/1: perf: Record the user-mode PC in the call chain.
Jed Davis
2013-06-24
*
ARM: 7698/1: perf: fix group validation when using enable_on_exec
Will Deacon
2013-04-17
*
ARM: 7667/1: perf: Fix section mismatch on armpmu_init()
Stephen Boyd
2013-03-06
*
ARM: 7664/1: perf: remove erroneous semicolon from event initialisation
Chen Gang
2013-03-03
*
ARM: perf: simplify __hw_perf_event_init err handling
Mark Rutland
2013-01-18
*
ARM: perf: remove unnecessary checks for idx < 0
Mark Rutland
2013-01-18
*
ARM: PMU: fix runtime PM enable
Jon Hunter
2012-11-09
*
ARM: perf: consistently use arm_pmu->name for PMU name
Will Deacon
2012-11-09
*
ARM: perf: consistently use struct perf_event in arm_pmu functions
Sudeep KarkadaNagesha
2012-11-09
*
ARM: perf: add guest vs host discrimination
Marc Zyngier
2012-11-09
*
ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
Will Deacon
2012-10-18
*
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
2012-08-23
*
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon
2012-08-23
*
ARM: perf: prepare for moving CPU PMU code into separate file
Will Deacon
2012-08-23
*
ARM: perf: probe devicetree in preference to current CPU
Will Deacon
2012-08-23
*
ARM: perf: remove mysterious compiler barrier
Will Deacon
2012-08-23
*
ARM: pmu: remove unused reservation mechanism
Will Deacon
2012-08-23
*
ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs
Will Deacon
2012-08-23
*
ARM: PMU: Add runtime PM Support
Jon Hunter
2012-08-23
*
-
.
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
2012-07-27
|
\
\
|
|
*
ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration
Will Deacon
2012-07-09
|
|
/
*
/
ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailable
Will Deacon
2012-07-05
|
/
*
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-03-29
|
\
|
*
ARM: 7315/1: perf: add support for the Cortex-A7 PMU
Will Deacon
2012-03-24
*
|
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
2012-03-12
|
\
\
|
*
|
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2012-03-05
|
|
/
*
|
ARM: 7358/1: perf: add PMU hotplug notifier
Lorenzo Pieralisi
2012-03-07
*
|
ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling mode
Will Deacon
2012-03-07
|
/
*
Merge branch 'devel-stable' into for-linus
Russell King
2012-01-05
|
\
|
*
-
.
Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk
Will Deacon
2011-12-02
|
|
\
\
[next]