summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | arm64: move PAC masks to <asm/pointer_auth.h>Mark Rutland2023-04-133-7/+8
| | * | | | arm64: use XPACLRI to strip PACMark Rutland2023-04-135-16/+28
| | * | | | arm64: avoid redundant PAC stripping in __builtin_return_address()Mark Rutland2023-04-132-0/+17
| | * | | | arm64: stacktrace: always inline core stacktrace functionsMark Rutland2023-04-111-10/+13
| | * | | | arm64: stacktrace: move dump functions to end of fileMark Rutland2023-04-111-33/+33
| | * | | | arm64: stacktrace: recover return address for first entryMark Rutland2023-04-111-23/+30
| | |/ / /
| * | | | Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-04-208-1763/+450
| |\ \ \ \
| | * | | | KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon2023-04-202-45/+47
| | * | | | Revert "ARM: mach-virt: Select PMUv3 driver by default"Will Deacon2023-03-281-1/+0
| | * | | | ARM: mach-virt: Select PMUv3 driver by defaultMarc Zyngier2023-03-271-0/+1
| | * | | | ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier2023-03-271-0/+247
| | * | | | ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementationsMarc Zyngier2023-03-271-1/+1
| | * | | | perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam2023-03-271-0/+2
| | * | | | perf: pmuv3: Abstract PMU version checksZaid Al-Bassam2023-03-271-0/+16
| | * | | | arm64: perf: Abstract system register accesses awayMarc Zyngier2023-03-271-0/+137
| | * | | | arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-273-1717/+0
| | |/ / /
| * | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-04-2012-234/+301
| |\ \ \ \
| | * | | | arm64: mm: always map fixmap at page granularityMark Rutland2023-04-113-90/+78
| | * | | | arm64: mm: move fixmap code to its own fileMark Rutland2023-04-115-195/+222
| | * | | | arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland2023-04-113-16/+18
| | * | | | Revert "Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_cohere...Will Deacon2023-03-301-16/+1
| | * | | | arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny2023-03-272-8/+0
| | * | | | mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-273-2/+76
| | |/ / /
| * | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-04-2010-20/+31
| |\ \ \ \
| | * | | | arm64: kexec: include reboot.hSimon Horman2023-04-201-0/+1
| | * | | | arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter2023-04-201-3/+0
| | * | | | arm64: kernel: Fix kernel warning when nokaslr is passed to commandlinePavankumar Kondeti2023-04-141-0/+7
| | * | | | arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-04-143-0/+8
| | * | | | arm64/sme: Fix some comments of ARM SMEDongxu Sun2023-04-121-2/+2
| | * | | | arm64/signal: Alloc tpidr2 sigframe after checking system_supports_tpidr2()Dongxu Sun2023-04-121-5/+7
| | * | | | arm64/signal: Use system_supports_tpidr2() to check TPIDR2Dongxu Sun2023-04-121-3/+3
| | * | | | arm64: compat: Remove defines now in asm-genericTeo Couprie Diaz2023-04-111-4/+0
| | * | | | arm64: kexec: remove unnecessary (void*) conversionsYu Zhe2023-03-281-1/+1
| | * | | | arm64: armv8_deprecated: remove unnecessary (void*) conversionsYu Zhe2023-03-281-2/+2
| | |/ / /
| * | | | Merge branch 'for-next/kdump' into for-next/coreWill Deacon2023-04-205-105/+3
| |\ \ \ \
| | * | | | arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He2023-04-112-36/+3
| | * | | | arm64: kdump: do not map crashkernel region specificallyBaoquan He2023-04-111-43/+0
| | * | | | arm64: kdump : take off the protection on crashkernel memory regionBaoquan He2023-04-112-26/+0
| | |/ / /
| * | | | Merge branch 'for-next/ftrace' into for-next/coreWill Deacon2023-04-208-25/+157
| |\ \ \ \
| | * | | | arm64: ftrace: Simplify get_ftrace_pltFlorent Revest2023-04-111-5/+5
| | * | | | arm64: ftrace: Add direct call supportFlorent Revest2023-04-115-20/+138
| | * | | | ftrace: selftest: remove broken trace_direct_trampMark Rutland2023-03-213-0/+14
| | |/ / /
| * | | | Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2023-04-201-213/+59
| |\ \ \ \
| | * | | | arm64/cpufeature: Use helper macro to specify ID register for capabilitesMark Brown2023-04-171-201/+44
| | * | | | arm64/cpufeature: Consistently use symbolic constants for min_field_valueMark Brown2023-04-171-17/+17
| | * | | | arm64/cpufeature: Pull out helper for CPUID register definitionsMark Brown2023-04-171-12/+15
| | |/ / /
| * | | | arm64: uaccess: remove unnecessary earlyclobberMark Rutland2023-03-281-1/+1
| * | | | arm64: uaccess: permit put_{user,kernel} to use zero registerMark Rutland2023-03-281-1/+1
| * | | | arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland2023-03-281-5/+5
| * | | | arm64: atomics: lse: improve cmpxchg implementationMark Rutland2023-03-281-12/+5
| |/ / /