aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-22ARM: entry: allow ARM-private syscalls to be restartedWill Deacon1-2/+2
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-0/+4
2013-06-17ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon1-13/+29
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-0/+4
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linusRussell King1-4/+16
2013-04-17ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König1-0/+4
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman1-0/+3
2013-04-03ARM: entry-common: get rid of unnecessary ifdefsRussell King1-4/+1
2013-04-03ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent1-0/+12
2013-02-03arm: switch to generic sigaltstackAl Viro1-5/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-16/+0
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-nextRussell King1-14/+6
2012-12-11ARM: 7595/1: syscall: rework ordering in syscall_trace_exitWill Deacon1-1/+0
2012-11-28arm: switch to generic fork/vfork/cloneAl Viro1-16/+0
2012-11-19ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILLKees Cook1-1/+4
2012-11-19ARM: 7578/1: arch/move secure_computing into traceKees Cook1-10/+0
2012-10-15ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King1-2/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-25/+4
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro1-25/+4
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+24
2012-09-30arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro1-5/+0
2012-09-30arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro1-0/+12
2012-09-30arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro1-0/+12
2012-09-19ARM: 7524/1: support syscall tracingWade Farnsworth1-0/+9
2012-07-28ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptraceWill Deacon1-1/+2
2012-07-28ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro1-1/+2
2012-07-28ARM: 7473/1: deal with handlerless restarts without leaving the kernelAl Viro1-1/+6
2012-07-28ARM: 7472/1: pull all work_pending logics into C functionAl Viro1-15/+2
2012-07-09ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit}Will Deacon1-8/+6
2012-07-09ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork pathWill Deacon1-6/+0
2012-05-29Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linusRussell King1-2/+6
2012-05-21arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro1-0/+3
2012-05-21arm: trim _TIF_WORK_MASK, get rid of useless test and branch...Al Viro1-2/+3
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King1-28/+0
2012-02-21ARM: make arch_ret_to_user macro optionalRob Herring1-1/+7
2012-01-25ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent1-6/+9
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted1-2/+2
2011-06-06ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei1-0/+2
2011-01-05Merge branch 'clksrc' into develRussell King1-65/+137
2010-12-24ARM: 6540/1: Stop irqsoff trace on return to userTodd Android Poynor1-0/+6
2010-11-19ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent1-0/+12
2010-11-19ARM: ftrace: function graph tracer supportTim Bird1-0/+46
2010-11-19ARM: ftrace: use gas macros to avoid code duplicationRabin Vincent1-66/+80
2010-10-19Merge branch 'devel-stable' into develRussell King1-2/+13
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King1-12/+55
2010-10-01ARM: SECCOMP supportNicolas Pitre1-2/+13
2010-09-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2010-09-17arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-17ARM: prevent multiple syscall restartsRussell King1-0/+2
2010-09-02ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent1-9/+28