index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
perf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-32
/
+30
2025-05-21
perf/apple_m1: Remove driver-specific throttle support
Kan Liang
1
-2
/
+1
2025-05-21
perf/arm: Remove driver-specific throttle support
Kan Liang
4
-10
/
+5
2025-05-19
perf/arm-cmn: Add CMN S3 ACPI binding
Robin Murphy
1
-0
/
+1
2025-05-16
perf/arm-cmn: Initialise cmn->cpu earlier
Robin Murphy
1
-1
/
+1
2025-05-09
perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create()
Anand Moon
1
-1
/
+1
2025-05-09
perf/arm-cmn: Fix REQ2/SNP2 mixup
Robin Murphy
1
-4
/
+4
2025-04-17
perf: Do not enable by default during compile testing
Krzysztof Kozlowski
1
-1
/
+1
2025-04-17
perf: arm-ni: Fix missing platform_set_drvdata()
Hongbo Yao
1
-0
/
+1
2025-04-17
perf: arm-ni: Unregister PMUs on probe failure
Hongbo Yao
1
-18
/
+21
2025-04-17
perf/arm-cmn: Remove CMN-600 DTC domain special case
Robin Murphy
1
-7
/
+0
2025-03-28
Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-22
/
+3
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-2
/
+2
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+35
2025-03-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
10
-197
/
+190
2025-03-17
perf/arm_cspmu: Fix missing io.h include
Robin Murphy
1
-0
/
+1
2025-03-13
perf/arm_cspmu: Add PMEVFILT2R support
Robin Murphy
2
-2
/
+8
2025-03-13
perf/arm_cspmu: Generalise event filtering
Robin Murphy
4
-40
/
+42
2025-03-13
perf/arm_cspmu: Move register definitons to header
Robin Murphy
3
-49
/
+50
2025-03-13
Merge branch 'perf/m1-guest-events' of git://git.kernel.org/pub/scm/linux/kernel/git/oupton/linux into for-next/perf
Will Deacon
1
-21
/
+45
2025-03-11
drivers/perf: apple_m1: Provide helper for mapping PMUv3 events
Oliver Upton
1
-0
/
+35
2025-03-11
drivers/perf: apple_m1: Support host/guest event filtering
Oliver Upton
1
-4
/
+16
2025-03-11
drivers/perf: apple_m1: Refactor event select/filter configuration
Oliver Upton
1
-20
/
+32
2025-03-03
perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'
Manivannan Sadhasivam
1
-22
/
+3
2025-03-01
perf/dwc_pcie: fix duplicate pci_dev devices
Yunhui Cui
1
-6
/
+12
2025-03-01
perf/dwc_pcie: fix some unreleased resources
Yunhui Cui
1
-11
/
+22
2025-03-01
perf/arm-cmn: Minor event type housekeeping
Robin Murphy
1
-2
/
+3
2025-03-01
perf: apple_m1: Don't disable counter in m1_pmu_enable_event()
Rob Herring (Arm)
1
-4
/
+0
2025-03-01
perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable_event()
Rob Herring (Arm)
1
-6
/
+0
2025-03-01
perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and interrupts
Rob Herring (Arm)
1
-44
/
+0
2025-03-01
perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()
Mark Rutland
1
-5
/
+0
2025-03-01
perf: arm_pmu: Don't disable counter in armpmu_add()
Mark Rutland
1
-5
/
+3
2025-03-01
perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
Rob Herring (Arm)
1
-2
/
+2
2025-02-28
perf: arm_pmuv3: Add support for ARM Rainier PMU
Vincenzo Frascino
1
-0
/
+2
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
1
-2
/
+2
2025-02-18
drivers: perf: Switch to use hrtimer_setup()
Nam Cao
3
-8
/
+6
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2
-2
/
+2
2025-01-20
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
17
-486
/
+863
2025-01-10
perf: arm_spe: Add format option for discard mode
James Clark
1
-0
/
+22
2025-01-10
drivers/perf: apple_m1: Map generic branch events
Oliver Upton
1
-0
/
+2
2025-01-09
Merge patch series "SBI PMU event related fixes"
Palmer Dabbelt
1
-10
/
+12
2025-01-09
drivers/perf: riscv: Do not allow invalid raw event config
Atish Patra
1
-2
/
+5
2025-01-09
drivers/perf: riscv: Return error for default case
Atish Patra
1
-2
/
+3
2025-01-09
drivers/perf: riscv: Fix Platform firmware event data
Atish Patra
1
-7
/
+5
2025-01-07
drivers/perf: hisi: Set correct IRQ affinity for PMUs with no association
Yicong Yang
1
-1
/
+1
2024-12-19
perf: imx9_perf: Introduce AXI filter version to refactor the driver and better extension
Xu Yang
1
-8
/
+25
2024-12-19
perf/arm-cmn: Permit more exhaustive groups
Robin Murphy
1
-2
/
+2
2024-12-11
perf/dwc_pcie: Qualify RAS DES VSEC Capability by Vendor, Revision
Bjorn Helgaas
1
-31
/
+37
2024-12-10
drivers/perf: hisi: Delete redundant blank line of DDRC PMU
Junhao He
1
-1
/
+0
2024-12-10
drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driver
Junhao He
1
-3
/
+3
[next]