aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson1-0/+7
2013-10-28Merge tag 'imx-soc-3.13' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socOlof Johansson1-0/+26
2013-10-28Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queuePaolo Bonzini3-4/+20
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-23Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King5-23/+51
2013-10-23Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King2-0/+24
2013-10-22arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier1-0/+5
2013-10-21ARM: imx: add low-level debug for vybridShawn Guo1-0/+26
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij4-6/+17
2013-10-19ARM: tlb: ASID macro should give 32bit result for BE correct operationVictor Kamensky1-1/+1
2013-10-19ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky1-13/+13
2013-10-19ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intructionBen Dooks1-1/+2
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks1-4/+6
2013-10-19ARM: hardware: fix endian-ness in <hardware/coresight.h>Ben Dooks1-4/+4
2013-10-19ARM: pl01x debug code endian fixBen Dooks1-0/+2
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks1-0/+7
2013-10-18Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King2-9/+67
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2-3/+16
2013-10-17KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall1-0/+1
2013-10-17ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier1-1/+3
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov5-6/+24
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into nextGleb Natapov4-4/+6
2013-10-16Merge tag 'v3.12-rc4' into develLinus Walleij1-0/+7
2013-10-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-5/+16
2013-10-14KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-13ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin2-2/+3
2013-10-12KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin1-2/+2
2013-10-11ARM: Remove temporary sched_clock.h headerStephen Boyd1-4/+0
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-1/+1
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-10-10ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar1-0/+1
2013-10-10ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R1-3/+34
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-0/+16
2013-10-10ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar1-6/+16
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
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-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-0/+7
2013-10-07Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-arm into devel-stableRussell King2-0/+8
2013-10-04ARM: pull in <asm/simd.h> from asm-genericArd Biesheuvel1-0/+1
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevents/3.13Daniel Lezcano2-5/+32
2013-10-03ARM: 7843/1: drop asm/types.h from generic-yArd Biesheuvel1-1/+0
2013-10-03ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre1-4/+10
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel1-0/+1
2013-09-30ARM: atomics: prefetch the destination word for write prior to strexWill Deacon1-0/+7