summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-0/+2
|\
| * arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-181-0/+2
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-4/+0
|\ \
| * | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-1/+0
| * | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-3/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-166-59/+232
|\ \ \
| * | | arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-291-0/+15
| * | | ARM: KVM: Use common version of timer-sr.cMarc Zyngier2016-02-291-0/+9
| * | | ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-291-0/+130
| * | | arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier2016-02-291-0/+5
| * | | arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier2016-02-291-0/+5
| * | | ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_endMarc Zyngier2016-02-291-3/+0
| * | | ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier2016-02-292-6/+0
| * | | ARM: KVM: Turn CP15 defines to an enumMarc Zyngier2016-02-292-33/+39
| * | | ARM: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-292-0/+3
| * | | ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2016-02-291-1/+1
| * | | ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier2016-02-292-6/+5
| * | | ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier2016-02-293-5/+5
| * | | ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2016-02-291-4/+7
| * | | ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-291-3/+0
| * | | ARM: KVM: Move the HYP code to its own sectionMarc Zyngier2016-02-292-2/+8
| * | | arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-291-0/+4
* | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-1/+0
| | |/ | |/|
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-0/+1
|\ \ \
| * | | irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier2016-02-181-0/+1
| |/ /
* | | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-221-7/+14
|\ \ \ | |/ / |/| |
| * | xen/arm: correctly handle DMA mapping of compound pagesIan Campbell2016-02-081-7/+14
* | | ARM: wire up copy_file_range() syscallRussell King2016-01-271-0/+1
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-7/+0
|\ \
| * | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-7/+0
* | | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-202-3/+61
|\ \ \
| * \ \ Merge branch 'treewide/cleanup' into next/multiplatformArnd Bergmann2015-12-181-1/+1
| |\ \ \
| * \ \ \ Merge branch 'mmp/multiplatform' into next/multiplatformArnd Bergmann2015-12-151-3/+19
| |\ \ \ \
| | * | | | ARM: make xscale iwmmxt code multiplatform awareArnd Bergmann2015-12-011-3/+19
| * | | | | ARM: debug-ll: rework footbridge handlingArnd Bergmann2015-12-151-0/+42
| |/ / / /
* | | | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-201-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-011-1/+1
| |/ / /
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-201-190/+93
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: asm/div64.h: adjust to generic coddeNicolas Pitre2015-11-191-190/+93
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-31/+4
|\ \ \ \
| * | | | arm: define __smp_xxxMichael S. Tsirkin2016-01-121-9/+3
| * | | | arm: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-22/+1
* | | | | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-2/+3
* | | | | arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THPMinchan Kim2016-01-151-0/+1
* | | | | arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-9/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-123-17/+28
|\ \ \ \ \
| * | | | | arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-182-1/+6
| * | | | | arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin2015-12-181-16/+17
| * | | | | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-181-1/+0
OpenPOWER on IntegriCloud