summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland
2017-08-15arm64: use an irq stack pointerMark Rutland
2017-08-15arm64: factor out entry stack manipulationMark Rutland
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland
2017-08-08arm64: consistently use bl for C exception entryMark Rutland
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-05-09arm64: entry: improve data abort handling of tagged pointersKristina Martsenko
2017-01-19arm64: avoid returning from bad_modeMark Rutland
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-11arm64: split thread_info from task stackMark Rutland
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland
2016-09-12arm64: use alternative auto-nopMark Rutland
2016-09-01arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin
2016-08-22arm64: factor work_pending state machine to CChris Metcalf
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland
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