aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)Author
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini
2013-10-25xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini
2013-10-23Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King
2013-10-23Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King
2013-10-22arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier
2013-10-21ARM: imx: add low-level debug for vybridShawn Guo
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij
2013-10-19ARM: tlb: ASID macro should give 32bit result for BE correct operationVictor Kamensky
2013-10-19ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky
2013-10-19ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intructionBen Dooks
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks
2013-10-19ARM: hardware: fix endian-ness in <hardware/coresight.h>Ben Dooks
2013-10-19ARM: pl01x debug code endian fixBen Dooks
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks
2013-10-18Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall
2013-10-17KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall
2013-10-17ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov
2013-10-16Merge tag 'v3.12-rc4' into develLinus Walleij
2013-10-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-14KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall
2013-10-13ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin
2013-10-12KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin
2013-10-11ARM: Remove temporary sched_clock.h headerStephen Boyd
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar
2013-10-10ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar
2013-10-10ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar
2013-10-10ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring
2013-10-09xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini
2013-10-18arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini
2013-10-10xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini
2013-10-17arm/xen,arm64/xen: introduce p2mStefano Stabellini
2013-10-15arm: make SWIOTLB availableStefano Stabellini
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-07Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...Russell King
2013-10-04ARM: pull in <asm/simd.h> from asm-genericArd Biesheuvel
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano
2013-10-03ARM: 7843/1: drop asm/types.h from generic-yArd Biesheuvel
2013-10-03ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel
2013-09-30ARM: atomics: prefetch the destination word for write prior to strexWill Deacon
2013-09-30ARM: locks: prefetch the destination word for write prior to strexWill Deacon
2013-09-30ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUsWill Deacon
2013-09-30ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.hWill Deacon