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