summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2018-08-29arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland
2018-07-03arm64: kpti: Use early_param for kpti= command-line optionWill Deacon
2018-06-06arm64/cpufeature: don't use mutex in bringup pathMark Rutland
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2018-05-30arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier
2018-05-30arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-04-20arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMark Rutland
2018-04-20arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMark Rutland
2018-04-20arm64: Branch predictor hardening for Cavium ThunderX2Mark Rutland
2018-04-20arm64: Implement branch predictor hardening for affected Cortex-A CPUsMark Rutland
2018-04-20arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMark Rutland
2018-04-20arm64: entry: Apply BP hardening for suspicious interrupts from EL0Mark Rutland
2018-04-20arm64: entry: Apply BP hardening for high-priority synchronous exceptionsMark Rutland
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland
2018-04-20arm64: cpufeature: Pass capability structure to ->enable callbackMark Rutland
2018-04-20arm64: Run enable method for errata work arounds on late CPUsMark Rutland
2018-04-20arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyMark Rutland
2018-04-20arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userMark Rutland
2018-04-20arm64: entry: Ensure branch through syscall table is bounded under speculationMark Rutland
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland
2018-04-20arm64: move TASK_* definitions to <asm/processor.h>Mark Rutland
2018-04-13ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure pathTimmy Li
2018-04-13arm64: perf: Ignore exclude_hv when kernel is running in HYPGanapatrao Kulkarni
2018-04-08arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-04-08arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon
2018-04-08arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier
2018-04-08arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-04-08arm64: Turn on KPTI only on CPUs that need itJayachandran C
2018-04-08arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose
2018-04-08arm64: Allow checking of a CPU-local erratumMarc Zyngier
2018-04-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-04-08arm64: use RET instruction for exiting the trampolineWill Deacon
2018-04-08arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-04-08arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-04-08arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon
2018-04-08arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon
2018-04-08arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon