summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+10Star
* arm64: entry.S: convert el1_syncJames Morse2017-11-021-8/+4Star
* 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/+4Star
* | 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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-0/+63
* arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas2016-11-211-4/+0Star
* arm64: split thread_info from task stackMark Rutland2016-11-111-21/+20Star
* arm64: assembler: introduce ldr_this_cpuMark Rutland2016-11-111-1/+1
* arm64: use alternative auto-nopMark Rutland2016-09-121-8/+2Star
* arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin2016-09-011-1/+1
* arm64: factor work_pending state machine to CChris Metcalf2016-08-221-8/+4Star
* arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-121-0/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-2/+15
|\
| * Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-0/+3
| |\
| | * arm64: Treat all entry code as non-kprobe-ablePratyush Anand2016-07-191-0/+3
| * | arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-011-1/+11