aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.hRussell King2007-04-212-4/+0
* [ARM] Add ability to dump exception stacks to kernel backtracesRussell King2007-04-211-84/+81
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* [ARM] nommu: backtrace code must not reference a discarded sectionRussell King2006-06-281-4/+1
* [ARM] nommu: uaccess tweaksRussell King2006-06-281-5/+8
* [ARM] Remove the __arch_* layer from uaccess.hRussell King2006-06-286-13/+13
* [ARM] Remove save_lr/restore_pc macrosRussell King2006-06-252-6/+4
* [ARM] Remove LOADREGS macroRussell King2006-06-2512-26/+26
* [ARM] Remove RETINSTR macroRussell King2006-06-259-21/+21
* [ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixesNicolas Pitre2006-05-162-4/+4
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-281-1/+1
|\
| * [ARM] nommu: trivial patch for arch/arm/lib/MakefileHyok S. Choi2006-03-271-1/+1
* | [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
|/
* [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabledMalcolm Parsons2006-03-251-1/+1
* [ARM] 3346/1: Fix udelay() for HZ values different from 100Peter Teichmann2006-03-211-8/+12
* [ARM] Remove unnecessary asm/hardware.h includesRussell King2006-03-211-1/+0
* [ARM] Fix muldi3.SRussell King2006-03-081-2/+2
* [ARM] 3104/1: ARM EABI: new helper function namesNicolas Pitre2006-01-146-0/+41
* [ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2)Nicolas Pitre2006-01-141-2/+2
* [ARM] 3256/1: Make the function-returning ldm's use sp as the base registerCatalin Marinas2006-01-123-9/+11
* [ARM] Fix get_user when passed a const pointerRussell King2005-11-181-11/+0
* [ARM] 3152/1: make various assembly local labels actually local (the rest)Nicolas Pitre2005-11-114-59/+61
* [ARM] 3151/1: make various assembly local labels actually local (io-*.S)Nicolas Pitre2005-11-117-80/+82
* [ARM] 3150/1: make various assembly local labels actually local (uaccess.S)Nicolas Pitre2005-11-111-114/+116
* [ARM] Fix csumpartial corner caseRussell King2005-11-101-0/+4
* [ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King2005-11-091-2/+2
* [ARM] 3094/1: remove PLD stuff from old uaccess codeNicolas Pitre2005-11-041-116/+16
* [ARM SMP] Add configuration option for ARMv6K processorsRussell King2005-11-031-1/+1
* [ARM] 2948/1: new preemption safe copy_{to|from}_user implementationNicolas Pitre2005-11-013-2/+216
* [ARM] 2947/1: copy template with new memcpy/memmoveNicolas Pitre2005-11-014-374/+502
* [ARM] 2946/2: split --arch_clear_user() out of lib/uaccess.SNicolas Pitre2005-11-013-40/+55
* [ARM] 3049/1: More optimized libgcc functionsNicolas Pitre2005-10-3011-312/+223
* [ARM] 2930/1: optimized sha1 implementation for ARMNicolas Pitre2005-10-282-1/+207
* kbuild: arm - use generic asm-offsets.h supportSam Ravnborg2005-09-094-4/+4
* [ARM SMP] Only enable V6K instructions on V6 MP core CPUsRussell King2005-08-101-1/+3
* [ARM SMP] Fix another ARMv6 bitop problemRussell King2005-07-281-1/+1
* [ARM SMP] Fix data corruption in test_* bitopsRussell King2005-07-271-3/+3
* [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial portsAlexander Schulz2005-07-161-70/+0
* [PATCH] ARM: Convert bitops to use ARMv6 ldrex/strex instructionsRussell King2005-07-161-0/+31
* [PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernelNicolas Pitre2005-06-293-406/+1
* [PATCH] ARM: Lindent GCC helper functionsRussell King2005-06-208-313/+274
* [PATCH] ARM: Remove gcc type-isms from GCC helper functionsRussell King2005-06-208-95/+90
* [PATCH] ARM: 2705/1: fix writesw for misaligned source pointerNicolas Pitre2005-06-081-3/+3
* [PATCH] ARM: Add missing new file for bitops patchRussell King2005-04-181-0/+33
* [PATCH] ARM: bitopsRussell King2005-04-176-68/+12
* Linux-2.6.12-rc2Linus Torvalds2005-04-1649-0/+5136