summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon2015-07-221-2/+3
* arm64: entry: handle debug exceptions in el*_invMark Rutland2015-07-081-2/+2
* arm64: entry: fix context tracking for el0_sp_pcMark Rutland2015-06-171-0/+1
* arm64: fix missing syscall trace exitJosh Stone2015-06-081-1/+6
* arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier2015-06-051-1/+1
* arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier2015-06-051-12/+15
* arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon2015-04-011-0/+20
* arm64: Implement the compat_sys_call_table in CCatalin Marinas2015-01-271-1/+1
* arm64: move to ESR_ELx macrosMark Rutland2015-01-151-32/+32
* arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro2014-11-281-2/+10
* arm64: Treat handle_arch_irq as a function pointerLaura Abbott2014-11-251-4/+2Star
* arm64: entry: use ldp/stp instead of push/pop when saving/restoring regsWill Deacon2014-11-141-38/+37Star
* arm64: entry: avoid writing lr explicitly for constructing return pathsWill Deacon2014-11-141-20/+25
* arm64: debug: don't re-enable debug exceptions on return from el1_dbgWill Deacon2014-09-231-1/+0Star
* arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2014-07-101-1/+0Star
* arm64: enable context trackingLarry Bassel2014-07-101-0/+36
* arm64: adjust el0_sync so that a function can be calledLarry Bassel2014-07-101-6/+13
* arm64: Bug fix in stack alignment exceptionChiaHao2014-06-181-1/+0Star
* Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas2014-05-161-1/+1
|\
| * arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel2014-05-081-1/+1
* | arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2014-05-121-6/+4Star
* | arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro2014-05-121-2/+3
* | arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon2014-05-121-47/+26Star
|/