| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | ARM: Thumb-2: Support Thumb-2 in undefined instruction handler | Jon Medhurst | 2011-07-13 | 1 | -1/+16 |
* | ARM: extend Code: line by one 16-bit quantity for Thumb instructions | Russell King | 2011-06-09 | 1 | -1/+1 |
* | ARM: 6955/1: cmpxchg syscall should data abort if page not write | Po-Yu Chuang | 2011-06-09 | 1 | -1/+1 |
* | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 2011-05-13 | 1 | -1/+0 |
* | ARM: 6879/1: fix personality test wrt usage of domain handlers | Nicolas Pitre | 2011-04-14 | 1 | -2/+1 |
*-. | Merge branches 'fixes', 'pgt-next' and 'versatile' into devel | Russell King | 2011-03-20 | 1 | -3/+3 |
|\ \ |
|
| | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ... | Will Deacon | 2011-02-15 | 1 | -3/+3 |
* | | | ARM: 6668/1: ptrace: remove single-step emulation code | Will Deacon | 2011-02-23 | 1 | -1/+1 |
* | | | ARM: fix some sparse errors in generic ARM code | Russell King | 2011-02-23 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'pgt' (early part) into devel | Russell King | 2011-01-06 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | ARM: pgtable: directly pass pgd/pmd/pte to their error functions | Russell King | 2010-11-26 | 1 | -6/+6 |
* | | Merge branch 'smp' into misc | Russell King | 2011-01-06 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pS | Joe Perches | 2010-11-07 | 1 | -4/+1 |
* | | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs | Catalin Marinas | 2010-11-04 | 1 | -4/+10 |
|/ |
|
* | ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6 | Tony Lindgren | 2010-07-09 | 1 | -11/+30 |
* | ARM: add notify_die() support | Russell King | 2010-02-15 | 1 | -10/+25 |
* | ARM: Use a definition for the userspace cmpxchg emulation syscall | Russell King | 2009-11-10 | 1 | -1/+1 |
* | [ARM] Fix test for unimplemented ARM syscalls | Russell King | 2009-11-08 | 1 | -1/+1 |
* | ARM: Fix signal restart issues with NX and OABI compat | Russell King | 2009-10-25 | 1 | -1/+3 |
* | ARM: update die() output | Russell King | 2009-10-11 | 1 | -2/+3 |
* | ARM: Dump code/mem oops lines with the appropriate log level | Russell King | 2009-10-11 | 1 | -16/+17 |
* | ARM: Dump memory and backtrace as one printk per line | Russell King | 2009-10-11 | 1 | -19/+23 |
* | ARM: Ensure do_cache_op takes mmap_sem | Russell King | 2009-09-28 | 1 | -1/+4 |
* | [ARM] 5383/2: unwind: Add core support for ARM stack unwinding | Catalin Marinas | 2009-02-19 | 1 | -0/+10 |
* | [ARM] 5381/1: unwind: Reorganise the traps.c code | Catalin Marinas | 2009-02-12 | 1 | -15/+19 |
* | [ARM] Ensure linux/hardirqs.h is included where required | Russell King | 2008-12-15 | 1 | -0/+1 |
* | [ARM] Convert asm/io.h to linux/io.h | Russell King | 2008-09-06 | 1 | -1/+0 |
* | [ARM] Convert asm/uaccess.h to linux/uaccess.h | Russell King | 2008-09-06 | 1 | -1/+1 |
* | [ARM] sparse: fix several warnings | Russell King | 2008-09-05 | 1 | -1/+2 |
* | [ARM] 5206/1: remove kprobe_trap_handler() hack | Nicolas Pitre | 2008-09-01 | 1 | -12/+0 |
* | [ARM] traps: don't call undef hook functions with spinlock held | Russell King | 2008-08-12 | 1 | -13/+18 |
* | kgdb: support for ARCH=arm | Jason Wessel | 2008-07-23 | 1 | -0/+5 |
* | ARM kprobes: special hook for the kprobes breakpoint handler | Nicolas Pitre | 2008-01-26 | 1 | -0/+12 |
* | ARM kprobes: prevent some functions involved with kprobes from being probed | Nicolas Pitre | 2008-01-26 | 1 | -9/+0 |
* | [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c... | Nicolas Pitre | 2007-11-26 | 1 | -2/+1 |
* | [ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQs | Nicolas Pitre | 2007-11-26 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 1 | -5/+5 |
* | [ARM] Remove CONFIG_IGNORE_FIQ | Russell King | 2007-07-26 | 1 | -2/+0 |
* | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | [ARM] always allow dump_stack() to produce a backtrace | Russell King | 2007-07-05 | 1 | -2/+0 |
* | [ARM] Add support for pause_on_oops and display preempt/smp options | Russell King | 2007-06-17 | 1 | -1/+19 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 1 | -7/+7 |
* | [ARM] 4356/1: arm: fix handling of svc mode undefined instructions | Dan Williams | 2007-05-03 | 1 | -2/+3 |
* | [ARM] Remove needless linux/ptrace.h includes | Russell King | 2007-04-21 | 1 | -1/+0 |
* | [ARM] Add ability to dump exception stacks to kernel backtraces | Russell King | 2007-04-21 | 1 | -2/+16 |
* | [ARM] 4183/1: do_undefinstr: read svc undefined instructions with svc privileges | Dan Williams | 2007-02-14 | 1 | -1/+4 |
* | [ARM] Move processor_modes[] to .../process.c | Russell King | 2007-02-06 | 1 | -10/+2 |
* | [ARM] 4070/1: arch/arm/kernel: fix warnings from missing includes | Ben Dooks | 2007-01-06 | 1 | -0/+1 |
* | [ARM] 3983/2: remove unused argument to __bug() | Nicolas Pitre | 2006-12-07 | 1 | -5/+2 |