summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-08arm64: fix a concurrency issue in emulation_proc_handler()Jinjie Ruan1-2/+4
2023-09-23hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak1-2/+2
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2-0/+7
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-12-08arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72James Morse1-1/+7
2022-12-08arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectorsJames Morse1-5/+11
2022-11-25arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-03arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse2-1/+29
2022-09-15arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla1-1/+5
2022-09-05arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2-5/+9
2022-08-25arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)1-4/+5
2022-06-25arm64: ftrace: fix branch range checksMark Rutland1-2/+2
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-15arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-15arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-03-23arm64: Use the clearbhb instruction in mitigationsJames Morse3-0/+23
2022-03-23arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+10
2022-03-23arm64: Mitigate spectre style branch history side channelsJames Morse1-2/+266
2022-03-23KVM: arm64: Add templates for BHB mitigation sequencesJames Morse1-1/+64
2022-03-23arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-3/+35
2022-03-23arm64: Add percpu vectors for EL1James Morse2-6/+21
2022-03-23arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-19/+16
2022-03-23arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-9/+44
2022-03-23arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-03-23arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+2
2022-03-23arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+11
2022-03-23arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+6
2022-03-23arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-03-23arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-5/+8
2022-03-23arm64: entry: Move the trampoline data page before the text pageJames Morse1-2/+7
2022-03-23arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+12
2022-03-23arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-03-23arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2021-10-06arm64: Mark __stack_chk_guard as __ro_after_initDan Li1-1/+1
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-09-22arm64/sve: Use correct size when reinitialising SVE stateMark Brown1-1/+1
2021-09-22arm64: head: avoid over-mapping in map_memoryMark Rutland1-5/+6
2021-05-22arm64: vdso: remove commas between macro name and argumentsJian Cai1-3/+3
2021-05-22arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-04-16KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose1-1/+0
2021-03-30arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin1-0/+2
2021-03-07arm64 module: set plt* section addresses to 0x0Shaoying Xu1-3/+3
2021-03-04arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose1-1/+1
2021-03-04arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe1-1/+1
2021-03-04arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier1-0/+1
2020-12-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland1-1/+1
2020-11-24arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon1-4/+1
2020-11-05arm64: topology: Stop using MPIDR for topology informationValentin Schneider1-15/+17
2020-11-05arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier1-0/+8
2020-10-01arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 registerAnshuman Khandual1-1/+1