aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-12ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky1-2/+36
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+22
2014-07-18ARM: 8091/2: add get_user() support for 8 byte typesDaniel Thompson1-1/+36
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King30-80/+89
2014-06-16ARM: choose highest resolution delay timerPeter De Schrijver1-4/+22
2014-02-25ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky6-192/+192
2014-02-25ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsWill Deacon1-0/+5
2013-12-29ARM: 7877/1: use built-in byte swap functionKim Phillips2-1/+37
2013-12-29ARM: make kernel oops easier to readRussell King1-10/+10
2013-11-30ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam1-0/+1
2013-11-20ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon1-1/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+43
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-0/+5
2013-10-29ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page awareSteven Capper1-3/+38
2013-09-30ARM: bitops: prefetch the destination word for write prior to strexWill Deacon1-0/+5
2013-09-17ARM: delete mach-sharkLinus Walleij2-14/+0
2013-09-09ARM: 7835/2: fix modular build of xor_blocks() with NEON enabledArd Biesheuvel2-1/+5
2013-07-22Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm into devel-stableRussell King2-0/+48
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+1
2013-07-08ARM: crypto: add NEON accelerated XOR implementationArd Biesheuvel2-0/+48
2013-04-03ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon1-3/+5
2013-03-12ARM: 7670/1: fix the memset fixNicolas Pitre1-20/+13
2013-03-07ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizationsIvan Djelic1-41/+44
2013-02-21ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre1-0/+1
2012-10-09ARM: export default read_current_timerArnd Bergmann1-0/+1
2012-10-04Merge branch 'arch-timers' into for-linusRussell King1-9/+26
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin1-8/+26
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon1-0/+1
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King2-8/+21
2012-08-13ARM: Bring back ARMv3 IO and user access codeRussell King4-3/+816
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches1-1/+2
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King5-96/+81
2012-07-09ARM: 7452/1: delay: allow timer-based delay implementation to be selectedWill Deacon3-12/+81
2012-07-09ARM: 7449/1: use generic strnlen_user and strncpy_from_user functionsWill Deacon3-84/+0
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King4-816/+3
2012-01-25ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflictsCatalin Marinas3-61/+61
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon2-1/+46
2011-11-26ARM: 7171/1: unwind: add unwind directives to bitops assembly macrosWill Deacon7-22/+28
2011-10-25Merge branch 'misc' into for-linusRussell King2-6/+8
2011-10-17ARM: 7125/1: Add unwinding annotations for 64bit division functionsLaura Abbott1-0/+8
2011-10-17ARM: 7068/1: process: change from __backtrace to dump_stack in show_regsLaura Abbott1-6/+0
2011-10-02ARM: include linux/highmem.h in uaccess functionsArnd Bergmann1-0/+1
2011-08-07arm: remove "optimized" SHA1 routinesLinus Torvalds2-212/+1
2011-07-12ARM: remove unnecessary mach/hardware.h includesRob Herring3-3/+0
2011-05-27ARM: 6945/1: Add unwinding support for division functionsLaura Abbott1-5/+20
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-1/+6
2011-02-21ARM: pgtable: add pud-level codeRussell King1-1/+6
2011-02-19ARM: 6653/1: bitops: Use BX instead of MOV PC,LRDave Martin1-2/+2
2011-02-02ARM: bitops: switch set/clear/change bitops to use ldrex/strexRussell King7-62/+35
2011-02-02ARM: bitops: ensure set/clear/change bitops take a word-aligned pointerRussell King1-0/+8