aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+6
2015-03-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+4
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-1/+2
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier1-6/+4
2015-03-05ARM: at91: debug: fix non MMU debugAlexandre Belloni1-1/+4
2015-02-23ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka1-1/+1
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-48/+48
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-17/+54
2015-02-17Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+49
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-2/+35
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+4
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds9-2/+206
2015-02-11arm: define __PAGETABLE_PMD_FOLDED for !LPAEKirill A. Shutemov1-0/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+0
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-21/+3
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-13/+0
2015-02-10arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov4-21/+3
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2015-02-10Merge branch 'devel-stable' into for-nextRussell King4-1/+93
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into for-nextRussell King4-1/+38
2015-02-10ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ipArd Biesheuvel1-1/+14
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+77
2015-01-29arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier1-9/+34
2015-01-29arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier1-0/+31
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier3-4/+12
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2015-01-27ARM: digicolor: add low level debug supportBaruch Siach1-0/+35
2015-01-23Merge tag 'qcom-soc-for-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/socOlof Johansson1-0/+6
2015-01-21Merge tag 'at91-cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/socOlof Johansson1-0/+49
2015-01-21Merge tag 'atlas7-lldebug-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux into next/socOlof Johansson1-17/+13
2015-01-21ARM: 8272/1: netx: Migrate DEBUG_LL macros to shared directoryDaniel Thompson1-0/+36
2015-01-21ARM: 8270/1: ks8695: Migrate debug_ll macros to shared directoryDaniel Thompson1-0/+40
2015-01-20arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara2-2/+5
2015-01-20ARM: sirf: add two debug ports for CSRatlas7 SoCGuo Zeng1-15/+13
2015-01-19ARM: debug: msm: Support big-endian CPUsStephen Boyd1-0/+6
2015-01-16ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2CTomasz Figa1-0/+3
2015-01-16ARM: 8287/1: add bitrev.h file to support rbit instructionYalin Wang1-0/+20
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch1-12/+0
2015-01-16KVM: arm: Add initial dirty page locking supportMario Smarduch3-0/+24
2015-01-16KVM: arm: Add ARMv7 API to flush TLBsMario Smarduch2-0/+13
2015-01-15ARM: at91: move debug-macro.S into the common spaceAlexandre Belloni1-0/+49
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-01-14Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost into asm-genericArnd Bergmann1-48/+48
2015-01-14ARM: sirf: drop Marco low-level debug portBarry Song1-2/+0
2015-01-14ARM: optprobes: execute instruction during restoring if possible.Wang Nan2-0/+4