summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2014-04-02ARM: 7957/1: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-04-02ARM: 7955/1: spinlock: ensure we have a compiler barrier before sevWill Deacon1-12/+3
2014-01-03ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King2-13/+35
2013-09-10ARM: 7791/1: a.out: remove partial a.out supportWill Deacon3-83/+0
2013-06-29ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz1-3/+1
2013-03-27signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+1
2013-01-03ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2-7/+8
2012-10-31ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King1-2/+2
2012-09-19ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon1-16/+18
2012-09-12ARM: 7488/1: mm: use 5 bits for swapfile type encodingWill Deacon1-3/+3
2012-08-10ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+Will Deacon1-115/+4
2012-05-31ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin1-1/+1
2012-05-11ARM: 7403/1: tls: remove covert channel via TPIDRURWWill Deacon1-0/+4
2012-03-12ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon1-1/+1
2012-03-01ARM: 7325/1: fix v7 boot with lockdep enabledRabin Vincent1-0/+5
2011-12-06ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König1-12/+4
2011-12-01ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot1-1/+1
2011-11-23Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King1-10/+0
2011-11-17ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King1-0/+2
2011-11-16ARM: PMU: remove pmu_init declarationWill Deacon1-10/+0
2011-11-12ARM: 7156/1: l2x0: fix compile error on !CONFIG_USE_OFOlof Johansson1-0/+2
2011-11-10ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam1-0/+1
2011-11-05Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+4
2011-11-02Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-1/+8
2011-11-02Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-2/+8
2011-11-02Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-0/+5
2011-11-02Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-1/+1
2011-11-02Merge branch 'highbank/soc' into next/socArnd Bergmann6-1/+98
2011-11-01Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann4-22/+16
2011-11-01Merge branch 'next/fixes' into next/cleanupArnd Bergmann5-13/+30
2011-11-01Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann4-22/+16
2011-11-01Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann2-0/+21
2011-10-31ARM: l2x0: add empty l2x0_of_initRob Herring1-1/+8
2011-10-31Merge branch 'dt/gic' into highbank/socArnd Bergmann21-110/+202
2011-10-31Merge branch 'dt/gic' into next/dtArnd Bergmann21-110/+201
2011-10-31Merge branch 'omap/dt' into next/dtArnd Bergmann1-0/+5
2011-10-31ARM: gic: fix irq_alloc_descs handling for sparse irqRob Herring1-1/+1
2011-10-31ARM: gic: add OF based initializationRob Herring1-0/+1
2011-10-31ARM: gic: add irq_domain supportRob Herring1-1/+6
2011-10-31Merge branches 'depends/rmk/io', 'depends/rmk/l2x0' and 'depends/rmk/gpio' in...Arnd Bergmann6-1/+91
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds16-94/+124
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2-0/+21
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+5
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-10-25Merge branch 'misc' into for-linusRussell King23-88/+79
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King21-277/+464
2011-10-24Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring21-108/+194
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King11-51/+81
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier3-11/+8
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier5-39/+6