aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/armv8_deprecated.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-04arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)1-4/+5
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland1-9/+3
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-08arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe1-1/+1
2020-03-17arm64: add blank after 'if'Zheng Wei1-1/+1
2020-01-08arm64: armv8_deprecated: update the comments of armv8_deprecated_init()Hanjun Guo1-1/+2
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-4/+4
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland1-12/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-15arm64: Remove duplicate includeVincenzo Frascino1-2/+1
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon1-1/+1
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy1-1/+3
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-16/+7
2017-11-03arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin1-12/+3
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry1-4/+4
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose1-1/+1
2017-05-09arm64: armv8_deprecated: ensure extension of addrMark Rutland1-1/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-01-10arm64: add missing printk newlinesMark Rutland1-1/+1
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier1-1/+4
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas1-6/+5
2016-10-19arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon1-14/+22
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+5
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas1-2/+17
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long1-2/+17
2016-07-15arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+5
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara1-23/+2
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-5/+2
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang1-3/+3
2015-10-28arm64: compat: fix stxr failure case in SWP emulationWill Deacon1-7/+9
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse1-1/+7
2015-07-27arm64: kernel: Move config_sctlr_el1James Morse1-10/+1
2015-01-23arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose1-0/+80
2015-01-23arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose1-48/+77
2014-11-25arm64: fix return code check when changing emulation handlerWill Deacon1-1/+1
2014-11-20arm64: Trace emulation of AArch32 legacy instructionsPunit Agrawal1-2/+17
2014-11-20arm64: Emulate CP15 Barrier instructionsPunit Agrawal1-0/+131
2014-11-20arm64: Port SWP/SWPB emulation support from armPunit Agrawal1-0/+191
2014-11-20arm64: Add framework for legacy instruction emulationPunit Agrawal1-0/+216