| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | ARM: 8844/1: use unified assembler in assembly files | Stefan Agner | 2019-02-26 | 1 | -1/+1 |
* | ARM: 8802/1: Call syscall_trace_exit even when system call skipped | Timothy E Baldwin | 2018-10-10 | 1 | -5/+4 |
* | ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+ | Vincent Whitchurch | 2018-07-30 | 1 | -1/+3 |
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-06-10 | 1 | -6/+19 |
|\ |
|
| * | arm: Add syscall detection for restartable sequences | Mathieu Desnoyers | 2018-06-06 | 1 | -6/+19 |
* | | ARM: spectre-v1: fix syscall entry | Russell King | 2018-05-31 | 1 | -11/+7 |
|/ |
|
* | ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code | Russell King | 2017-12-17 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-11-16 | 1 | -9/+0 |
|\ |
|
| * | ARM: 8695/1: entry: Remove dead code in sys_mmap2 | Vladimir Murzin | 2017-09-28 | 1 | -9/+0 |
* | | arm/syscalls: Optimize address limit check | Thomas Garnier | 2017-09-17 | 1 | -0/+11 |
* | | Revert "arm/syscalls: Check address limit on user-mode return" | Thomas Garnier | 2017-09-17 | 1 | -7/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-09-12 | 1 | -13/+31 |
|\ |
|
| * | ARM: avoid saving and restoring registers unnecessarily | Russell King | 2017-08-02 | 1 | -2/+8 |
| * | ARM: move PC value into r9 | Russell King | 2017-08-02 | 1 | -0/+7 |
| * | ARM: obtain thread info structure later | Russell King | 2017-08-02 | 1 | -1/+2 |
| * | ARM: use aliases for registers in entry-common | Russell King | 2017-08-02 | 1 | -10/+14 |
* | | arm/syscalls: Check address limit on user-mode return | Thomas Garnier | 2017-07-08 | 1 | -2/+7 |
|/ |
|
* | ARM: convert to generated system call tables | Russell King | 2016-10-18 | 1 | -32/+44 |
* | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE | Russell King | 2016-06-22 | 1 | -1/+1 |
*---. | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 2015-09-03 | 1 | -0/+3 |
|\ \ \ |
|
| | | * | ARM: entry: provide uaccess assembly macro hooks | Russell King | 2015-08-26 | 1 | -0/+2 |
| | |/ |
|
| * | | ARM: 8409/1: Mark ret_fast_syscall as a function | Drew Richardson | 2015-08-07 | 1 | -0/+1 |
| |/ |
|
* | | ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit() | Russell King | 2015-08-25 | 1 | -1/+1 |
* | | ARM: entry: efficiency cleanups | Russell King | 2015-08-25 | 1 | -16/+45 |
|/ |
|
* | Merge branch 'bsym' into for-next | Russell King | 2015-06-12 | 1 | -3/+3 |
|\ |
|
| * | ARM: replace BSYM() with badr assembly macro | Russell King | 2015-05-08 | 1 | -3/+3 |
* | | ARM: fix missing syscall trace exit | Russell King | 2015-05-15 | 1 | -1/+3 |
|/ |
|
* | ARM: move ftrace assembly code to separate file | Russell King | 2014-11-21 | 1 | -235/+0 |
* | ARM: Avoid writing to control register on every exception | Russell King | 2014-09-26 | 1 | -1/+1 |
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 1 | -6/+7 |
* | ARM: consolidate last remaining open-coded alignment trap enable | Russell King | 2014-06-02 | 1 | -7/+1 |
* | ARM: asm: Add ARM_BE8() assembly helper | Ben Dooks | 2013-10-19 | 1 | -3/+1 |
* | ARM: 7839/1: entry: fix tracing of ARM-private syscalls | Will Deacon | 2013-09-21 | 1 | -2/+2 |
* | ARM: entry: allow ARM-private syscalls to be restarted | Will Deacon | 2013-07-22 | 1 | -2/+2 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2013-06-29 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-... | Russell King | 2013-05-22 | 1 | -0/+4 |
| |\ |
|
| | * | ARM: ARMv7-M: Add support for exception handling | Uwe Kleine-König | 2013-04-17 | 1 | -0/+4 |
* | | | ARM: 7748/1: oabi: handle faults when loading swi instruction from userspace | Will Deacon | 2013-06-17 | 1 | -13/+29 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 2013-05-02 | 1 | -4/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | * | ARM: 7688/1: add support for context tracking subsystem | Kevin Hilman | 2013-04-03 | 1 | -0/+3 |
| |_|/
|/| | |
|
| | * | ARM: 7689/1: add unwind annotations to ftrace asm | Rabin Vincent | 2013-04-03 | 1 | -0/+12 |
| |/
|/| |
|
| * | ARM: entry-common: get rid of unnecessary ifdefs | Russell King | 2013-04-03 | 1 | -4/+1 |
|/ |
|
* | arm: switch to generic sigaltstack | Al Viro | 2013-02-03 | 1 | -5/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 1 | -16/+0 |
|\ |
|
| * | arm: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -16/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn... | Russell King | 2012-12-11 | 1 | -14/+6 |
|\ \ \
| | |/
| |/| |
|
| | * | ARM: 7595/1: syscall: rework ordering in syscall_trace_exit | Will Deacon | 2012-12-11 | 1 | -1/+0 |
| | * | ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILL | Kees Cook | 2012-11-19 | 1 | -1/+4 |
| | * | ARM: 7578/1: arch/move secure_computing into trace | Kees Cook | 2012-11-19 | 1 | -10/+0 |
| |/
|/| |
|