aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/processor.h
AgeCommit message (Expand)Author
2019-10-29arm64: Force SSBS on context switchMarc Zyngier
2019-10-29arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin
2019-05-21arm64: compat: Reduce address limitVincenzo Frascino
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-16arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin
2017-03-22arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINTChris Redmon
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-09-01arm64: remove duplicate macro __KERNEL__ checkzijun_hu
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2016-02-16arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon
2016-02-16arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse
2015-06-01arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon
2015-03-17arm64: Implement cpu_relax as yieldPeter Crosthwaite
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas
2015-01-07arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley
2015-01-07arm64: Remove unused prepare_to_copy()Tobias Klauser
2014-08-29arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-10arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon
2012-11-13Merge tag 'v3.7-rc5' into execveCatalin Marinas
2012-11-08arm64: mm: fix booting on systems with no memory below 4GBWill Deacon
2012-10-18arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas
2012-09-17arm64: CPU supportCatalin Marinas