aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06arm64: entry: refine comment of stack overflow checkHeyi Guo1-1/+2
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/coreCatalin Marinas1-2/+4
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas1-269/+6
2019-10-28arm64: entry: convert el0_sync to CMark Rutland1-201/+5
2019-10-28arm64: entry: convert el1_sync to CMark Rutland1-68/+1
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon1-0/+2
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon1-2/+2
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry1-1/+1
2019-10-15arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier1-2/+4
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier1-0/+2
2019-10-04arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse1-0/+1
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse1-17/+19
2019-07-22arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse1-9/+13
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-17/+67
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-5/+33
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-11/+33
2019-06-21arm64: Do not enable IRQs for ct_user_exitJulien Thierry1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-23arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier1-2/+2
2019-04-30arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier1-2/+17
2019-02-26arm64: Rename get_thread_info()Julien Thierry1-2/+2
2019-02-06arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry1-0/+21
2019-02-06arm64: Skip preemption when exiting an NMIJulien Thierry1-1/+9
2019-02-06arm64: Make PMR part of task contextJulien Thierry1-0/+14
2019-02-04arm64: entry: Remove unneeded need_resched() loopValentin Schneider1-10/+1
2019-01-03arm64: entry: remove unused register aliasesMark Rutland1-11/+1
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon1-4/+2
2018-12-06arm64: entry: Remove confusing commentWill Deacon1-4/+0
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon1-0/+2
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier1-0/+1
2018-10-01arm64: compat: Add separate CP15 trapping hookMarc Zyngier1-2/+13
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon1-1/+1
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+3
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland1-1/+7
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland1-13/+7
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland1-11/+1
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-38/+4
2018-07-12arm64: convert syscall trace logic to CMark Rutland1-53/+2
2018-07-12arm64: convert raw syscall invocation to CMark Rutland1-26/+10
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-8/+0
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-0/+2
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+2
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier1-0/+3
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier1-4/+7
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier1-0/+22
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-13/+16
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+5
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-1/+4
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+2
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2