summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-05-02arm64: lds: move .got section out of .textFangrui Song
2023-05-02arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com
2023-05-02arm64: cpufeature: Fix pointer auth hwcapsKristina Martsenko
2023-04-26arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay
2023-04-20Merge branch 'for-next/sysreg' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/perf' into for-next/coreWill Deacon
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon
2023-04-20Merge branch 'for-next/mm' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/misc' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/kdump' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/ftrace' into for-next/coreWill Deacon
2023-04-20Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon
2023-04-20arm64: kexec: include reboot.hSimon Horman
2023-04-20arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter
2023-04-17arm64/cpufeature: Use helper macro to specify ID register for capabilitesMark Brown
2023-04-17arm64/cpufeature: Consistently use symbolic constants for min_field_valueMark Brown
2023-04-17arm64/cpufeature: Pull out helper for CPUID register definitionsMark Brown
2023-04-17arm64/sysreg: Convert HFGITR_EL2 to automatic generationMark Brown
2023-04-14arm64: kernel: Fix kernel warning when nokaslr is passed to commandlinePavankumar Kondeti
2023-04-14arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2023-04-13arm64: move PAC masks to <asm/pointer_auth.h>Mark Rutland
2023-04-13arm64: use XPACLRI to strip PACMark Rutland
2023-04-13arm64: avoid redundant PAC stripping in __builtin_return_address()Mark Rutland
2023-04-12arm64/sme: Fix some comments of ARM SMEDongxu Sun
2023-04-12arm64/signal: Alloc tpidr2 sigframe after checking system_supports_tpidr2()Dongxu Sun
2023-04-12arm64/signal: Use system_supports_tpidr2() to check TPIDR2Dongxu Sun
2023-04-11arm64/idreg: Don't disable SME when disabling SVEMark Brown
2023-04-11arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He
2023-04-11arm64: kdump: do not map crashkernel region specificallyBaoquan He
2023-04-11arm64: kdump : take off the protection on crashkernel memory regionBaoquan He
2023-04-11arm64: compat: Remove defines now in asm-genericTeo Couprie Diaz
2023-04-11arm64: mm: always map fixmap at page granularityMark Rutland
2023-04-11arm64: mm: move fixmap code to its own fileMark Rutland
2023-04-11arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland
2023-04-11arm64: stacktrace: always inline core stacktrace functionsMark Rutland
2023-04-11arm64: stacktrace: move dump functions to end of fileMark Rutland
2023-04-11arm64: stacktrace: recover return address for first entryMark Rutland
2023-04-11arm64: ftrace: Simplify get_ftrace_pltFlorent Revest
2023-04-11arm64: ftrace: Add direct call supportFlorent Revest
2023-04-06arm64/sysreg: Update ID_AA64PFR1_EL1 for DDI0601 2022-12Mark Brown
2023-04-06arm64/sysreg: Convert HFG[RW]TR_EL2 to automatic generationMark Brown
2023-04-06arm64/sysreg: allow *Enum blocks in SysregFields blocksMark Rutland
2023-03-30Revert "Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_cohere...Will Deacon
2023-03-28arm64: uaccess: remove unnecessary earlyclobberMark Rutland
2023-03-28arm64: uaccess: permit put_{user,kernel} to use zero registerMark Rutland
2023-03-28arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland
2023-03-28arm64: atomics: lse: improve cmpxchg implementationMark Rutland
2023-03-28Revert "ARM: mach-virt: Select PMUv3 driver by default"Will Deacon
2023-03-28arm64: kexec: remove unnecessary (void*) conversionsYu Zhe