summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/processor.h
Commit message (Expand)AuthorAge
* arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-28
* arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2018-03-28
* arm64: capabilities: Update prototype for enable call backDave Martin2018-03-26
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-08
|\
| * arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-06
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\ \ | |/ |/|
| * arm64: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-15
* | arm64: kernel: Prepare for a DISR userJames Morse2018-01-16
|/
* arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-03
* arm64/sve: Support vector length resetting for new processesDave Martin2017-11-03
* arm64/sve: Core task context handlingDave Martin2017-11-03
* arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2017-10-02
* Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-15
|\
| * arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2017-08-15
* | arm64: Abstract syscallno manipulationDave Martin2017-08-07
* | arm64: syscallno is secretly an int, make it officialDave Martin2017-08-07
|/
* arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin2017-06-22
* arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINTChris Redmon2017-03-22
* arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-10
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-17
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-16
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-16
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-20
* arm64: remove duplicate macro __KERNEL__ checkzijun_hu2016-09-01
* arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-01
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-18
* arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon2016-02-16
* arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon2016-02-16
* arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-21
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-27
* arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon2015-06-01
* arm64: Implement cpu_relax as yieldPeter Crosthwaite2015-03-17
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-27
* arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley2015-01-07
* arm64: Remove unused prepare_to_copy()Tobias Klauser2015-01-07
* arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon2014-08-29
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-04
|\
| * arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-17
* | arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas2014-07-10
|/
* arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-09
* arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon2013-10-25
* Merge tag 'v3.7-rc5' into execveCatalin Marinas2012-11-13
|\
| * arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2012-11-08
| * arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-18
* | arm64: Use generic kernel_thread() implementationCatalin Marinas2012-10-17
|/
* arm64: CPU supportCatalin Marinas2012-09-17