summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-05-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-20/+19
2023-05-02arm64: lds: move .got section out of .textFangrui Song1-10/+9
2023-05-02arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com2-2/+2
2023-05-02arm64: cpufeature: Fix pointer auth hwcapsKristina Martsenko1-6/+6
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2023-04-30Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-28/+47
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+10
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+31
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel1-0/+4
2023-04-26arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay1-2/+2
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-1812/+287
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+1
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier1-0/+11
2023-04-20Merge branch 'for-next/sysreg' into for-next/coreWill Deacon1-1/+1
2023-04-20Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon4-69/+80
2023-04-20Merge branch 'for-next/perf' into for-next/coreWill Deacon2-1468/+0
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel1-28/+43
2023-04-20Merge branch 'for-next/misc' into for-next/coreWill Deacon8-16/+30
2023-04-20Merge branch 'for-next/kdump' into for-next/coreWill Deacon1-20/+0
2023-04-20Merge branch 'for-next/ftrace' into for-next/coreWill Deacon3-25/+117
2023-04-20arm64: kexec: include reboot.hSimon Horman1-0/+1
2023-04-20arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter1-3/+0
2023-04-19Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+22
2023-04-17arm64/cpufeature: Use helper macro to specify ID register for capabilitesMark Brown1-201/+44
2023-04-17arm64/cpufeature: Consistently use symbolic constants for min_field_valueMark Brown1-17/+17
2023-04-17arm64/cpufeature: Pull out helper for CPUID register definitionsMark Brown1-12/+15
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf3-6/+7
2023-04-14arm64: kernel: Fix kernel warning when nokaslr is passed to commandlinePavankumar Kondeti1-0/+7
2023-04-14arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2-0/+7
2023-04-13arm64: move PAC masks to <asm/pointer_auth.h>Mark Rutland1-0/+1
2023-04-13arm64: use XPACLRI to strip PACMark Rutland3-3/+3
2023-04-13cacheinfo: Add arm64 early level initializer implementationRadu Rendec1-3/+22
2023-04-12arm64/sme: Fix some comments of ARM SMEDongxu Sun1-2/+2
2023-04-12arm64/signal: Alloc tpidr2 sigframe after checking system_supports_tpidr2()Dongxu Sun1-5/+7
2023-04-12arm64/signal: Use system_supports_tpidr2() to check TPIDR2Dongxu Sun1-3/+3
2023-04-12arm64/idreg: Don't disable SME when disabling SVEMark Brown1-1/+1
2023-04-11arm64: kdump : take off the protection on crashkernel memory regionBaoquan He1-20/+0
2023-04-11arm64: stacktrace: always inline core stacktrace functionsMark Rutland1-10/+13
2023-04-11arm64: stacktrace: move dump functions to end of fileMark Rutland1-33/+33
2023-04-11arm64: stacktrace: recover return address for first entryMark Rutland1-23/+30
2023-04-11arm64: ftrace: Simplify get_ftrace_pltFlorent Revest1-5/+5
2023-04-11arm64: ftrace: Add direct call supportFlorent Revest3-20/+112
2023-04-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-18/+14
2023-04-05arm64: compat: Work around uninitialized variable warningArd Biesheuvel1-18/+14
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2023-03-30arm64: Add HAS_ECV_CNTPOFF capabilityMarc Zyngier1-0/+11
2023-03-28arm64: kexec: remove unnecessary (void*) conversionsYu Zhe1-1/+1