| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-10-31 | arm: convert core files from module.h to export.h |  Paul Gortmaker | 1 | -1/+1 |
| 2011-10-17 | ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs |  Laura Abbott | 1 | -1/+1 |
| 2011-08-04 | cpuidle: Consistent spelling of cpuidle_idle_call() |  David Brown | 1 | -1/+1 |
| 2011-08-03 | cpuidle: stop depending on pm_idle |  Len Brown | 1 | -1/+3 |
| 2011-04-10 | ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooks |  Catalin Marinas | 1 | -0/+2 |
| 2011-01-11 | ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMU |  Will Deacon | 1 | -0/+2 |
| 2010-10-19 | Merge branch 'devel-stable' into devel |  Russell King | 1 | -0/+21 |
| 2010-10-18 | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel |  Russell King | 1 | -0/+24 |
| 2010-10-08 | ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems. |  Kevin Hilman | 1 | -0/+19 |
| 2010-10-01 | ARM: add a vma entry for the user accessible vector page |  Nicolas Pitre | 1 | -0/+21 |
| 2010-09-08 | ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interaction |  Will Deacon | 1 | -0/+5 |
| 2010-07-31 | Merge branch 'devel-stable' into devel |  Russell King | 1 | -0/+13 |
| 2010-07-27 | ARM: call machine_shutdown() from machine_halt(), etc |  Russell King | 1 | -1/+11 |
| 2010-07-27 | ARM: Factor out common code from cpu_proc_fin() |  Russell King | 1 | -4/+13 |
| 2010-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stable |  Russell King | 1 | -9/+14 |
| 2010-07-10 | ARM: lockdep: fix unannotated irqs-on |  Russell King | 1 | -9/+14 |
| 2010-06-14 | ARM: initial stack protector (-fstack-protector) support |  Nicolas Pitre | 1 | -0/+6 |
| 2010-06-14 | [ARM] implement arch_randomize_brk() |  Nicolas Pitre | 1 | -0/+7 |
| 2010-04-21 | ARM: fix build error in arch/arm/kernel/process.c |  Russell King | 1 | -4/+4 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -1/+0 |
| 2010-01-08 | ARM: 5868/1: ARM: fix "BUG: using smp_processor_id() in preemptible code" |  Rabin Vincent | 1 | -1/+2 |
| 2009-12-18 | ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread() |  Russell King | 1 | -7/+5 |
| 2009-10-14 | ARM: 5759/1: Add register information of threads to coredump |  Artem Bityutskiy | 1 | -0/+9 |
| 2009-07-24 | Thumb-2: Implementation of the unified start-up and exceptions code |  Catalin Marinas | 1 | -1/+1 |
| 2009-06-22 | [ARM] idle: clean up pm_idle calling, obey hlt_counter |  Russell King | 1 | -26/+32 |
| 2009-06-19 | [ARM] 5559/1: Limit the stack unwinding caused by a kthread exit |  Catalin Marinas | 1 | -1/+18 |
| 2009-05-30 | Add core support for ARMv6/v7 big-endian |  Catalin Marinas | 1 | -1/+1 |
| 2009-04-02 | Simplify copy_thread() |  Alexey Dobriyan | 1 | -1/+1 |
| 2009-03-19 | [ARM] pass reboot command line to arch_reset() |  Russell King | 1 | -5/+5 |
| 2009-02-12 | [ARM] 5382/1: unwind: Reorganise the stacktrace support |  Catalin Marinas | 1 | -11/+10 |
| 2008-09-06 | [ARM] Convert asm/uaccess.h to linux/uaccess.h |  Russell King | 1 | -1/+1 |
| 2008-09-06 | [ARM] remove pc_pointer() |  Russell King | 1 | -1/+1 |
| 2008-09-05 | [ARM] sparse: fix several warnings |  Russell King | 1 | -29/+0 |
| 2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach |  Russell King | 1 | -1/+1 |
| 2008-07-18 | Merge branch 'linus' into timers/nohz |  Ingo Molnar | 1 | -3/+1 |
| 2008-07-18 | nohz: prevent tick stop outside of the idle loop |  Thomas Gleixner | 1 | -1/+1 |
| 2008-05-12 | [ARM] dyntick: Remove obsolete and unused ARM dyntick support |  Russell King | 1 | -3/+1 |
| 2008-02-08 | aout: remove unnecessary inclusions of {asm, linux}/a.out.h |  David Howells | 1 | -1/+0 |
| 2008-02-08 | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT |  David Howells | 1 | -29/+0 |
| 2007-10-19 | Use helpers to obtain task pid in printks (arch code) |  Alexey Dobriyan | 1 | -1/+1 |
| 2007-07-12 | [ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstone |  George G. Davis | 1 | -2/+6 |
| 2007-06-18 | [ARM] Update show_regs/oops register format |  Russell King | 1 | -28/+35 |
| 2007-04-21 | [ARM] 4258/2: Support for dynticks in idle loop |  Kevin Hilman | 1 | -0/+3 |
| 2007-04-21 | [ARM] Remove needless linux/ptrace.h includes |  Russell King | 1 | -1/+0 |
| 2007-02-06 | [ARM] Move processor_modes[] to .../process.c |  Russell King | 1 | -1/+7 |
| 2006-11-30 | [ARM] 3911/2: Simplify alloc_thread_info on ARM |  Paul Gortmaker | 1 | -61/+0 |
| 2006-09-27 | [ARM] nommu: manage the CP15 things |  Hyok S. Choi | 1 | -6/+16 |
| 2006-07-02 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm |  Linus Torvalds | 1 | -6/+0 |
| 2006-07-01 | [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure |  Lennert Buytenhek | 1 | -6/+0 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> |  Jörn Engel | 1 | -1/+0 |