aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-13/+16
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+5
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-1/+4
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+2
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-02-06arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon1-10/+3
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-31/+365
2018-02-05membarrier/arm64: Provide core serializing commandMathieu Desnoyers1-0/+4
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/git/mark/linux into for-next/coreCatalin 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/kernel/git/mark/linux into for-next/coreCatalin 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