summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-023-44/+5
|\
| * Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-284-1/+25
| |\
| * \ Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson2013-04-023-57/+9
| |\ \
| | * | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-31/+0
| | * | arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas2013-03-262-5/+5
| * | | ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-8/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0
|\ \ \ \
| * | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-3/+0
|\ \ \ \ \
| * | | | | arm: Use generic idle loopThomas Gleixner2013-04-081-3/+0
| | |_|_|/ | |/| | |
* | | | | arm: set the page table freeing ceiling to TASK_SIZECatalin Marinas2013-04-291-0/+9
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-04-203-18/+3
|\ \ \ \ \
| * | | | | ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASEAaro Koskinen2013-04-171-1/+1
| * | | | | Merge branch 'for-rmk/740t' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-04-172-17/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ARM: cache: remove ARMv3 support codeWill Deacon2013-03-261-8/+0
| | * | | | ARM: tlbflush: remove ARMv3 supportWill Deacon2013-03-251-9/+2
| | | |_|/ | | |/| |
* | | | | ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/WriteMarc Zyngier2013-04-161-1/+1
|/ / / /
* | | | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-031-1/+1
* | | | ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-033-0/+24
|/ / /
* | | Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-121-21/+4
|\ \ \ | |_|/ |/| |
| * | xen: arm: mandate EABI and use generic atomic operations.Ian Campbell2013-03-111-21/+4
* | | ARM: 7665/1: Wire up kcmp syscallCyrill Gorcunov2013-03-031-1/+1
* | | ARM: 7660/1: tlb: add branch predictor maintenance operationsWill Deacon2013-03-031-6/+28
* | | ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2013-03-032-5/+5
| |/ |/|
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-032-1/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-033-2/+4
| |\ \ \
| | * | | ARM: 7654/1: Preserve L_PTE_VALID in pte_modify()Catalin Marinas2013-02-211-1/+2
| | * | | ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre2013-02-211-0/+1
* | | | | Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2013-02-262-0/+8
|\ \ \ \ \
| * | | | | ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu2013-02-251-0/+1
| * | | | | ARM: dma-mapping: Add macro to_dma_iommu_mapping()Hiroshi Doyu2013-02-251-0/+6
| * | | | | ARM: iommu: Include linux/kref.h in asm/dma-iommu.hLaurent Pinchart2013-02-251-0/+1
* | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-146/+0
|\ \ \ \ \ \
| * | | | | | pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini2013-01-131-146/+0
| | |_|_|/ / | |/| | | |
* | | | | | ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSMarc Zyngier2013-02-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-242-0/+26
|\ \ \ \ \
| * | | | | xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-0/+22
| * | | | | xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-0/+4
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-19/+1
|\ \ \ \ \
| * | | | | burying unused conditionalsAl Viro2013-02-141-2/+0
| * | | | | arm: switch to generic old sigaction()Al Viro2013-02-031-7/+0
| * | | | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | | | | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| |/ / / /
* | | | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-216-7/+450
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-arm/timer' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-02-125-1/+347
| |\ \ \ \ \
| | * | | | | ARM: KVM: arch_timers: Add timer world switchMarc Zyngier2013-02-111-1/+2
| | * | | | | ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier2013-02-112-0/+90
| | * | | | | Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Marc Zyngier2013-02-111-6/+103
| | |\ \ \ \ \
| | * | | | | | ARM: KVM: VGIC initialisation codeMarc Zyngier2013-02-111-0/+11
| | * | | | | | ARM: KVM: VGIC interrupt injectionMarc Zyngier2013-02-111-0/+8
OpenPOWER on IntegriCloud