summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/armv8_deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados2023-10-101-5/+3
* sysctl: Add size to register_sysctlJoel Granados2023-08-151-1/+1
* arm64: armv8_deprecated: remove unnecessary (void*) conversionsYu Zhe2023-03-281-2/+2
* arm64: armv8_deprecated: fix unused-function errorRen Zhijie2022-11-251-1/+1
* arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland2022-11-151-143/+139
* arm64: armv8_deprecated: move aarch32 helper earlierMark Rutland2022-11-151-20/+19
* arm64: armv8_deprecated move emulation functionsMark Rutland2022-11-151-197/+197
* arm64: armv8_deprecated: fold ops into insn_emulationMark Rutland2022-11-151-43/+33
* arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)2022-07-041-4/+5
* arm64: extable: add a dedicated uaccess handlerMark Rutland2021-10-211-9/+3
* arm64: uaccess: rename privileged uaccess routinesMark Rutland2020-12-021-2/+2
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe2020-04-081-1/+1
* arm64: add blank after 'if'Zheng Wei2020-03-171-1/+1
* arm64: armv8_deprecated: update the comments of armv8_deprecated_init()Hanjun Guo2020-01-081-1/+2
* arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye2019-10-081-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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-121-2/+2
* arm64: Remove duplicate includeVincenzo Frascino2018-05-151-2/+1
* 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/+7
|\
| * arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin2017-11-031-12/+3
| * 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-271-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/+5
* 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/+5
|\
| * arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-17/+5
* | 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/+2
|/
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-5/+2
* 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/+1
* 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