summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2023-09-23hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak1-2/+2
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier1-0/+6
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg3-0/+8
2023-04-20arm64: KVM: Fix system register enumerationMarc Zyngier1-3/+3
2023-04-20KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin1-8/+43
2023-04-20KVM: arm64: Factor out core register ID enumerationDave Martin1-8/+24
2023-03-11arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node ...Neil Armstrong1-1/+1
2023-03-11arm64: dts: amlogic: meson-gx: add missing unit address to rng node nameNeil Armstrong1-1/+1
2023-03-11arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node nameNeil Armstrong1-1/+1
2023-03-11arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit addressMartin Blumenstingl1-1/+1
2023-03-11arm64: dts: meson-gx: Fix Ethernet MAC address unit nameMartin Blumenstingl1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman2-2/+2
2023-01-18arm64: dts: mediatek: mt6797: Fix 26M oscillator unit nameAngeloGioacchino Del Regno1-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-12-08arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequencyJakob Unterwurzacher1-1/+1
2022-11-25arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-10linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada1-6/+0
2022-11-03arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse4-2/+46
2022-09-28arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-pumaFabio Estevam1-1/+0
2022-09-05arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang4-20/+11
2022-08-25arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc nodeSireesh Kodali1-2/+2
2022-08-25arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)1-4/+5
2022-08-25arm64: Do not forget syscall when starting a new thread.Francis Laniel1-1/+2
2022-06-25arm64: ftrace: fix branch range checksMark Rutland1-2/+2
2022-06-14arm64: dts: qcom: ipq8074: fix the sleep clock frequencyKathiravan T1-1/+1
2022-04-20arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-20arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-20arm64: dts: broadcom: Fix sata nodenameFrank Wunderlich1-1/+1
2022-04-20arm64: dts: ns2: Fix spi-cpol and spi-cpha propertyKuldeep Singh1-4/+4
2022-04-02arm64: Use the clearbhb instruction in mitigationsJames Morse8-0/+58
2022-04-02arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse4-0/+12
2022-04-02KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+5
2022-04-02arm64: Mitigate spectre style branch history side channelsJames Morse8-3/+316
2022-04-02KVM: arm64: Add templates for BHB mitigation sequencesJames Morse5-4/+128
2022-04-02arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2-3/+43
2022-04-02arm64: Add percpu vectors for EL1James Morse5-9/+56
2022-04-02arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-6/+15
2022-04-02arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse3-9/+103
2022-04-02arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+33
2022-04-02arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse5-7/+20
2022-04-02arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+11
2022-04-02arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+6
2022-04-02arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-04-02arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-4/+7
2022-04-02arm64: entry: Move the trampoline data page before the text pageJames Morse2-2/+7
2022-04-02arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+12
2022-04-02arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-04-02arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2022-04-02arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2