summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+2
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier1-0/+3
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier1-4/+7
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier1-0/+22
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland1-1/+1
2018-04-20arm64: entry: Apply BP hardening for suspicious interrupts from EL0Mark Rutland1-0/+5
2018-04-20arm64: entry: Apply BP hardening for high-priority synchronous exceptionsMark Rutland1-2/+4
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland1-3/+5
2018-04-20arm64: entry: Ensure branch through syscall table is bounded under speculationMark Rutland1-0/+1
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland1-2/+2
2018-04-20arm64: move TASK_* definitions to <asm/processor.h>Mark Rutland1-0/+1
2018-04-08arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon1-10/+3
2018-04-08arm64: use RET instruction for exiting the trampolineWill Deacon1-1/+9
2018-04-08arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-0/+14
2018-04-08arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon1-4/+5
2018-04-08arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon1-3/+36
2018-04-08arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon1-22/+22
2018-04-08arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon1-0/+86
2018-04-08arm64: factor out entry stack manipulationMark Rutland1-21/+26
2017-06-14arm64: entry: improve data abort handling of tagged pointersKristina Martsenko1-2/+4
2017-01-26arm64: avoid returning from bad_modeMark Rutland1-1/+1
2016-09-12arm64: use alternative auto-nopMark Rutland1-8/+2
2016-09-01arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin1-1/+1
2016-08-22arm64: factor work_pending state machine to CChris Metcalf1-8/+4
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott1-0/+7
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+15
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas1-0/+3
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand1-0/+3
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse1-2/+17
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara1-1/+11
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland1-1/+1
2016-03-21arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel1-1/+1
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland1-4/+0
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse1-9/+10
2015-12-15arm64: reduce stack use in irq_handlerJames Morse1-5/+7
2015-12-10arm64: don't call C code with el0's fp registerJames Morse1-0/+2
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse1-3/+1
2015-12-09arm64: irq: fix walking from irq stack to task stackWill Deacon1-1/+1
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse1-2/+40
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee1-3/+12
2015-12-04arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas1-0/+3
2015-10-16arm64: AArch32 user space PC alignment exceptionMark Salyzyn1-0/+2
2015-08-21arm64: entry: always restore x0 from the stack on syscall returnWill Deacon1-11/+6
2015-07-27arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson1-16/+13
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-08arm64: entry: handle debug exceptions in el*_invMark Rutland1-2/+2
2015-06-17arm64: entry: fix context tracking for el0_sp_pcMark Rutland1-0/+1
2015-06-08arm64: fix missing syscall trace exitJosh Stone1-1/+6
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier1-1/+1
2015-06-05arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier1-12/+15