summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1Star
* arm: switch to generic sigaltstackAl Viro2013-02-041-5/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-16/+0Star
|\
| * arm: switch to generic fork/vfork/cloneAl Viro2012-11-291-16/+0Star
| |
| \
*-. \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-111-14/+6Star
|\ \ \ | | |/ | |/|
| | * ARM: 7595/1: syscall: rework ordering in syscall_trace_exitWill Deacon2012-12-111-1/+0Star
| | * 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/+0Star
| |/ |/|
| * 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/+4Star
|\
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-121-25/+4Star
* | 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-10-011-5/+0Star
| * arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-10-011-0/+12
| * arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-10-011-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/+2Star
* ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit}Will Deacon2012-07-091-8/+6Star
* ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork pathWill Deacon2012-07-091-6/+0Star
* 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/+0Star
|/
* ARM: make arch_ret_to_user macro optionalRob Herring2012-02-221-1/+7
* ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent2012-01-251-6/+9
* Kernel: Audit Support For The ARM PlatformNathaniel Husted2012-01-171-2/+2
* ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2011-06-061-0/+2
* Merge branch 'clksrc' into develRussell King2011-01-051-65/+137
|\
| * ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent2010-11-191-0/+12
| * ARM: ftrace: function graph tracer supportTim Bird2010-11-191-0/+46
| * ARM: ftrace: use gas macros to avoid code duplicationRabin Vincent2010-11-191-66/+80
* | ARM: 6540/1: Stop irqsoff trace on return to userTodd Android Poynor2010-12-241-0/+6
|/
* Merge branch 'devel-stable' into develRussell King2010-10-191-2/+13
|\
| * ARM: SECCOMP supportNicolas Pitre2010-10-021-2/+13
| |
| \
| \
| \
*---. | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-181-12/+55
|\ \ \|
| | | * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-09-271-0/+2
| | |/| | |/| |
| | | * ARM: prevent multiple syscall restartsRussell King2010-09-171-0/+2
| |_|/ |/| |
| | * ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent2010-09-021-9/+28
| | * ARM: 6316/1: ftrace: add Thumb-2 supportRabin Vincent2010-09-021-2/+4
| | * ARM: 6315/1: ftrace: add ENDPROC annotationsRabin Vincent2010-09-021-2/+6
| | * ARM: 6314/1: ftrace: allow build without frame pointers on ARMRabin Vincent2010-09-021-0/+14
| |/ |/|
| * arm: fix really nasty sigreturn bugAl Viro2010-09-171-0/+2
|/
* ARM: 6288/1: ftrace: document mcount formatsRabin Vincent2010-08-101-0/+36
* ARM: 6287/1: ftrace: clean up mcount assembly indentationRabin Vincent2010-08-101-44/+44
* Unify sys_mmap*Al Viro2009-12-111-2/+2
* ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-021-7/+0Star
* ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUsDmitry Artamonow2009-10-011-2/+2