aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2023-11-17Merge tag 'v5.4.260' into v5.4/standard/baseBruce Ashfield
2023-11-08arm64: fix a concurrency issue in emulation_proc_handler()Jinjie Ruan
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
2023-09-23hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak
2023-08-21Merge tag 'v5.4.253' into v5.4/standard/baseBruce Ashfield
2023-08-11arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips
2023-05-19Merge tag 'v5.4.243' into v5.4/standard/baseBruce Ashfield
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2023-02-17Merge tag 'v5.4.231' into v5.4/standard/baseBruce Ashfield
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2022-12-19Merge tag 'v5.4.226' into v5.4/standard/baseBruce Ashfield
2022-12-08arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72James Morse
2022-12-08arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectorsJames Morse
2022-11-30Merge tag 'v5.4.225' into v5.4/standard/baseBruce Ashfield
2022-11-25arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel
2022-10-31Merge tag 'v5.4.221' into v5.4/standard/baseBruce Ashfield
2022-10-29arm64: topology: move store_cpu_topology() to shared codeConor Dooley
2022-10-29arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse
2022-09-19Merge tag 'v5.4.213' into v5.4/standard/baseBruce Ashfield
2022-09-15arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla
2022-09-09Merge tag 'v5.4.211' into v5.4/standard/baseBruce Ashfield
2022-08-25arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)
2022-07-05Merge tag 'v5.4.200' into v5.4/standard/baseBruce Ashfield
2022-06-22arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker
2022-06-22arm64: ftrace: fix branch range checksMark Rutland
2022-06-21Merge tag 'v5.4.198' into v5.4/standard/baseBruce Ashfield
2022-06-14arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscallAlexandru Elisei
2022-04-20Merge tag 'v5.4.190' into v5.4/standard/baseBruce Ashfield
2022-04-20Merge tag 'v5.4.189' into v5.4/standard/baseBruce Ashfield
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly
2022-04-15cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello
2022-04-15arm64: module: remove (NOLOAD) from linker scriptFangrui Song
2022-04-15arm64: patch_text: Fixup last cpu should be masterGuo Ren
2022-03-21Merge tag 'v5.4.186' into v5.4/standard/baseBruce Ashfield
2022-03-19fixup for "arm64 entry: Add macro for reading symbol address from the trampol...James Morse
2022-03-19arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-19arm64: Mitigate spectre style branch history side channelsJames Morse
2022-03-19KVM: arm64: Add templates for BHB mitigation sequencesJames Morse
2022-03-19arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse
2022-03-19arm64: Add percpu vectors for EL1James Morse
2022-03-19arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse
2022-03-19arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-03-19arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse
2022-03-19arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-03-19arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse
2022-03-19arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse
2022-03-19arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse
2022-03-19arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse
2022-03-19arm64: entry: Move the trampoline data page before the text pageJames Morse
2022-03-19arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse