summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-11xen/arm: pfn_to_mfn and mfn_to_pfn return the argument if nothing is in the p2mStefano Stabellini1-8/+2
2013-11-09arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini1-0/+1
2013-11-09Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk5-8/+115
2013-11-09Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk2-1/+8
2013-11-09arm: make SWIOTLB availableStefano Stabellini1-0/+33
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini1-0/+8
2013-10-25xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini1-0/+28
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-10-09xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini1-0/+22
2013-10-18arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini1-1/+12
2013-10-10xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2-0/+3
2013-10-17arm/xen,arm64/xen: introduce p2mStefano Stabellini1-7/+42
2013-10-15arm: make SWIOTLB availableStefano Stabellini1-0/+37
2013-09-18ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre1-0/+7
2013-09-10Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+3
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-1/+0
2013-09-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+4
2013-09-07Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-34/+93
2013-09-06Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2013-09-06Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds37-532/+453
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King37-532/+453
2013-09-05Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2013-09-02Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni1-2/+0
2013-09-02ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson1-0/+2
2013-09-02ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machinesUwe Kleine-König1-0/+12
2013-09-01Merge tag 'kvm-arm-for-3.12' of git://git.linaro.org/people/cdall/linux-kvm-a...Gleb Natapov1-1/+1
2013-08-31ARM: KVM: Fix kvm_set_pte assignmentChristoffer Dall1-1/+1
2013-08-30Merge tag 'highbank-for-3.12' of git://sources.calxeda.com/kernel/linux into ...Olof Johansson2-3/+3
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf7-26/+23
2013-08-28Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2-2/+12
2013-08-28Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King17-142/+240
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-1/+0
2013-08-25ARM: 7806/1: allow DEBUG_UNCOMPRESS for TegraStephen Warren1-0/+29
2013-08-25ARM: debug: move keystone debug to generic 8250 codeRussell King1-43/+0
2013-08-25ARM: debug: move PL01X debug include into arch/arm/include/debug/Russell King10-82/+3
2013-08-25ARM: debug: provide PL01x debug uart phys/virt address configuration optionsRussell King9-111/+7
2013-08-25ARM: debug: add support for word accesses to debug/8250.SRussell King4-70/+21
2013-08-25ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King6-59/+1
2013-08-25ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King6-82/+9
2013-08-25ARM: debug: provide 8250 debug uart register shift configuration optionRussell King6-5/+4
2013-08-25ARM: debug: provide 8250 debug uart flow control configuration optionRussell King1-1/+1
2013-08-25ARM: 7822/1: add workaround for ambiguous C99 stdint.h typesArd Biesheuvel1-0/+40
2013-08-23ARM: move outer_cache declaration out of ifdefRob Herring1-2/+2
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman1-0/+4
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner1-8/+6
2013-08-20ARM: cacheflush: don't round address range up to nearest pageWill Deacon1-2/+1
2013-08-20ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon1-0/+11
2013-08-17Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-20/+34
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-14Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n...Olof Johansson12-90/+61