aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-04-21[ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.hRussell King2-4/+0
2007-04-21[ARM] Add ability to dump exception stacks to kernel backtracesRussell King1-84/+81
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-28[ARM] nommu: backtrace code must not reference a discarded sectionRussell King1-4/+1
2006-06-28[ARM] nommu: uaccess tweaksRussell King1-5/+8
2006-06-28[ARM] Remove the __arch_* layer from uaccess.hRussell King6-13/+13
2006-06-25[ARM] Remove save_lr/restore_pc macrosRussell King2-6/+4
2006-06-25[ARM] Remove LOADREGS macroRussell King12-26/+26
2006-06-25[ARM] Remove RETINSTR macroRussell King9-21/+21
2006-05-16[ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixesNicolas Pitre2-4/+4
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-27[ARM] nommu: trivial patch for arch/arm/lib/MakefileHyok S. Choi1-1/+1
2006-03-25[ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabledMalcolm Parsons1-1/+1
2006-03-21[ARM] 3346/1: Fix udelay() for HZ values different from 100Peter Teichmann1-8/+12
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King1-1/+0
2006-03-08[ARM] Fix muldi3.SRussell King1-2/+2
2006-01-14[ARM] 3104/1: ARM EABI: new helper function namesNicolas Pitre6-0/+41
2006-01-14[ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2)Nicolas Pitre1-2/+2
2006-01-12[ARM] 3256/1: Make the function-returning ldm's use sp as the base registerCatalin Marinas3-9/+11
2005-11-18[ARM] Fix get_user when passed a const pointerRussell King1-11/+0
2005-11-11[ARM] 3152/1: make various assembly local labels actually local (the rest)Nicolas Pitre4-59/+61
2005-11-11[ARM] 3151/1: make various assembly local labels actually local (io-*.S)Nicolas Pitre7-80/+82
2005-11-11[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)Nicolas Pitre1-114/+116
2005-11-10[ARM] Fix csumpartial corner caseRussell King1-0/+4
2005-11-09[ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King1-2/+2
2005-11-04[ARM] 3094/1: remove PLD stuff from old uaccess codeNicolas Pitre1-116/+16
2005-11-03[ARM SMP] Add configuration option for ARMv6K processorsRussell King1-1/+1
2005-11-01[ARM] 2948/1: new preemption safe copy_{to|from}_user implementationNicolas Pitre3-2/+216
2005-11-01[ARM] 2947/1: copy template with new memcpy/memmoveNicolas Pitre4-374/+502
2005-11-01[ARM] 2946/2: split --arch_clear_user() out of lib/uaccess.SNicolas Pitre3-40/+55
2005-10-30[ARM] 3049/1: More optimized libgcc functionsNicolas Pitre11-312/+223
2005-10-28[ARM] 2930/1: optimized sha1 implementation for ARMNicolas Pitre2-1/+207
2005-09-09kbuild: arm - use generic asm-offsets.h supportSam Ravnborg4-4/+4
2005-08-10[ARM SMP] Only enable V6K instructions on V6 MP core CPUsRussell King1-1/+3
2005-07-28[ARM SMP] Fix another ARMv6 bitop problemRussell King1-1/+1
2005-07-27[ARM SMP] Fix data corruption in test_* bitopsRussell King1-3/+3
2005-07-16[PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial portsAlexander Schulz1-70/+0
2005-07-16[PATCH] ARM: Convert bitops to use ARMv6 ldrex/strex instructionsRussell King1-0/+31
2005-06-29[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernelNicolas Pitre3-406/+1
2005-06-20[PATCH] ARM: Lindent GCC helper functionsRussell King8-313/+274
2005-06-20[PATCH] ARM: Remove gcc type-isms from GCC helper functionsRussell King8-95/+90
2005-06-08[PATCH] ARM: 2705/1: fix writesw for misaligned source pointerNicolas Pitre1-3/+3
2005-04-18[PATCH] ARM: Add missing new file for bitops patchRussell King1-0/+33
2005-04-17[PATCH] ARM: bitopsRussell King6-68/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds49-0/+5136