summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+20
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+12
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel2-1/+8
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-01-09efi: rt-wrapper: Add missing includeArd Biesheuvel1-0/+1
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+7
2023-01-05arm64/signal: Always allocate SVE signal frames on SME only systemsMark Brown1-1/+1
2023-01-05arm64/signal: Always accept SVE signal frames on SME only systemsMark Brown1-1/+6
2023-01-05arm64/sme: Fix context switch for SME only systemsMark Brown1-1/+1
2023-01-05arm64: mte: Avoid the racy walk of the vma list during core dumpCatalin Marinas1-30/+26
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2023-01-05arm64: mte: Fix double-freeing of the temporary tag storage during coredumpCatalin Marinas1-1/+0
2023-01-05arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu1-1/+1
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-7/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+15
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon1-7/+0
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-88/+86
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+4
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+11
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+106
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+0
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds32-792/+1059
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki1-0/+106
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2-5/+49
2022-12-08arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel2-1/+39
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel3-58/+3
2022-12-06Merge branch 'for-next/undef-traps' into for-next/coreWill Deacon5-389/+328
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon3-15/+11
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-104/+104
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon5-67/+131
2022-12-06Merge branch 'for-next/stacks' into for-next/coreWill Deacon1-4/+5
2022-12-06Merge branch 'for-next/perf' into for-next/coreWill Deacon1-1/+2
2022-12-06Merge branch 'for-next/kprobes' into for-next/coreWill Deacon2-55/+41
2022-12-06Merge branch 'for-next/insn' into for-next/coreWill Deacon1-1/+1
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon4-152/+107
2022-12-06Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon1-2/+2
2022-12-06Merge branch 'for-next/errata' into for-next/coreWill Deacon1-0/+7
2022-12-06Merge branch 'for-next/dynamic-scs' into for-next/coreWill Deacon9-2/+290
2022-12-05Merge remote-tracking branch 'arm64/for-next/sysregs' into kvmarm-master/nextMarc Zyngier1-104/+104
2022-12-05Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier4-14/+15
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-15/+0
2022-12-05arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRKMasami Hiramatsu (Google)1-42/+36
2022-12-05arm64: kprobes: Let arch do_page_fault() fix up page fault in user handlerMasami Hiramatsu (Google)1-8/+0
2022-12-05arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)1-5/+5
2022-12-05arm64: alternatives: add __init/__initconst to some functions/variablesJisheng Zhang1-3/+3
2022-12-01Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-57/+2
2022-12-01arm64/sysreg: Standardise naming for MVFR2_EL1James Morse1-2/+2
2022-12-01arm64/sysreg: Standardise naming for MVFR1_EL1James Morse1-12/+12