| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] 5226/1: remove unmatched comment end. | Jean-Christophe DUBOIS | 2008-08-28 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 3 | -3/+3 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 3 | -3/+3 |
* | [ARM] move include/asm-arm to arch/arm/include/asm | Russell King | 2008-08-02 | 2 | -2/+2 |
* | [ARM] cache align memset and memzero | Nicolas Pitre | 2008-06-22 | 2 | -0/+90 |
* | [ARM] cache align destination pointer when copying memory for some processors | Nicolas Pitre | 2008-06-22 | 2 | -20/+4 |
* | [ARM] fix cache alignment code in memset.S | Nicolas Pitre | 2008-06-22 | 1 | -1/+1 |
* | [ARM] spelling fixes | Simon Arlott | 2007-05-20 | 1 | -1/+1 |
* | [ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.h | Russell King | 2007-04-21 | 2 | -4/+0 |
* | [ARM] Add ability to dump exception stacks to kernel backtraces | Russell King | 2007-04-21 | 1 | -84/+81 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 3 | -3/+0 |
* | [ARM] nommu: backtrace code must not reference a discarded section | Russell King | 2006-06-28 | 1 | -4/+1 |
* | [ARM] nommu: uaccess tweaks | Russell King | 2006-06-28 | 1 | -5/+8 |
* | [ARM] Remove the __arch_* layer from uaccess.h | Russell King | 2006-06-28 | 6 | -13/+13 |
* | [ARM] Remove save_lr/restore_pc macros | Russell King | 2006-06-25 | 2 | -6/+4 |
* | [ARM] Remove LOADREGS macro | Russell King | 2006-06-25 | 12 | -26/+26 |
* | [ARM] Remove RETINSTR macro | Russell King | 2006-06-25 | 9 | -21/+21 |
* | [ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixes | Nicolas Pitre | 2006-05-16 | 2 | -4/+4 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-03-28 | 1 | -1/+1 |
|\ |
|
| * | [ARM] nommu: trivial patch for arch/arm/lib/Makefile | Hyok S. Choi | 2006-03-27 | 1 | -1/+1 |
* | | [PATCH] Typo fixes | Alexey Dobriyan | 2006-03-28 | 1 | -1/+1 |
|/ |
|
* | [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabled | Malcolm Parsons | 2006-03-25 | 1 | -1/+1 |
* | [ARM] 3346/1: Fix udelay() for HZ values different from 100 | Peter Teichmann | 2006-03-21 | 1 | -8/+12 |
* | [ARM] Remove unnecessary asm/hardware.h includes | Russell King | 2006-03-21 | 1 | -1/+0 |
* | [ARM] Fix muldi3.S | Russell King | 2006-03-08 | 1 | -2/+2 |
* | [ARM] 3104/1: ARM EABI: new helper function names | Nicolas Pitre | 2006-01-14 | 6 | -0/+41 |
* | [ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2) | Nicolas Pitre | 2006-01-14 | 1 | -2/+2 |
* | [ARM] 3256/1: Make the function-returning ldm's use sp as the base register | Catalin Marinas | 2006-01-12 | 3 | -9/+11 |
* | [ARM] Fix get_user when passed a const pointer | Russell King | 2005-11-18 | 1 | -11/+0 |
* | [ARM] 3152/1: make various assembly local labels actually local (the rest) | Nicolas Pitre | 2005-11-11 | 4 | -59/+61 |
* | [ARM] 3151/1: make various assembly local labels actually local (io-*.S) | Nicolas Pitre | 2005-11-11 | 7 | -80/+82 |
* | [ARM] 3150/1: make various assembly local labels actually local (uaccess.S) | Nicolas Pitre | 2005-11-11 | 1 | -114/+116 |
* | [ARM] Fix csumpartial corner case | Russell King | 2005-11-10 | 1 | -0/+4 |
* | [ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSID | Russell King | 2005-11-09 | 1 | -2/+2 |
* | [ARM] 3094/1: remove PLD stuff from old uaccess code | Nicolas Pitre | 2005-11-04 | 1 | -116/+16 |
* | [ARM SMP] Add configuration option for ARMv6K processors | Russell King | 2005-11-03 | 1 | -1/+1 |
* | [ARM] 2948/1: new preemption safe copy_{to|from}_user implementation | Nicolas Pitre | 2005-11-01 | 3 | -2/+216 |
* | [ARM] 2947/1: copy template with new memcpy/memmove | Nicolas Pitre | 2005-11-01 | 4 | -374/+502 |
* | [ARM] 2946/2: split --arch_clear_user() out of lib/uaccess.S | Nicolas Pitre | 2005-11-01 | 3 | -40/+55 |
* | [ARM] 3049/1: More optimized libgcc functions | Nicolas Pitre | 2005-10-30 | 11 | -312/+223 |
* | [ARM] 2930/1: optimized sha1 implementation for ARM | Nicolas Pitre | 2005-10-28 | 2 | -1/+207 |
* | kbuild: arm - use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 4 | -4/+4 |
* | [ARM SMP] Only enable V6K instructions on V6 MP core CPUs | Russell King | 2005-08-10 | 1 | -1/+3 |
* | [ARM SMP] Fix another ARMv6 bitop problem | Russell King | 2005-07-28 | 1 | -1/+1 |
* | [ARM SMP] Fix data corruption in test_* bitops | Russell King | 2005-07-27 | 1 | -3/+3 |
* | [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports | Alexander Schulz | 2005-07-16 | 1 | -70/+0 |
* | [PATCH] ARM: Convert bitops to use ARMv6 ldrex/strex instructions | Russell King | 2005-07-16 | 1 | -0/+31 |
* | [PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernel | Nicolas Pitre | 2005-06-29 | 3 | -406/+1 |
* | [PATCH] ARM: Lindent GCC helper functions | Russell King | 2005-06-20 | 8 | -313/+274 |
* | [PATCH] ARM: Remove gcc type-isms from GCC helper functions | Russell King | 2005-06-20 | 8 | -95/+90 |