aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2016-06-17arm64: Implement IPI_CPU_BACKTRACE using pseudo-NMIsdev/arm64_nmi-v4.7-rc3Daniel Thompson
2016-06-17arm64: irqflags: Use ICC sysregs to implement IRQ maskingDaniel Thompson
2016-03-21arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse
2015-12-15arm64: reduce stack use in irq_handlerJames Morse
2015-12-10arm64: don't call C code with el0's fp registerJames Morse
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse
2015-12-09arm64: irq: fix walking from irq stack to task stackWill Deacon
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee
2015-12-04arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas
2015-10-16arm64: AArch32 user space PC alignment exceptionMark Salyzyn
2015-08-21arm64: entry: always restore x0 from the stack on syscall returnWill Deacon
2015-07-27arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon
2015-07-08arm64: entry: handle debug exceptions in el*_invMark Rutland
2015-06-17arm64: entry: fix context tracking for el0_sp_pcMark Rutland
2015-06-08arm64: fix missing syscall trace exitJosh Stone
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier
2015-06-05arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier
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