summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | arm64: kill ESR_LNX_EXECMark Rutland2016-06-211-1/+1
| |/
* / arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-07-071-2/+17
|/
* arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel2016-03-211-1/+1
* arm64: entry: remove pointless SPSR mode checkMark Rutland2016-01-061-4/+0Star
* arm64: remove irq_count and do_softirq_own_stack()James Morse2015-12-211-9/+10
* arm64: reduce stack use in irq_handlerJames Morse2015-12-151-5/+7
* arm64: don't call C code with el0's fp registerJames Morse2015-12-101-0/+2
* arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse2015-12-101-3/+1Star
* arm64: irq: fix walking from irq stack to task stackWill Deacon2015-12-091-1/+1
* arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2015-12-081-2/+40
* arm64: Store struct thread_info in sp_el0Jungseok Lee2015-12-081-3/+12
* arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas2015-12-041-0/+3
* arm64: AArch32 user space PC alignment exceptionMark Salyzyn2015-10-161-0/+2
* arm64: entry: always restore x0 from the stack on syscall returnWill Deacon2015-08-211-11/+6Star
* arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson2015-07-271-16/+13Star