index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
perf
/
core-book3s.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-21
powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...
Athira Rajeev
1
-20
/
+15
2022-02-01
powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...
Athira Rajeev
1
-3
/
+14
2022-01-27
powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...
Athira Rajeev
1
-1
/
+57
2022-01-27
powerpc/perf: move perf irq/nmi handling details into traps.c
Nicholas Piggin
1
-33
/
+2
2022-01-27
powerpc/perf: MMCR0 control for PMU registers under PMCC=00
Athira Rajeev
1
-0
/
+4
2021-09-03
powerpc/perf: Invoke per-CPU variable access with disabled interrupts
Athira Rajeev
1
-4
/
+6
2021-03-17
powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
Athira Rajeev
1
-4
/
+15
2021-03-17
powerpc/perf: Fix handling of privilege level checks in perf interrupt context
Athira Rajeev
1
-2
/
+2
2020-12-30
powerpc/perf: Exclude kernel samples while counting events in user space.
Athira Rajeev
1
-0
/
+10
2020-12-30
powerpc/perf: Fix crash with is_sier_available when pmu is not set
Athira Rajeev
1
-0
/
+3
2020-08-27
powerpc/perf: Fix crashes with generic_compat_pmu & BHRB
Alexey Kardashevskiy
1
-5
/
+14
2020-08-20
powerpc/perf: Fix soft lockups due to missed interrupt accounting
Athira Rajeev
1
-0
/
+4
2020-08-17
powerpc/perf: Add support for outputting extended regs in perf intr_regs
Anju T Sudhakar
1
-0
/
+1
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-33
/
+75
2020-07-27
powerpc/64s/hash: Fix hash_preload running with interrupts enabled
Nicholas Piggin
1
-0
/
+6
2020-07-22
powerpc/perf: BHRB control to disable BHRB logic when not used
Athira Rajeev
1
-4
/
+16
2020-07-22
powerpc/perf: Ignore the BHRB kernel address filtering for P10
Athira Rajeev
1
-1
/
+4
2020-07-22
powerpc/perf: power10 Performance Monitoring support
Athira Rajeev
1
-0
/
+2
2020-07-22
powerpc/perf: Add Power10 PMU feature to DT CPU features
Madhavan Srinivasan
1
-0
/
+1
2020-07-22
powerpc/perf: Add support for ISA3.1 PMU SPRs
Madhavan Srinivasan
1
-0
/
+29
2020-07-22
powerpc/perf: Update Power PMU cache_events to u64 type
Athira Rajeev
1
-1
/
+1
2020-07-21
powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
Athira Rajeev
1
-29
/
+24
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
1
-1
/
+2
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+2
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-2
/
+2
2020-02-11
perf/core: Add new branch sample type for HW index of raw branch records
Kan Liang
1
-0
/
+1
2020-01-25
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
1
-7
/
+1
2019-10-17
perf_event: Add support for LSM and SELinux checks
Joel Fernandes (Google)
1
-10
/
+8
2019-06-02
Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-22
powerpc/perf: Fix MMCRA corruption by bhrb_filter
Ravi Bangoria
1
-2
/
+4
2019-05-02
powerpc/perf: Add generic compat mode pmu driver
Madhavan Srinivasan
1
-1
/
+1
2019-05-02
powerpc/perf: init pmu from core-book3s
Madhavan Srinivasan
1
-0
/
+28
2018-12-21
Powerpc/perf: Wire up PMI throttling
Ravi Bangoria
1
-1
/
+10
2018-12-20
powerpc/perf: Add constraints for power9 l2/l3 bus events
Madhavan Srinivasan
1
-5
/
+15
2018-12-20
powerpc/perf: Update perf_regs structure to include SIER
Madhavan Srinivasan
1
-0
/
+8
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-34
/
+0
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-34
/
+0
2018-07-16
perf, tools: Use correct articles in comments
Tobias Tefke
1
-3
/
+3
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+50
2018-03-27
powerpc/perf: Infrastructure to support addition of blacklisted events
Madhavan Srinivasan
1
-0
/
+21
2018-03-27
powerpc/perf: Prevent kernel address leak via perf_get_data_addr()
Madhavan Srinivasan
1
-0
/
+4
2018-03-27
powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
Madhavan Srinivasan
1
-0
/
+10
2018-03-27
powerpc/perf: Fix kernel address leak via sampling registers
Michael Ellerman
1
-0
/
+15
2018-03-16
perf: Fix sibling iteration
Peter Zijlstra
1
-1
/
+1
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
1
-1
/
+1
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-4
/
+8
2018-01-19
powerpc/64: Change soft_enabled from flag to bitmask
Madhavan Srinivasan
1
-1
/
+1
2018-01-19
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
1
-1
/
+1
2017-12-13
powerpc/perf: Dereference BHRB entries safely
Ravi Bangoria
1
-2
/
+6
[next]