index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-22
arm64: Kconfig: Keep selects somewhat alphabetically ordered
Catalin Marinas
1
-2
/
+2
2025-07-22
arm64: signal: Remove ISB when resetting POR_EL0
Kevin Brodsky
1
-2
/
+5
2025-07-22
kselftest/arm64: Handle attempts to disable SM on SME only systems
Mark Brown
1
-0
/
+3
2025-07-22
kselftest/arm64: Fix SVE write data generation for SME only systems
Mark Brown
1
-0
/
+6
2025-07-22
kselftest/arm64: Test SME on SME only systems in fp-ptrace
Mark Brown
1
-1
/
+1
2025-07-22
kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace
Mark Brown
1
-2
/
+64
2025-07-22
kselftest/arm64: Allow sve-ptrace to run on SME only systems
Mark Brown
1
-3
/
+0
2025-07-17
arm64/mm: Drop redundant addr increment in set_huge_pte_at()
Anshuman Khandual
1
-1
/
+1
2025-07-17
kselftest/arm4: Provide local defines for AT_HWCAP3
Mark Brown
2
-0
/
+8
2025-07-17
arm64: Mark kernel as tainted on SAE and SError panic
Breno Leitao
2
-0
/
+2
2025-07-15
arm64/gcs: Don't call gcs_free() when releasing task_struct
Mark Brown
2
-7
/
+0
2025-07-14
drivers/perf: hisi: Support PMUs with no interrupt
Yicong Yang
1
-3
/
+8
2025-07-14
drivers/perf: hisi: Relax the event number check of v2 PMUs
Junhao He
4
-6
/
+6
2025-07-14
drivers/perf: hisi: Add support for HiSilicon SLLC v3 PMU driver
Junhao He
1
-0
/
+40
2025-07-14
drivers/perf: hisi: Use ACPI driver_data to retrieve SLLC PMU information
Junhao He
1
-60
/
+118
2025-07-14
drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driver
Junhao He
1
-0
/
+24
2025-07-14
drivers/perf: hisi: Simplify the probe process for each DDRC version
Junhao He
2
-188
/
+142
2025-07-14
perf/arm-ni: Support sharing IRQs within an NI instance
Shouping Wang
1
-27
/
+55
2025-07-14
perf/arm-ni: Consolidate CPU affinity handling
Robin Murphy
1
-40
/
+34
2025-07-14
perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentation
Alok Tiwari
1
-3
/
+3
2025-07-14
perf/cxlpmu: Remove unintended newline from IRQ name format string
Alok Tiwari
1
-1
/
+1
2025-07-14
perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()
Alok Tiwari
1
-2
/
+2
2025-07-08
perf: arm_spe: Relax period restriction
Leo Yan
1
-7
/
+11
2025-07-08
perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
Rob Herring (Arm)
7
-5
/
+990
2025-07-08
KVM: arm64: nvhe: Disable branch generation in nVHE guests
Anshuman Khandual
4
-1
/
+39
2025-07-08
arm64: Handle BRBE booting requirements
Anshuman Khandual
2
-3
/
+89
2025-07-08
arm64/sysreg: Add BRBE registers and fields
Anshuman Khandual
2
-10
/
+138
2025-07-08
arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=y
Masahiro Yamada
2
-2
/
+2
2025-07-08
arm64: remove CONFIG_VMAP_STACK checks from entry code
Breno Leitao
2
-8
/
+0
2025-07-08
arm64: remove CONFIG_VMAP_STACK checks from SDEI stack handling
Breno Leitao
1
-6
/
+2
2025-07-08
arm64: remove CONFIG_VMAP_STACK checks from stacktrace overflow logic
Breno Leitao
2
-8
/
+2
2025-07-08
arm64: remove CONFIG_VMAP_STACK conditionals from traps overflow stack
Breno Leitao
1
-3
/
+0
2025-07-08
arm64: remove CONFIG_VMAP_STACK conditionals from irq stack setup
Breno Leitao
1
-13
/
+0
2025-07-08
arm64: Remove CONFIG_VMAP_STACK conditionals from THREAD_SHIFT and THREAD_ALIGN
Breno Leitao
1
-5
/
+1
2025-07-08
arm64: efi: Remove CONFIG_VMAP_STACK check
Breno Leitao
1
-5
/
+0
2025-07-08
arm64: Mandate VMAP_STACK
Breno Leitao
1
-0
/
+1
2025-07-08
arm64: debug: remove debug exception registration infrastructure
Ada Couprie Diaz
7
-97
/
+2
2025-07-08
arm64: debug: split bkpt32 exception entry
Ada Couprie Diaz
3
-13
/
+17
2025-07-08
arm64: debug: split brk64 exception entry
Ada Couprie Diaz
3
-33
/
+39
2025-07-08
arm64: debug: split hardware watchpoint exception entry
Ada Couprie Diaz
3
-12
/
+40
2025-07-08
arm64: debug: split single stepping exception entry
Ada Couprie Diaz
4
-47
/
+73
2025-07-08
arm64: debug: refactor reinstall_suspended_bps()
Ada Couprie Diaz
3
-17
/
+16
2025-07-08
arm64: debug: split hardware breakpoint exception entry
Ada Couprie Diaz
3
-10
/
+39
2025-07-08
arm64: entry: Add entry and exit functions for debug exceptions
Ada Couprie Diaz
3
-22
/
+26
2025-07-08
arm64: debug: remove break/step handler registration infrastructure
Ada Couprie Diaz
2
-87
/
+0
2025-07-08
arm64: debug: call step handlers statically
Ada Couprie Diaz
5
-47
/
+28
2025-07-08
arm64: debug: call software breakpoint handlers statically
Ada Couprie Diaz
10
-111
/
+81
2025-07-08
arm64: refactor aarch32_break_handler()
Ada Couprie Diaz
3
-7
/
+7
2025-07-08
arm64: debug: clean up single_step_handler logic
Ada Couprie Diaz
1
-6
/
+4
2025-07-04
perf/arm: Add missing .suppress_bind_attrs
Robin Murphy
2
-0
/
+2
[next]