aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-28arm64: kexec: remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-28arm64: armv8_deprecated: remove unnecessary (void*) conversionsYu Zhe1-2/+2
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2-1468/+0
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider1-1/+0
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2-6/+1
2023-03-17arm64: cpufeature: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+9
2023-03-10arm64: efi: Set NX compat flag in PE/COFF headerArd Biesheuvel1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-9/+4
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-06arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-10/+7
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2-2/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-89/+27
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2023-02-24arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla1-4/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+22
2023-02-22arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim1-1/+1
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown1-3/+0
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds23-276/+900
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+21
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+16
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland1-5/+7
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini10-126/+289
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-1/+1
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-7/+8
2023-02-16arm64: perf: reject CHAIN events at creation timeMark Rutland1-0/+8
2023-02-16arm_pmu: fix event CPU filteringMark Rutland1-7/+0
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-0/+25
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton1-84/+2
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton1-5/+0
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton9-44/+269
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-0/+25
2023-02-10Merge branch 'for-next/signal' into for-next/coreCatalin Marinas1-60/+61
2023-02-10Merge branch 'for-next/sysreg-hwcaps' into for-next/coreCatalin Marinas1-108/+101
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas23-139/+767
2023-02-09efi: arm64: Wire up BTI annotation in memory attributes tableArd Biesheuvel2-2/+19
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-0/+21
2023-02-07arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel1-4/+0
2023-02-06arm64/sme: Fix __finalise_el2 SMEver checkMarc Zyngier1-0/+1
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+2
2023-02-02KVM: arm64: Introduce finalise_el2_state macroQuentin Perret1-77/+2
2023-02-01arm64/signal: Only read new data when parsing the ZT contextMark Brown1-3/+3
2023-02-01arm64/signal: Only read new data when parsing the ZA contextMark Brown1-6/+7
2023-02-01arm64/signal: Only read new data when parsing the SVE contextMark Brown1-8/+10
2023-02-01arm64/signal: Avoid rereading context frame sizesMark Brown1-25/+27
2023-02-01arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown1-14/+14
2023-02-01arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown1-11/+8
2023-02-01arm64/signal: Don't redundantly verify FPSIMD magicMark Brown1-4/+3