summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-1/+1
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper1-2/+2
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse1-11/+87
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse1-0/+101
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon1-2/+5
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-1/+1
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon1-1/+9
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-0/+14
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon1-1/+1
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon1-4/+5
2017-12-11arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon1-0/+12
2017-12-11arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon1-3/+36
2017-12-11arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon1-23/+23
2017-12-11arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon1-0/+86
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-2/+2
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin1-3/+4
2017-11-03arm64/sve: Core task context handlingDave Martin1-3/+36
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi1-7/+29
2017-11-02arm64: entry.S: convert elX_irqJames Morse1-2/+2
2017-11-02arm64: entry.S convert el0_syncJames Morse1-14/+10
2017-11-02arm64: entry.S: convert el1_syncJames Morse1-8/+4
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse1-5/+5
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov1-1/+1
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas1-23/+98
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland1-0/+70
2017-08-15arm64: use an irq stack pointerMark Rutland1-1/+1
2017-08-15arm64: factor out entry stack manipulationMark Rutland1-21/+26
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel1-1/+1
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas1-56/+66
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel1-8/+12
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland1-44/+46
2017-08-08arm64: consistently use bl for C exception entryMark Rutland1-4/+8
2017-08-07arm64: Abstract syscallno manipulationDave Martin1-6/+4
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin1-17/+17
2017-05-09arm64: entry: improve data abort handling of tagged pointersKristina Martsenko1-2/+3
2017-01-19arm64: avoid returning from bad_modeMark Rutland1-1/+1
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas1-0/+63
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-4/+0
2016-11-11arm64: split thread_info from task stackMark Rutland1-21/+20
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland1-1/+1
2016-09-12arm64: use alternative auto-nopMark Rutland1-8/+2
2016-09-01arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin1-1/+1
2016-08-22arm64: factor work_pending state machine to CChris Metcalf1-8/+4
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott1-0/+7
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+15
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas1-0/+3
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand1-0/+3