summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-20cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-04-13arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-13arm64: Add part number for Arm Cortex-A78AEChanho Park1-0/+1
2022-04-13arch/arm64: Fix topology initialization for core schedulingPhil Auld1-1/+1
2022-04-08arm64: prevent instrumentation of bp hardening callbacksMark Rutland1-3/+6
2022-04-08arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf1-4/+6
2022-03-11arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse1-0/+26
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse4-0/+39
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse3-0/+288
2022-03-11arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-2/+34
2022-03-11arm64: Add percpu vectors for EL1James Morse2-6/+17
2022-03-11arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-21/+16
2022-03-11arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2-9/+60
2022-03-11arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+2
2022-03-11arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+12
2022-03-11arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+5
2022-03-11arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-03-11arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-5/+8
2022-03-11arm64: entry: Move the trampoline data page before the text pageJames Morse1-2/+7
2022-03-11arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+13
2022-03-11arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-03-11arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse2-4/+4
2022-03-11arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2022-03-11arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+3
2022-03-11arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly2-0/+3
2022-03-11arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+10
2022-03-11arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-1/+3
2022-03-08mm: defer kmemleak object creation of module_alloc()Kefeng Wang1-2/+2
2022-03-08arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu1-1/+2
2022-01-29arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King1-1/+1
2022-01-27arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips1-23/+16
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-6/+12
2021-12-29arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers1-12/+5
2021-12-22arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian1-0/+1
2021-12-08arm64: ftrace: add missing BTIsMark Rutland1-0/+6
2021-11-18arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe1-3/+7
2021-11-18arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers1-1/+2
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-16/+3
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-8/+10
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He1-16/+3
2021-09-23arm64: Restore forced disabling of KPTI on ThunderXdann frazier1-2/+6
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-21arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne1-6/+4
2021-09-16arm64: Mark __stack_chk_guard as __ro_after_initDan Li1-1/+1
2021-09-16arm64/kernel: remove duplicate include in process.cLv Ruyi1-1/+0
2021-09-16arm64/sve: Use correct size when reinitialising SVE stateMark Brown1-1/+1
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner20-323/+568
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+22