summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
Commit message (Expand)AuthorAgeFilesLines
*---. 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
* ARM: asm: Add ARM_BE8() assembly helperBen Dooks2013-10-191-3/+1
* ARM: 7839/1: entry: fix tracing of ARM-private syscallsWill Deacon2013-09-211-2/+2
* ARM: entry: allow ARM-private syscalls to be restartedWill Deacon2013-07-221-2/+2
* Merge branch 'devel-stable' into for-nextRussell King2013-06-291-0/+4
|\
| * Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-05-221-0/+4
| |\
| | * ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König2013-04-171-0/+4
* | | ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon2013-06-171-13/+29
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-021-4/+16
|\ \ \ \ | |_|_|/ |/| | |
| | | * ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-031-0/+3
| |_|/ |/| |
| | * ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent2013-04-031-0/+12
| |/ |/|
| * ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1
|/
* arm: switch to generic sigaltstackAl Viro2013-02-031-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-16/+0
|\
| * arm: switch to generic fork/vfork/cloneAl Viro2012-11-281-16/+0
| |
| \
*-. \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-111-14/+6
|\ \ \ | | |/ | |/|
| | * ARM: 7595/1: syscall: rework ordering in syscall_trace_exitWill Deacon2012-12-111-1/+0
| | * ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILLKees Cook2012-11-191-1/+4
| | * ARM: 7578/1: arch/move secure_computing into traceKees Cook2012-11-191-10/+0
| |/ |/|
| * ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King2012-10-151-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-25/+4
|\
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-121-25/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-5/+24
|\ \ | |/
| * arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro2012-09-301-5/+0
| * arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-301-0/+12
| * arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-09-301-0/+12
* | ARM: 7524/1: support syscall tracingWade Farnsworth2012-09-191-0/+9
|/
* ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptraceWill Deacon2012-07-281-1/+2
* ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro2012-07-281-1/+2
* ARM: 7473/1: deal with handlerless restarts without leaving the kernelAl Viro2012-07-281-1/+6
* ARM: 7472/1: pull all work_pending logics into C functionAl Viro2012-07-281-15/+2
* ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit}Will Deacon2012-07-091-8/+6
* ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork pathWill Deacon2012-07-091-6/+0
* Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King2012-05-291-2/+6
|\
| * arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro2012-05-211-0/+3
| * arm: trim _TIF_WORK_MASK, get rid of useless test and branch...Al Viro2012-05-211-2/+3
* | ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King2012-05-051-28/+0
|/
* ARM: make arch_ret_to_user macro optionalRob Herring2012-02-211-1/+7
* ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent2012-01-251-6/+9
OpenPOWER on IntegriCloud