summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: ptrace: Restore syscall restart tracingKees Cook2023-08-161-0/+1
* ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* ARM: iop32x: remove the platformArnd Bergmann2023-01-101-15/+0
* Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-2/+2
|\
| * context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
* | ARM: 9208/1: entry: add .ltorg directive to keep literals in rangeArd Biesheuvel2022-07-141-0/+1
|/
* ARM: 9199/1: spectre-bhb: use local DSB and elide ISB in loop8 sequenceArd Biesheuvel2022-05-201-1/+1
* ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel2022-05-201-9/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-231-7/+9
|\
| * ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann2021-12-061-7/+9
* | ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-051-0/+24
|/
* ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel2021-09-271-0/+1
* ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-201-12/+0
* ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2021-08-201-2/+6
* ARM: 9068/1: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-03-251-4/+4
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-221-3/+6
|\
| * ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij2020-10-271-3/+6
* | arm: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-121-3/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8844/1: use unified assembler in assembly filesStefan Agner2019-02-261-1/+1
* ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin2018-10-101-5/+4
* ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+Vincent Whitchurch2018-07-301-1/+3
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-6/+19
|\
| * arm: Add syscall detection for restartable sequencesMathieu Desnoyers2018-06-061-6/+19
* | ARM: spectre-v1: fix syscall entryRussell King2018-05-311-11/+7
|/
* ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-171-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-9/+0
|\
| * ARM: 8695/1: entry: Remove dead code in sys_mmap2Vladimir Murzin2017-09-281-9/+0
* | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-171-0/+11
* | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-171-7/+2
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-09-121-13/+31
|\
| * ARM: avoid saving and restoring registers unnecessarilyRussell King2017-08-021-2/+8
| * ARM: move PC value into r9Russell King2017-08-021-0/+7
| * ARM: obtain thread info structure laterRussell King2017-08-021-1/+2
| * ARM: use aliases for registers in entry-commonRussell King2017-08-021-10/+14
* | arm/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-2/+7
|/
* ARM: convert to generated system call tablesRussell King2016-10-181-32/+44
* ARM: rename S_FRAME_SIZE to PT_REGS_SIZERussell King2016-06-221-1/+1
*---. Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-031-0/+3
|\ \ \
| | | * ARM: entry: provide uaccess assembly macro hooksRussell King2015-08-261-0/+2
| | |/
| * / ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson2015-08-071-0/+1
| |/
* | ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit()Russell King2015-08-251-1/+1
* | ARM: entry: efficiency cleanupsRussell King2015-08-251-16/+45
|/
* Merge branch 'bsym' into for-nextRussell King2015-06-121-3/+3
|\
| * ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-3/+3
* | ARM: fix missing syscall trace exitRussell King2015-05-151-1/+3
|/
* ARM: move ftrace assembly code to separate fileRussell King2014-11-211-235/+0
* ARM: Avoid writing to control register on every exceptionRussell King2014-09-261-1/+1
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-6/+7
* ARM: consolidate last remaining open-coded alignment trap enableRussell King2014-06-021-7/+1