summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorLines
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon-2/+3
2015-07-08arm64: entry: handle debug exceptions in el*_invMark Rutland-2/+2
2015-06-17arm64: entry: fix context tracking for el0_sp_pcMark Rutland-0/+1
2015-06-08arm64: fix missing syscall trace exitJosh Stone-1/+6
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier-1/+1
2015-06-05arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier-12/+15
2015-04-01arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon-0/+20
2015-01-27arm64: Implement the compat_sys_call_table in CCatalin Marinas-1/+1
2015-01-15arm64: move to ESR_ELx macrosMark Rutland-32/+32
2014-11-28arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro-2/+10
2014-11-25arm64: Treat handle_arch_irq as a function pointerLaura Abbott-4/+2
2014-11-14arm64: entry: use ldp/stp instead of push/pop when saving/restoring regsWill Deacon-38/+37
2014-11-14arm64: entry: avoid writing lr explicitly for constructing return pathsWill Deacon-20/+25
2014-09-23arm64: debug: don't re-enable debug exceptions on return from el1_dbgWill Deacon-1/+0
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas-1/+0
2014-07-10arm64: enable context trackingLarry Bassel-0/+36
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel-6/+13
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao-1/+0
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas-1/+1
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro-6/+4
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro-2/+3
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon-47/+26
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel-1/+1
2014-01-13arm64: fix typo in entry.SNeil Zhang-1/+1
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu-0/+2
2013-11-25arm64: let the core code deal with preempt_countMarc Zyngier-22/+7
2013-11-05arm64: fix access to preempt_count from assembly codeMarc Zyngier-11/+11
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon-0/+1
2013-08-22arm64: Enable interrupts in the EL0 undef handlerCatalin Marinas-0/+2
2013-07-26arm64: Change kernel stack size to 16KFeng Kan-1/+1
2013-05-31arm64: treat unhandled compat el0 traps as undefMark Rutland-0/+10
2013-04-17arm64: add explicit symbols to ESR_EL1 decodingMarc Zyngier-26/+27
2013-02-14arm64: switch to generic sigaltstackAl Viro-5/+0
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier-4/+0
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro-5/+0
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas-5/+0
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas-1/+1
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas-1/+4
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas-0/+1
2012-10-08arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas-0/+1
2012-09-17arm64: Exception handlingCatalin Marinas-0/+695