summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-27arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()Tengda Wu1-1/+1
2025-06-27arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse1-0/+1
2025-06-27arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse1-1/+1
2025-06-27arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song1-1/+8
2025-06-27arm64: proton-pack: Expose whether the branchy loop k valueJames Morse1-0/+5
2025-06-27arm64: errata: Add missing sentinels to Spectre-BHB MIDR arraysWill Deacon1-0/+2
2025-06-27arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson1-1/+14
2025-06-27arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson1-0/+3
2025-06-27arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson1-85/+86
2025-06-27arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse1-0/+8
2025-06-27arm64: insn: Add support for encoding DSBJames Morse1-23/+37
2025-06-27arm64: insn: add encoders for atomic operationsHou Tao1-14/+171
2025-05-02arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson1-0/+1
2025-03-13arm64: Handle .ARM.attributes section in linker scriptsNathan Chancellor2-0/+2
2025-03-13arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo arrayRadu Rendec1-5/+7
2024-12-14arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRLMark Rutland1-1/+5
2024-12-14arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon1-1/+1
2024-12-14arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANGMasahiro Yamada1-3/+3
2024-11-08arm64: probes: Fix uprobes for big-endian kernelsMark Rutland1-2/+2
2024-10-22arm64: probes: Fix simulate_ldr*_literal()Mark Rutland1-11/+7
2024-10-22arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland1-5/+11
2024-10-17arm64: errata: Expand speculative SSBS workaround once moreMark Rutland1-0/+2
2024-09-12arm64: acpi: Move get_cpu_for_acpi_id() to a headerJames Morse1-11/+0
2024-09-04arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-19arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap1-9/+33
2024-08-19arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland1-1/+10
2024-08-19arm64: errata: Expand speculative SSBS workaroundMark Rutland1-1/+8
2024-08-19arm64: errata: Unify speculative SSBS errata logicMark Rutland2-7/+3
2024-08-19arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland3-0/+43
2024-08-19arm64: cpufeature: Force HWCAP to be based on the sysreg visible to user-spaceJames Morse1-7/+29
2024-07-27arm64: armv8_deprecated: Fix warning in isndep cpuhp starting processWei Li1-0/+3
2024-02-23Revert "arm64: Stash shadow stack pointer in the task struct on interrupt"Xiang Yang1-2/+6
2024-02-23drivers/perf: pmuv3: don't expose SW_INCR event in sysfsMark Rutland1-1/+5
2023-10-25arm64: armv8_deprecated: fix unused-function errorRen Zhijie1-1/+1
2023-10-25arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland2-182/+145
2023-10-25arm64: armv8_deprecated: move aarch32 helper earlierMark Rutland1-20/+19
2023-10-25arm64: armv8_deprecated move emulation functionsMark Rutland1-197/+197
2023-10-25arm64: armv8_deprecated: fold ops into insn_emulationMark Rutland1-43/+33
2023-10-25arm64: rework EL0 MRS emulationMark Rutland2-18/+8
2023-10-25arm64: factor insn read out of call_undef_hook()Mark Rutland1-9/+22
2023-10-25arm64: factor out EL1 SSBS emulation hookMark Rutland2-26/+15
2023-10-25arm64: split EL0/EL1 UNDEF handlersMark Rutland2-12/+14
2023-10-25arm64: allow kprobes on EL0 handlersMark Rutland2-6/+4
2023-10-25arm64: rework BTI exception handlingMark Rutland2-4/+20
2023-10-25arm64: rework FPAC exception handlingMark Rutland2-8/+12
2023-10-25arm64: consistently pass ESR_ELx to die()Mark Rutland2-14/+14
2023-10-25arm64: die(): pass 'err' as longMark Rutland1-3/+3
2023-10-25arm64: report EL1 UNDEFs betterMark Rutland1-1/+3
2023-09-23hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak1-2/+2
2023-09-19arm64: sdei: abort running SDEI handlers during crashD Scott Phillips3-6/+32