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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-24
Merge branch 'for-next/uprobes' into for-next/core
Will Deacon
8
-55
/
+172
2025-09-24
Merge branch 'for-next/sysregs' into for-next/core
Will Deacon
3
-23
/
+69
2025-09-24
Merge branch 'for-next/selftests' into for-next/core
Will Deacon
14
-32
/
+144
2025-09-24
Merge branch 'for-next/perf' into for-next/core
Will Deacon
26
-174
/
+2399
2025-09-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
20
-146
/
+692
2025-09-24
Merge branch 'for-next/misc' into for-next/core
Will Deacon
2
-5
/
+6
2025-09-24
Merge branch 'for-next/entry' into for-next/core
Will Deacon
14
-297
/
+231
2025-09-24
Merge branch 'for-next/docs' into for-next/core
Will Deacon
1
-12
/
+2
2025-09-24
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
10
-2
/
+25
2025-09-24
Merge branch 'for-next/cca' into for-next/core
Will Deacon
5
-7
/
+39
2025-09-24
Merge branch 'for-next/fixes' into for-next/core
Will Deacon
11
-17
/
+54
2025-09-24
arm64: Kconfig: Make CPU_BIG_ENDIAN depend on BROKEN
Will Deacon
1
-1
/
+1
2025-09-24
perf/dwc_pcie: Fix use of uninitialized variable
Ilkka Koskinen
1
-1
/
+1
2025-09-22
arm/syscalls: mark syscall invocation as likely in invoke_syscall
Can Peng
1
-1
/
+1
2025-09-22
Documentation: hisi-pmu: Add introduction to HiSilicon V3 PMU
Yushan Wang
1
-0
/
+33
2025-09-22
Documentation: hisi-pmu: Fix of minor format error
Yushan Wang
1
-2
/
+3
2025-09-22
drivers/perf: hisi: Add support for L3C PMU v3
Yicong Yang
2
-30
/
+324
2025-09-22
drivers/perf: hisi: Refactor the event configuration of L3C PMU
Yicong Yang
1
-45
/
+84
2025-09-22
drivers/perf: hisi: Extend the field of tt_core
Yicong Yang
1
-2
/
+2
2025-09-22
drivers/perf: hisi: Extract the event filter check of L3C PMU
Yicong Yang
1
-2
/
+8
2025-09-22
drivers/perf: hisi: Simplify the probe process of each L3C PMU version
Yicong Yang
1
-17
/
+26
2025-09-22
drivers/perf: hisi: Export hisi_uncore_pmu_isr()
Yicong Yang
2
-1
/
+3
2025-09-22
drivers/perf: hisi: Relax the event ID check in the framework
Yicong Yang
2
-2
/
+3
2025-09-22
perf: Fujitsu: Add the Uncore PMU driver
Koichi Okuno
5
-0
/
+734
2025-09-22
arm64: map [_text, _stext) virtual address range non-executable+read-only
Omar Sandoval
4
-8
/
+18
2025-09-22
arm64/sysreg: Update TCR_EL1 register
Anshuman Khandual
2
-10
/
+44
2025-09-22
arm64: Enable vmalloc-huge with ptdump
Dev Jain
4
-13
/
+52
2025-09-22
arm64: cpufeature: add Neoverse-V3AE to BBML2 allow list
Ryan Roberts
1
-0
/
+1
2025-09-22
arm64: errata: Apply workarounds for Neoverse-V3AE
Mark Rutland
3
-0
/
+4
2025-09-22
arm64: cputype: Add Neoverse-V3AE definitions
Mark Rutland
1
-0
/
+2
2025-09-19
arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
Ryan Roberts
4
-27
/
+187
2025-09-19
arm64: Kconfig: Spell out "ARMv9.4" in menuconfig text
Will Deacon
1
-2
/
+2
2025-09-19
kselftest/arm64: Add lsfe to the hwcaps test
Mark Brown
1
-0
/
+21
2025-09-19
arm64: acpi: Enable ACPI CCEL support
Suzuki K Poulose
1
-0
/
+10
2025-09-19
arm64: Enable EFI secret area Securityfs support
Suzuki K Poulose
2
-1
/
+5
2025-09-19
arm64: realm: ioremap: Allow mapping memory as encrypted
Suzuki K Poulose
3
-6
/
+24
2025-09-18
arm64: mm: support large block mapping when rodata=full
Yang Shi
6
-6
/
+277
2025-09-18
arm64: Enable permission change on arm64 kernel block mappings
Dev Jain
3
-43
/
+115
2025-09-18
arm64: cpufeature: add AmpereOne to BBML2 allow list
Yang Shi
1
-0
/
+2
2025-09-18
arm64: probes: Fix incorrect bl/blr address and register usage
Jeremy Linton
1
-2
/
+2
2025-09-18
arm64: cpufeature: Add Olympus MIDR to BBML2 allow list
Shanker Donthineni
1
-0
/
+1
2025-09-18
arm64: cputype: Add NVIDIA Olympus definitions
Shanker Donthineni
1
-0
/
+2
2025-09-18
perf/arm-cmn: Fix CMN S3 DTM offset
Robin Murphy
1
-3
/
+6
2025-09-18
arm64: cputype: Remove duplicate Cortex-X1C definitions
Mark Rutland
1
-2
/
+0
2025-09-18
perf: arm_spe: Prevent overflow in PERF_IDX2OFF()
Leo Yan
1
-1
/
+2
2025-09-18
coresight: trbe: Prevent overflow in PERF_IDX2OFF()
Leo Yan
1
-1
/
+2
2025-09-18
MAINTAINERS: Remove myself from HiSilicon PMU maintainers
Yicong Yang
1
-1
/
+0
2025-09-18
drivers/perf: hisi: Add support for HiSilicon MN PMU driver
Junhao He
2
-1
/
+412
2025-09-18
drivers/perf: hisi: Add support for HiSilicon NoC PMU
Yicong Yang
3
-1
/
+456
2025-09-18
perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditions
Yicong Yang
1
-2
/
+27
[next]