aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2019-12-10arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse
2019-10-05arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-08-16arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse
2019-07-26arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry
2019-07-26arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-07-26arm64: Do not enable IRQs for ct_user_exitJulien Thierry
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-23arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier
2019-04-30arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier
2019-02-26arm64: Rename get_thread_info()Julien Thierry
2019-02-06arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry
2019-02-06arm64: Skip preemption when exiting an NMIJulien Thierry
2019-02-06arm64: Make PMR part of task contextJulien Thierry
2019-02-04arm64: entry: Remove unneeded need_resched() loopValentin Schneider
2019-01-03arm64: entry: remove unused register aliasesMark Rutland
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon
2018-12-06arm64: entry: Remove confusing commentWill Deacon
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier
2018-10-01arm64: compat: Add separate CP15 trapping hookMarc Zyngier
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland
2018-07-12arm64: convert syscall trace logic to CMark Rutland
2018-07-12arm64: convert raw syscall invocation to CMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-06arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-05membarrier/arm64: Provide core serializing commandMathieu Desnoyers
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon