summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-29ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier1-4/+7
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier1-3/+0
2016-02-29ARM: KVM: Move the HYP code to its own sectionMarc Zyngier2-2/+8
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier1-0/+4
2016-02-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+14
2016-02-18irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier1-0/+1
2016-02-08xen/arm: correctly handle DMA mapping of compound pagesIan Campbell1-7/+14
2016-01-27ARM: wire up copy_file_range() syscallRussell King1-0/+1
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+61
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-190/+93
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-7/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-31/+4
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-2/+3
2016-01-15arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THPMinchan Kim1-0/+1
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-9/+0
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-17/+28
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+30
2016-01-12arm: define __smp_xxxMichael S. Tsirkin1-9/+3
2016-01-12arm: reuse asm-generic/barrier.hMichael S. Tsirkin1-22/+1
2016-01-12Merge branch 'devel-stable' into for-linusRussell King5-2/+115
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King5-7/+10
2016-01-04ARM: 8495/1: ATAGS: move save_atags() to arch/arm/include/asm/setup.hIvaylo Dimitrov1-0/+6
2016-01-04Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/...Russell King5-2/+115
2015-12-22ARM: 8487/1: Remove IPI_CALL_FUNC_SINGLEMarc Zyngier1-1/+1
2015-12-22ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend hookLorenzo Pieralisi1-1/+1
2015-12-21arm: extend pvclock_wall_clock with sec_hiStefano Stabellini1-0/+1
2015-12-21xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2-0/+9
2015-12-21arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini1-0/+20
2015-12-18Merge branch 'treewide/cleanup' into next/multiplatformArnd Bergmann1-1/+1
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2-1/+6
2015-12-18arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin1-16/+17
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin1-1/+0
2015-12-16Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+4
2015-12-15Merge branch 'mmp/multiplatform' into next/multiplatformArnd Bergmann1-3/+19
2015-12-15ARM: debug-ll: rework footbridge handlingArnd Bergmann1-0/+42
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King1-0/+4
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar1-0/+6
2015-12-14ARM: add UEFI stub supportRoy Franz1-0/+23
2015-12-13ARM: wire up UEFI init and runtime supportArd Biesheuvel2-1/+61
2015-12-13ARM: implement create_mapping_late() for EFI useArd Biesheuvel1-0/+2
2015-12-13ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel2-1/+29
2015-12-10irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier1-0/+1
2015-12-04Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-0/+12
2015-12-04arm64: KVM: Correctly handle zero register during MMIOPavel Fedin1-0/+12
2015-12-03ARM: 8457/1: psci-smp is built only for SMPArnd Bergmann1-1/+1
2015-12-03ARM: 8455/1: define __BUG as asm(BUG_INSTR) without CONFIG_BUGArnd Bergmann1-4/+1
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1