summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorLines
2009-05-30[ARM] alternative copy_to_user: more precise fallback thresholdNicolas Pitre-2/+73
2009-05-29[ARM] lower overhead with alternative copy_to_user for small copiesNicolas Pitre-9/+27
2009-05-29[ARM] alternative copy_to_user/clear_user implementationLennert Buytenhek-0/+142
2009-05-29[ARM] allow for alternative __copy_to_user/__clear_user implementationsNicolas Pitre-2/+4
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King-0/+2
2008-11-27Merge branch 'clps7500' into develRussell King-1/+0
2008-11-27[ARM] clps7500: remove supportRussell King-1/+0
2008-11-27[ARM] remove memzero()Russell King-1/+1
2008-10-09Merge branch 'ptebits' into develRussell King-1/+1
2008-09-01[ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functionsCatalin Marinas-8/+4
2008-09-01[ARM] 5232/1: Do not post-index STRT instruction in clear_user.SCatalin Marinas-1/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas-14/+100
2008-08-28[ARM] 5226/1: remove unmatched comment end.Jean-Christophe DUBOIS-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King-3/+3
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King-2/+2
2008-06-22[ARM] cache align memset and memzeroNicolas Pitre-0/+90
2008-06-22[ARM] cache align destination pointer when copying memory for some processorsNicolas Pitre-20/+4
2008-06-22[ARM] fix cache alignment code in memset.SNicolas Pitre-1/+1
2007-05-20[ARM] spelling fixesSimon Arlott-1/+1
2007-04-21[ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.hRussell King-4/+0
2007-04-21[ARM] Add ability to dump exception stacks to kernel backtracesRussell King-84/+81
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-3/+0
2006-06-28[ARM] nommu: backtrace code must not reference a discarded sectionRussell King-4/+1
2006-06-28[ARM] nommu: uaccess tweaksRussell King-5/+8
2006-06-28[ARM] Remove the __arch_* layer from uaccess.hRussell King-13/+13
2006-06-25[ARM] Remove save_lr/restore_pc macrosRussell King-6/+4
2006-06-25[ARM] Remove LOADREGS macroRussell King-26/+26
2006-06-25[ARM] Remove RETINSTR macroRussell King-21/+21
2006-05-16[ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixesNicolas Pitre-4/+4
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan-1/+1
2006-03-27[ARM] nommu: trivial patch for arch/arm/lib/MakefileHyok S. Choi-1/+1
2006-03-25[ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabledMalcolm Parsons-1/+1
2006-03-21[ARM] 3346/1: Fix udelay() for HZ values different from 100Peter Teichmann-8/+12
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King-1/+0
2006-03-08[ARM] Fix muldi3.SRussell King-2/+2
2006-01-14[ARM] 3104/1: ARM EABI: new helper function namesNicolas Pitre-0/+41
2006-01-14[ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2)Nicolas Pitre-2/+2
2006-01-12[ARM] 3256/1: Make the function-returning ldm's use sp as the base registerCatalin Marinas-9/+11
2005-11-18[ARM] Fix get_user when passed a const pointerRussell King-11/+0
2005-11-11[ARM] 3152/1: make various assembly local labels actually local (the rest)Nicolas Pitre-59/+61
2005-11-11[ARM] 3151/1: make various assembly local labels actually local (io-*.S)Nicolas Pitre-80/+82
2005-11-11[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)Nicolas Pitre-114/+116
2005-11-10[ARM] Fix csumpartial corner caseRussell King-0/+4
2005-11-09[ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King-2/+2
2005-11-04[ARM] 3094/1: remove PLD stuff from old uaccess codeNicolas Pitre-116/+16
2005-11-03[ARM SMP] Add configuration option for ARMv6K processorsRussell King-1/+1
2005-11-01[ARM] 2948/1: new preemption safe copy_{to|from}_user implementationNicolas Pitre-2/+216
2005-11-01[ARM] 2947/1: copy template with new memcpy/memmoveNicolas Pitre-374/+502