summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-18/+3
2013-04-17ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASEAaro Koskinen1-1/+1
2013-04-17Merge branch 'for-rmk/740t' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2-17/+2
2013-04-16ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/WriteMarc Zyngier1-1/+1
2013-04-03ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon1-1/+1
2013-04-03ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas3-0/+24
2013-03-26ARM: cache: remove ARMv3 support codeWill Deacon1-8/+0
2013-03-25ARM: tlbflush: remove ARMv3 supportWill Deacon1-9/+2
2013-03-12Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-21/+4
2013-03-11xen: arm: mandate EABI and use generic atomic operations.Ian Campbell1-21/+4
2013-03-03ARM: 7665/1: Wire up kcmp syscallCyrill Gorcunov1-1/+1
2013-03-03ARM: 7660/1: tlb: add branch predictor maintenance operationsWill Deacon1-6/+28
2013-03-03ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2-5/+5
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-1/+3
2013-03-03Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King3-2/+4
2013-02-26Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2-0/+8
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-146/+0
2013-02-25ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu1-0/+1
2013-02-25ARM: dma-mapping: Add macro to_dma_iommu_mapping()Hiroshi Doyu1-0/+6
2013-02-25ARM: iommu: Include linux/kref.h in asm/dma-iommu.hLaurent Pinchart1-0/+1
2013-02-25ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSMarc Zyngier1-1/+1
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+26
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+1
2013-02-21Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-7/+450
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-28/+106
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-0/+227
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-64/+0
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-147/+3
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2013-02-21ARM: 7654/1: Preserve L_PTE_VALID in pte_modify()Catalin Marinas1-1/+2
2013-02-21ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre1-0/+1
2013-02-20Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds22-19/+1008
2013-02-20Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-19/+7
2013-02-20Merge branch 'misc' into for-linusRussell King4-19/+7
2013-02-20xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell1-0/+22
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-0/+4
2013-02-19Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-1/+1
2013-02-16ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding1-0/+1
2013-02-16ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon1-4/+4
2013-02-14burying unused conditionalsAl Viro1-2/+0
2013-02-14Merge branch 'warning-fixes' into next/fixes-non-criticalArnd Bergmann2-1/+3
2013-02-14ARM: disable virt_to_bus/virt_to_bus almost everywhereArnd Bergmann2-1/+3
2013-02-12Merge branch 'kvm-arm/timer' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson5-1/+347
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier1-1/+2
2013-02-11ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier2-0/+90
2013-02-11Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Marc Zyngier1-6/+103
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier1-0/+11
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier1-0/+8
2013-02-11ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier1-0/+31
2013-02-11ARM: KVM: VGIC distributor handlingMarc Zyngier1-0/+82