summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2018-07-221-0/+2
* arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2018-07-221-0/+3
* arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2018-07-221-4/+7
* arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2018-07-221-0/+22
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-081-13/+16
|\
| * arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-061-0/+5
| * arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-061-1/+4
| * arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-061-0/+2
| * arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-2/+2
| * arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon2018-02-061-10/+3
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-31/+365
|\|
| * arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-161-1/+1
| * arm64: entry: Move the trampoline to be before PANSteve Capper2018-01-141-2/+2
| * arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-141-11/+87
| * arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-131-0/+101
| * arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-2/+5
| * arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-081-1/+1
| * arm64: use RET instruction for exiting the trampolineWill Deacon2018-01-081-1/+9
| * arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2017-12-111-0/+14
| * arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2017-12-111-1/+1
| * arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2017-12-111-4/+5
| * arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2017-12-111-0/+12
| * arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon2017-12-111-3/+36
| * arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon2017-12-111-23/+23
| * arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2017-12-111-0/+86
| * arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-2/+2
| * arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2017-12-111-1/+1
* | membarrier/arm64: Provide core serializing commandMathieu Desnoyers2018-02-051-0/+4
|/
* arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-031-3/+4
* arm64/sve: Core task context handlingDave Martin2017-11-031-3/+36
* arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-021-7/+29
* arm64: entry.S: convert elX_irqJames Morse2017-11-021-2/+2
* arm64: entry.S convert el0_syncJames Morse2017-11-021-14/+10
* arm64: entry.S: convert el1_syncJames Morse2017-11-021-8/+4
* arm64: Mask all exceptions during kernel_exitJames Morse2017-11-021-5/+5
* arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2017-10-021-1/+1
* Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-151-23/+98
|\
| * arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-151-0/+70
| * arm64: use an irq stack pointerMark Rutland2017-08-151-1/+1
| * arm64: factor out entry stack manipulationMark Rutland2017-08-151-21/+26
| * arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2017-08-151-1/+1
* | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-091-56/+66
|\|
| * arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-091-8/+12
| * arm64: move non-entry code out of .entry.textMark Rutland2017-08-081-44/+46
| * arm64: consistently use bl for C exception entryMark Rutland2017-08-081-4/+8
* | arm64: Abstract syscallno manipulationDave Martin2017-08-071-6/+4
* | arm64: syscallno is secretly an int, make it officialDave Martin2017-08-071-17/+17
|/
* arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2017-05-091-2/+3
* arm64: avoid returning from bad_modeMark Rutland2017-01-191-1/+1
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-261-1/+1