summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2012-10-21ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King1-2/+2
2012-10-02ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+Will Deacon1-115/+4
2012-10-02ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King2-13/+35
2012-09-14ARM: 7488/1: mm: use 5 bits for swapfile type encodingWill Deacon1-3/+3
2012-09-14ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon1-16/+18
2012-08-15ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT cachesWill Deacon1-2/+6
2012-06-01ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin1-1/+1
2012-04-28ARM: 7403/1: tls: remove covert channel via TPIDRURWWill Deacon1-0/+4
2012-04-23ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.cWill Deacon1-0/+7
2012-04-15ARM: 7386/1: jump_label: fixup for rename to static_keyRabin Vincent1-1/+1
2012-04-05ARM: fix __io macro for PCMCIARob Herring1-1/+1
2012-04-03ARM: OMAP2+: Fix omap2+ build errorR Sricharan1-1/+1
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+29
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-46/+9
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-38/+35
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-120/+180
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-219/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds20-551/+607
2012-03-28Disintegrate asm/system.h for ARMDavid Howells19-474/+517
2012-03-28ARM: move CP15 definitions to separate header fileRussell King2-77/+87
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-133/+23
2012-03-27Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+14
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-34/+33
2012-03-27Merge branch 'devel-stable' into for-linusRussell King4-3/+13
2012-03-27Merge branches 'l2', 'pgt2' and 'misc' into for-linusRussell King13-191/+252
2012-03-24ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King1-25/+1
2012-03-24ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King1-43/+2
2012-03-24ARM: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King1-38/+1
2012-03-24ARM: sa1111: delete unused physical GPIO register definitionsRussell King1-16/+0
2012-03-24ARM: sa1111: provide a generic way to prevent devices from registeringRussell King1-0/+1
2012-03-24ARM: 7361/1: provide XIP_VIRT_ADDR for no-MMU buildsUwe Kleine-König1-0/+2
2012-03-24ARM: 7334/1: add jump label supportRabin Vincent1-0/+41
2012-03-24ARM: exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2012-03-24ARM: get rid of asm/irq.h in asm/prom.hRussell King1-2/+0
2012-03-24ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon1-0/+1
2012-03-24ARM: Optimize multi-CPU tlb flushing a little moreRussell King1-78/+58
2012-03-24ARM: 7311/1: Add generic instruction opcode manipulation helpersDave Martin1-0/+59
2012-03-24ARM: 7294/1: vectors: use gate_vma for vectors user mappingWill Deacon3-32/+3
2012-03-24ARM: move CP15 definitions to separate header fileRussell King2-77/+87
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-8/+1
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-23Remove remaining bits of io_remap_page_range()Javi Merino1-1/+0
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-8/+0
2012-03-23ARM: Fix missing linux/types.h #inclusion in asm/hardware/iop3xx.hDavid Howells1-0/+3
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-2/+4
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-1/+1
2012-03-21Merge branch 'tegra/cleanups' into next/timerArnd Bergmann2-8/+1
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee1-0/+29
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-1/+1