aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2016-06-22ARM: 8306/1: loop_udelay: remove bogomips value limitationGravatar Nicolas Pitre 2-11/+9
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-3/+2
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusGravatar Russell King 1-0/+8
2015-12-17ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Gravatar Nicolas Pitre 1-0/+8
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANGravatar Russell King 1-6/+23
2015-10-03ARM: 8438/1: Add unwinding to __clear_user_std()Gravatar Stephen Boyd 1-0/+4
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Gravatar Russell King 7-12/+30
2015-08-26ARM: software-based priviledged-no-access supportGravatar Russell King 1-0/+14
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Gravatar Russell King 4-11/+11
2015-08-18ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageGravatar Nicolas Pitre 1-1/+1
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsGravatar Russell King 2-0/+4
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2015-05-26ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/Gravatar Antonio Ospite 1-2/+2
2015-05-08ARM: replace BSYM() with badr assembly macroGravatar Russell King 1-1/+1
2015-04-14ARM: ensure delay timer has sufficient accuracy for delaysGravatar Russell King 1-0/+6
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherGravatar Ard Biesheuvel 3-3/+3
2015-01-16ARM: 8285/1: remove ARMv3 user access code againGravatar Nicolas Pitre 2-577/+2
2014-11-27ARM: 8225/1: Add unwinding support for memory copy functionsGravatar Lin Yongting 4-0/+45
2014-11-27ARM: 8224/1: Add unwinding support for memmove functionGravatar Lin Yongting 1-0/+28
2014-11-27ARM: 8223/1: Add unwinding support for __memzero functionGravatar Lin Yongting 1-0/+12
2014-11-21ARM: 8204/1: Add unwinding support for memset functionGravatar Lin Yongting 1-0/+12
2014-09-12ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesGravatar Victor Kamensky 1-2/+36
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-4/+22
2014-07-18ARM: 8091/2: add get_user() support for 8 byte typesGravatar Daniel Thompson 1-1/+36
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Gravatar Russell King 30-80/+89
2014-06-16ARM: choose highest resolution delay timerGravatar Peter De Schrijver 1-4/+22
2014-02-25ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullGravatar Victor Kamensky 6-192/+192
2014-02-25ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsGravatar Will Deacon 1-0/+5
2013-12-29ARM: 7877/1: use built-in byte swap functionGravatar Kim Phillips 2-1/+37
2013-12-29ARM: make kernel oops easier to readGravatar Russell King 1-10/+10
2013-11-30ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationGravatar Fabio Estevam 1-0/+1
2013-11-20ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPGravatar Will Deacon 1-1/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 2-3/+43
2013-11-12Merge branch 'devel-stable' into for-nextGravatar Russell King 1-0/+5
2013-10-29ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page awareGravatar Steven Capper 1-3/+38
2013-09-30ARM: bitops: prefetch the destination word for write prior to strexGravatar Will Deacon 1-0/+5
2013-09-17ARM: delete mach-sharkGravatar Linus Walleij 2-14/+0
2013-09-09ARM: 7835/2: fix modular build of xor_blocks() with NEON enabledGravatar Ard Biesheuvel 2-1/+5
2013-07-22Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm ...Gravatar Russell King 2-0/+48
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersGravatar Paul Gortmaker 1-1/+1
2013-07-08ARM: crypto: add NEON accelerated XOR implementationGravatar Ard Biesheuvel 2-0/+48
2013-04-03ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsGravatar Will Deacon 1-3/+5
2013-03-12ARM: 7670/1: fix the memset fixGravatar Nicolas Pitre 1-20/+13
2013-03-07ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Gravatar Ivan Djelic 1-41/+44
2013-02-21ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockGravatar Nicolas Pitre 1-0/+1
2012-10-09ARM: export default read_current_timerGravatar Arnd Bergmann 1-0/+1
2012-10-04Merge branch 'arch-timers' into for-linusGravatar Russell King 1-9/+26
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesGravatar Jonathan Austin 1-8/+26
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopGravatar Will Deacon 1-0/+1