summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* arm64: fix typo in entry.SNeil Zhang2014-01-131-1/+1
* arm64: support single-step and breakpoint handler hooksSandeepa Prabhu2013-12-191-0/+2
* arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7Star
* arm64: fix access to preempt_count from assembly codeMarc Zyngier2013-11-051-11/+11
* arm64: mm: permit use of tagged pointers at EL0Will Deacon2013-09-031-0/+1
* arm64: Enable interrupts in the EL0 undef handlerCatalin Marinas2013-08-221-0/+2
* arm64: Change kernel stack size to 16KFeng Kan2013-07-261-1/+1
* arm64: treat unhandled compat el0 traps as undefMark Rutland2013-05-311-0/+10
* arm64: add explicit symbols to ESR_EL1 decodingMarc Zyngier2013-04-171-26/+27
* arm64: switch to generic sigaltstackAl Viro2013-02-141-5/+0Star
* arm64: move vector entry macro to assembler.hMarc Zyngier2012-12-051-4/+0Star
* arm64: get rid of fork/vfork/clone wrappersAl Viro2012-10-231-5/+0Star
* arm64: Use generic sys_execve() implementationCatalin Marinas2012-10-171-5/+0Star
* arm64: Use generic kernel_execve() implementationCatalin Marinas2012-10-171-1/+1
* arm64: Use generic kernel_thread() implementationCatalin Marinas2012-10-171-1/+4
* arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas2012-10-111-0/+1
* arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas2012-10-081-0/+1
* arm64: Exception handlingCatalin Marinas2012-09-171-0/+695