summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-24arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon1-4/+1
2020-09-12KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+8
2020-07-31arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon1-2/+2
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2-6/+18
2020-07-22arm64: kgdb: Fix single-step exception handling oopsWei Li1-1/+1
2020-06-30arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma1-3/+22
2020-05-27arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-1/+2
2020-04-24arm64: cpu_errata: include required headersArnd Bergmann1-0/+2
2020-04-24arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe1-1/+1
2020-04-13arm64: Fix size of __early_cpu_boot_statusArun KS1-1/+1
2020-04-02arm64: smp: fix smp_send_stop() behaviourCristian Marussi1-3/+14
2020-01-29arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon1-0/+5
2020-01-23arm64: don't open code page table entry creationKristina Martsenko1-2/+1
2020-01-04arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye1-6/+9
2019-12-05arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose1-0/+1
2019-12-05arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2-0/+31
2019-11-28arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2019-08-25arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2019-08-11arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon1-2/+6
2019-08-11arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-3/+5
2019-08-04acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel1-3/+7
2019-08-04arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
2019-07-10arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2019-05-31arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino3-5/+7
2019-05-21arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-04-05arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2-3/+18
2019-03-27arm64: traps: disable irq in die()Qiao Zhou1-2/+6
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-03-13arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-12arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2019-02-06arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2019-02-06arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2019-02-06arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-01-26arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2019-01-23arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-3/+2
2018-09-15arm64: Handle mismatched cache typeSuzuki K Poulose1-3/+14
2018-09-15arm64: Fix mismatched cache line size detectionSuzuki K Poulose2-4/+7
2018-09-05kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-08-24arm64: make secondary_start_kernel() notraceZhizhou Zhang1-1/+1
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier1-0/+1
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2-0/+109
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+2
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier3-1/+20
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2-0/+17
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier1-16/+87
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier1-0/+69
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2-4/+9