summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/armv8_deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-4/+4
* arm64: use PSR_AA32 definitionsMark Rutland2018-07-051-12/+12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* arm64: Remove duplicate includeVincenzo Frascino2018-05-151-2/+1Star
* arm64: signal: Make force_signal_inject more robustWill Deacon2018-03-061-1/+1
* arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-191-1/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-16/+7Star
|\
| * arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin2017-11-031-12/+3Star
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-251-4/+4
* | arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2017-10-061-1/+1
|/
* arm64: armv8_deprecated: ensure extension of addrMark Rutland2017-05-091-1/+2
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-0/+1
* arm64: add missing printk newlinesMark Rutland2017-01-101-1/+1
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* arm64: Get rid of asm/opcodes.hMarc Zyngier2016-12-021-1/+4
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-211-6/+5Star
* arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon2016-10-191-14/+22
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-17/+5Star
|\
| * arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-17/+5Star
* | Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-2/+17
|\ \
| * | arm64: add conditional instruction simulation supportDavid A. Long2016-07-191-2/+17
| |/
* / arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-011-23/+2Star
|/
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-5/+2Star
* arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-021-3/+3
* arm64: compat: fix stxr failure case in SWP emulationWill Deacon2015-10-281-7/+9
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-1/+7
* arm64: kernel: Move config_sctlr_el1James Morse2015-07-271-10/+1Star
* arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose2015-01-231-0/+80
* arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose2015-01-231-48/+77
* arm64: fix return code check when changing emulation handlerWill Deacon2014-11-251-1/+1
* arm64: Trace emulation of AArch32 legacy instructionsPunit Agrawal2014-11-201-2/+17
* arm64: Emulate CP15 Barrier instructionsPunit Agrawal2014-11-201-0/+131
* arm64: Port SWP/SWPB emulation support from armPunit Agrawal2014-11-201-0/+191
* arm64: Add framework for legacy instruction emulationPunit Agrawal2014-11-201-0/+216