aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel1-6/+13
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao1-1/+0
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas1-1/+1
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro1-6/+4
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro1-2/+3
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon1-47/+26
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel1-1/+1
2014-01-13arm64: fix typo in entry.SNeil Zhang1-1/+1
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu1-0/+2
2013-11-25arm64: let the core code deal with preempt_countMarc Zyngier1-22/+7
2013-11-05arm64: fix access to preempt_count from assembly codeMarc Zyngier1-11/+11
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon1-0/+1
2013-08-22arm64: Enable interrupts in the EL0 undef handlerCatalin Marinas1-0/+2
2013-07-26arm64: Change kernel stack size to 16KFeng Kan1-1/+1
2013-05-31arm64: treat unhandled compat el0 traps as undefMark Rutland1-0/+10
2013-04-17arm64: add explicit symbols to ESR_EL1 decodingMarc Zyngier1-26/+27
2013-02-14arm64: switch to generic sigaltstackAl Viro1-5/+0
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier1-4/+0
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro1-5/+0
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas1-5/+0
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas1-1/+1
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas1-1/+4
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas1-0/+1
2012-10-08arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas1-0/+1
2012-09-17arm64: Exception handlingCatalin Marinas1-0/+695