| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/
|/| |
|
| * | ARM: fix oops on initial entry to userspace with Thumb2 kernels | Russell King | 2012-10-15 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 1 | -25/+4 |
|\ |
|
| * | arm: switch to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 1 | -25/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -5/+24 |
|\ \
| |/ |
|
| * | arm: get rid of execve wrapper, switch to generic execve() implementation | Al Viro | 2012-09-30 | 1 | -5/+0 |
| * | arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro | 2012-09-30 | 1 | -0/+12 |
| * | arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] | Al Viro | 2012-09-30 | 1 | -0/+12 |
* | | ARM: 7524/1: support syscall tracing | Wade Farnsworth | 2012-09-19 | 1 | -0/+9 |
|/ |
|
* | ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptrace | Will Deacon | 2012-07-28 | 1 | -1/+2 |
* | ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS | Al Viro | 2012-07-28 | 1 | -1/+2 |
* | ARM: 7473/1: deal with handlerless restarts without leaving the kernel | Al Viro | 2012-07-28 | 1 | -1/+6 |
* | ARM: 7472/1: pull all work_pending logics into C function | Al Viro | 2012-07-28 | 1 | -15/+2 |
* | ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit} | Will Deacon | 2012-07-09 | 1 | -8/+6 |
* | ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork path | Will Deacon | 2012-07-09 | 1 | -6/+0 |
* | Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/... | Russell King | 2012-05-29 | 1 | -2/+6 |
|\ |
|
| * | arm: if we get into work_pending while returning to kernel mode, just go away | Al Viro | 2012-05-21 | 1 | -0/+3 |
| * | arm: trim _TIF_WORK_MASK, get rid of useless test and branch... | Al Viro | 2012-05-21 | 1 | -2/+3 |
* | | ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs | Russell King | 2012-05-05 | 1 | -28/+0 |
|/ |
|
* | ARM: make arch_ret_to_user macro optional | Rob Herring | 2012-02-21 | 1 | -1/+7 |
* | ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2 | Rabin Vincent | 2012-01-25 | 1 | -6/+9 |
* | Kernel: Audit Support For The ARM Platform | Nathaniel Husted | 2012-01-17 | 1 | -2/+2 |
* | ARM: 6952/1: fix lockdep warning of "unannotated irqs-off" | Ming Lei | 2011-06-06 | 1 | -0/+2 |
* | Merge branch 'clksrc' into devel | Russell King | 2011-01-05 | 1 | -65/+137 |
|\ |
|
| * | ARM: ftrace: graph tracer + dynamic ftrace | Rabin Vincent | 2010-11-19 | 1 | -0/+12 |
| * | ARM: ftrace: function graph tracer support | Tim Bird | 2010-11-19 | 1 | -0/+46 |
| * | ARM: ftrace: use gas macros to avoid code duplication | Rabin Vincent | 2010-11-19 | 1 | -66/+80 |
* | | ARM: 6540/1: Stop irqsoff trace on return to user | Todd Android Poynor | 2010-12-24 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'devel-stable' into devel | Russell King | 2010-10-19 | 1 | -2/+13 |
|\ |
|
| * | ARM: SECCOMP support | Nicolas Pitre | 2010-10-01 | 1 | -2/+13 |