summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorLines
2013-04-03ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon-3/+5
2013-03-12ARM: 7670/1: fix the memset fixNicolas Pitre-20/+13
2013-03-07ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Ivan Djelic-41/+44
2013-02-21ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre-0/+1
2012-10-09ARM: export default read_current_timerArnd Bergmann-0/+1
2012-10-04Merge branch 'arch-timers' into for-linusRussell King-9/+26
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin-8/+26
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon-0/+1
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King-8/+21
2012-08-13ARM: Bring back ARMv3 IO and user access codeRussell King-3/+816
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches-1/+2
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King-96/+81
2012-07-09ARM: 7452/1: delay: allow timer-based delay implementation to be selectedWill Deacon-12/+81
2012-07-09ARM: 7449/1: use generic strnlen_user and strncpy_from_user functionsWill Deacon-84/+0
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King-816/+3
2012-01-25ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflictsCatalin Marinas-61/+61
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon-1/+46
2011-11-26ARM: 7171/1: unwind: add unwind directives to bitops assembly macrosWill Deacon-22/+28
2011-10-25Merge branch 'misc' into for-linusRussell King-6/+8
2011-10-17ARM: 7125/1: Add unwinding annotations for 64bit division functionsLaura Abbott-0/+8
2011-10-17ARM: 7068/1: process: change from __backtrace to dump_stack in show_regsLaura Abbott-6/+0
2011-10-02ARM: include linux/highmem.h in uaccess functionsArnd Bergmann-0/+1
2011-08-07arm: remove "optimized" SHA1 routinesLinus Torvalds-212/+1
2011-07-12ARM: remove unnecessary mach/hardware.h includesRob Herring-3/+0
2011-05-27ARM: 6945/1: Add unwinding support for division functionsLaura Abbott-5/+20
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King-1/+6
2011-02-21ARM: pgtable: add pud-level codeRussell King-1/+6
2011-02-19ARM: 6653/1: bitops: Use BX instead of MOV PC,LRDave Martin-2/+2
2011-02-02ARM: bitops: switch set/clear/change bitops to use ldrex/strexRussell King-62/+35
2011-02-02ARM: bitops: ensure set/clear/change bitops take a word-aligned pointerRussell King-0/+8
2011-01-10ARM: udelay: prevent math rounding resulting in short udelaysRussell King-0/+4
2011-01-06Merge branch 'smp' into miscRussell King-2/+4
2010-11-24ARM: 6482/2: Fix find_next_zero_bit and related assemblyJames Jones-2/+4
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas-61/+64
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+0
2010-07-26ARM: Fix csum_partial_copy_from_user()Russell King-1/+1
2010-06-24ARM: Remove support for LinkUp Systems L7200 SDP.Russell King-1/+0
2010-05-08ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabledCatalin Marinas-0/+2
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King-22/+22
2010-04-05Merge branch 'master' into export-slabhTejun Heo-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-29ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel buildsCatalin Marinas-2/+2
2009-09-19Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6Russell King-2/+2
2009-09-15ARM: 5701/1: ARM: copy_page.S: take into account the size of the cache lineKirill A. Shutemov-8/+8
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre-2/+2
2009-08-15Merge branch 'for-rmk-2.6.32' of git://git.pengutronix.de/git/ukl/linux-2.6 i...Russell King-1/+1
2009-08-13Complete irq tracing support for ARMUwe Kleine-König-1/+1
2009-07-24Thumb-2: Implement the unified arch/arm/lib functionsCatalin Marinas-96/+151
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas-0/+2
2009-06-14Merge branch 'copy_user' of git://git.marvell.com/orion into develRussell King-2/+235