summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2022-09-052-5/+9
* arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)2022-08-251-4/+5
* arm64: ftrace: fix branch range checksMark Rutland2022-06-251-2/+2
* arm64: module: remove (NOLOAD) from linker scriptFangrui Song2022-04-201-3/+3
* arm64: patch_text: Fixup last cpu should be masterGuo Ren2022-04-201-2/+2
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-04-024-0/+28
* arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse2022-04-022-0/+10
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-04-021-2/+266
* KVM: arm64: Add templates for BHB mitigation sequencesJames Morse2022-04-022-2/+119
* arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2022-04-021-3/+35
* arm64: Add percpu vectors for EL1James Morse2022-04-022-6/+21
* arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse2022-04-021-6/+15
* arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-04-021-9/+44
* arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse2022-04-021-1/+33
* arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-04-022-2/+2
* arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse2022-04-021-6/+11
* arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse2022-04-021-6/+6
* arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse2022-04-021-13/+15
* arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse2022-04-021-4/+7
* arm64: entry: Move the trampoline data page before the text pageJames Morse2022-04-021-1/+6
* arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse2022-04-021-6/+12
* arm64: entry: Make the trampoline cleanup optionalJames Morse2022-04-021-3/+7
* arm64: entry.S: Add ventry overflow sanity checksJames Morse2022-04-021-0/+3
* arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2022-04-021-0/+8
* arm64: Mark __stack_chk_guard as __ro_after_initDan Li2021-10-061-1/+1
* arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose2021-06-301-22/+28
* arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling2021-05-221-1/+7
* KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose2021-04-161-1/+0
* arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin2021-03-301-0/+2
* arm64 module: set plt* section addresses to 0x0Shaoying Xu2021-03-071-3/+3
* arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe2021-03-031-1/+1
* arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier2021-03-031-0/+1
* arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon2020-11-241-4/+1
* arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 registerAnshuman Khandual2020-10-011-1/+1
* arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]Will Deacon2020-10-011-7/+3
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-09-091-0/+8
* arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon2020-07-291-2/+2
* arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-222-6/+18
* arm64/alternatives: don't patch up internal branchesArd Biesheuvel2020-07-221-14/+2
* arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva2020-07-221-2/+2
* arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel2020-07-221-3/+0
* arm64: kgdb: Fix single-step exception handling oopsWei Li2020-07-221-1/+1
* arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma2020-06-301-3/+22
* arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-06-251-18/+26
* arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig2020-05-271-1/+2
* arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2020-04-242-67/+6
* arm64: perf: remove unsupported events for Cortex-A73Xu YiPing2020-04-241-6/+0
* arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe2020-04-241-1/+1
* arm64: Fix size of __early_cpu_boot_statusArun KS2020-04-131-1/+1
* arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland2020-04-021-2/+6