Age | Commit message (Expand) | Author | Files | Lines |
2008-09-01 | [ARM] 5227/1: Add the ENDPROC declarations to the .S files | Catalin Marinas | 1 | -0/+16 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -1/+1 |
2008-04-19 | Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x... | Russell King | 1 | -19/+5 |
2008-04-19 | [ARM] Fix kernel mode preemption | Russell King | 1 | -19/+5 |
2008-04-19 | Linux Thumb-2 support for user-space applications | Paul Brook | 1 | -9/+44 |
2008-04-19 | Add a prefetch abort handler | Paul Brook | 1 | -10/+24 |
2008-01-28 | Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '... | Russell King | 1 | -6/+57 |
2008-01-26 | ARM kprobes: prevent some functions involved with kprobes from being probed | Nicolas Pitre | 1 | -1/+7 |
2008-01-26 | ARM kprobes: don't let a single-stepped stmdb corrupt the exception stack | Nicolas Pitre | 1 | -3/+10 |
2008-01-26 | [ARM] 4689/1: small comment wrap fix | Nicolas Pitre | 1 | -2/+2 |
2008-01-26 | [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension support | Catalin Marinas | 1 | -0/+38 |
2007-11-26 | [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user space | Nicolas Pitre | 1 | -1/+1 |
2007-11-26 | [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c... | Nicolas Pitre | 1 | -37/+57 |
2007-02-17 | [ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_user | Dan Williams | 1 | -0/+1 |
2007-02-06 | [ARM] Move processor_modes[] to .../process.c | Russell King | 1 | -1/+0 |
2007-01-07 | [ARM] Fix kernel-mode undefined instruction aborts | Russell King | 1 | -4/+8 |
2006-12-03 | [ARM] 3881/4: xscale: clean up cp0/cp1 handling | Lennert Buytenhek | 1 | -9/+0 |
2006-09-20 | [ARM] Add ARM irqtrace support | Russell King | 1 | -0/+13 |
2006-08-18 | [ARM] 3746/2: Userspace helpers must be Thumb mode interworkable | Nicolas Pitre | 1 | -9/+12 |
2006-07-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -3/+1 |
2006-07-01 | [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure | Lennert Buytenhek | 1 | -3/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-28 | [ARM] 3370/2: ep93xx: add crunch support | Lennert Buytenhek | 1 | -0/+6 |
2006-06-22 | [ARM] Add thread_notify infrastructure | Russell King | 1 | -13/+11 |
2006-03-29 | [ARM] 3420/1: Missing clobber in example code | Paul Brook | 1 | -1/+1 |
2006-03-22 | [ARM] Move IRQ enable after coprocessor number decode | Russell King | 1 | -1/+1 |
2006-02-23 | [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6K | Russell King | 1 | -1/+1 |
2006-02-09 | [ARM] 3310/1: add a comment about the possible __kuser_cmpxchg transient false | Nicolas Pitre | 1 | -1/+6 |
2006-02-09 | [ARM] 3309/1: disable the pre-ARMv5 NPTL kernel helper in the non MMU case | Nicolas Pitre | 1 | -0/+10 |
2006-01-19 | [ARM] 3271/1: ARM EABI: fix calling of cmpxchg syscall emulation | Nicolas Pitre | 1 | -1/+4 |
2006-01-14 | [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exce... | Nicolas Pitre | 1 | -0/+17 |
2006-01-14 | [ARM] Support register switch in nommu mode | Hyok S. Choi | 1 | -0/+7 |
2006-01-03 | [ARM] Cleanup ARM includes | Russell King | 1 | -2/+0 |
2005-12-20 | [ARM] 3210/1: add missing memory barrier helper for NPTL support | Nicolas Pitre | 1 | -0/+49 |
2005-11-08 | [ARM SMP] Add core ARM support for local timers | Russell King | 1 | -0/+7 |
2005-11-06 | [ARM] 3115/1: small optimizations to exception vector entry code | Nicolas Pitre | 1 | -8/+7 |
2005-10-30 | [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code | Nicolas Pitre | 1 | -1/+2 |
2005-09-24 | [ARM] Fix context switch with ARMv6 + TLS | Russell King | 1 | -1/+1 |
2005-08-10 | [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switch | Russell King | 1 | -0/+7 |
2005-06-18 | Merge with ../linux-2.6-smp | Russell King | 1 | -117/+137 |
2005-06-08 | [PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systems | Nicolas Pitre | 1 | -5/+11 |
2005-06-01 | [PATCH] ARM SMP: Fix vector entry | Russell King | 1 | -83/+89 |
2005-05-31 | [PATCH] ARM SMP: convert alignment enable | Russell King | 1 | -1/+3 |
2005-05-21 | [PATCH] ARM SMP: add IPI support | Russell King | 1 | -0/+14 |
2005-05-21 | [PATCH] ARM SMP: reallocate main IRQ handler code registers | Russell King | 1 | -19/+16 |
2005-05-21 | [PATCH] ARM SMP: consolidate main IRQ handler code | Russell King | 1 | -14/+15 |
2005-05-06 | [PATCH] ARM: 2665/1: kill warnings in entry-armv.S | Nicolas Pitre | 1 | -2/+2 |
2005-05-06 | [PATCH] ARM: 2663/1: straightify TLS register emulation a bit more | Nicolas Pitre | 1 | -7/+3 |
2005-04-30 | [PATCH] ARM: 2651/3: kernel helpers for NPTL support | Nicolas Pitre | 1 | -1/+212 |
2005-04-26 | [PATCH] ARM: make entry*.S includes more logical | Russell King | 1 | -3/+3 |