summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
AgeCommit message (Expand)AuthorLines
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan-0/+3
2023-08-16ARM: ptrace: Restore syscall restart tracingKees Cook-0/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij-1/+1
2023-01-10ARM: iop32x: remove the platformArnd Bergmann-15/+0
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-07-14ARM: 9208/1: entry: add .ltorg directive to keep literals in rangeArd Biesheuvel-0/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker-2/+2
2022-05-20ARM: 9199/1: spectre-bhb: use local DSB and elide ISB in loop8 sequenceArd Biesheuvel-1/+1
2022-05-20ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel-9/+1
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-7/+9
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)-0/+24
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann-7/+9
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel-0/+1
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann-12/+0
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann-2/+6
2021-03-25ARM: 9068/1: syscalls: switch to generic syscalltbl.shMasahiro Yamada-4/+4
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds-3/+6
2020-11-12arm: add support for TIF_NOTIFY_SIGNALJens Axboe-3/+3
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij-3/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner-1/+1
2018-10-10ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin-5/+4
2018-07-30ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+Vincent Whitchurch-1/+3
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+19
2018-06-06arm: Add syscall detection for restartable sequencesMathieu Desnoyers-6/+19
2018-05-31ARM: spectre-v1: fix syscall entryRussell King-11/+7
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King-0/+1
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-9/+0
2017-09-28ARM: 8695/1: entry: Remove dead code in sys_mmap2Vladimir Murzin-9/+0
2017-09-17arm/syscalls: Optimize address limit checkThomas Garnier-0/+11
2017-09-17Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier-7/+2
2017-09-12Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-13/+31
2017-08-02ARM: avoid saving and restoring registers unnecessarilyRussell King-2/+8
2017-08-02ARM: move PC value into r9Russell King-0/+7
2017-08-02ARM: obtain thread info structure laterRussell King-1/+2
2017-08-02ARM: use aliases for registers in entry-commonRussell King-10/+14
2017-07-08arm/syscalls: Check address limit on user-mode returnThomas Garnier-2/+7
2016-10-18ARM: convert to generated system call tablesRussell King-32/+44
2016-06-22ARM: rename S_FRAME_SIZE to PT_REGS_SIZERussell King-1/+1
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King-0/+3
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King-0/+2
2015-08-25ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit()Russell King-1/+1
2015-08-25ARM: entry: efficiency cleanupsRussell King-16/+45
2015-08-07ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson-0/+1
2015-06-12Merge branch 'bsym' into for-nextRussell King-3/+3
2015-05-15ARM: fix missing syscall trace exitRussell King-1/+3
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King-3/+3
2014-11-21ARM: move ftrace assembly code to separate fileRussell King-235/+0
2014-09-26ARM: Avoid writing to control register on every exceptionRussell King-1/+1
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King-6/+7