summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
AgeCommit message (Expand)AuthorLines
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
2014-06-02ARM: consolidate last remaining open-coded alignment trap enableRussell King-7/+1
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks-3/+1
2013-09-21ARM: 7839/1: entry: fix tracing of ARM-private syscallsWill Deacon-2/+2
2013-07-22ARM: entry: allow ARM-private syscalls to be restartedWill Deacon-2/+2
2013-06-29Merge branch 'devel-stable' into for-nextRussell King-0/+4
2013-06-17ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon-13/+29
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King-0/+4
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King-4/+16
2013-04-17ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König-0/+4
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman-0/+3
2013-04-03ARM: entry-common: get rid of unnecessary ifdefsRussell King-4/+1
2013-04-03ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent-0/+12
2013-02-03arm: switch to generic sigaltstackAl Viro-5/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+0
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King-14/+6
2012-12-11ARM: 7595/1: syscall: rework ordering in syscall_trace_exitWill Deacon-1/+0
2012-11-28arm: switch to generic fork/vfork/cloneAl Viro-16/+0
2012-11-19ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILLKees Cook-1/+4
2012-11-19ARM: 7578/1: arch/move secure_computing into traceKees Cook-10/+0
2012-10-15ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King-2/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-25/+4
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro-25/+4
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+24