summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-171-1/+5
* Merge branch 'generic-iommu-allocator'David S. Miller2015-04-168-325/+533
|\
| * sparc: Make LDC use common iommu poll management functionsSowmini Varadhan2015-04-161-88/+97
| * sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan2015-04-164-236/+160
| * sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-163-1/+276
|/
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-1631-694/+1246
|\
| * xen/pci: Try harder to get PXM information for XenRoss Lagerwall2015-04-151-2/+13
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-1511-125/+324
| * xen-pciback: also support disabling of bus-mastering and memory-write-invalidateJan Beulich2015-03-161-1/+14
| * xen: support suspend/resume in pvscsi frontendJuergen Gross2015-03-161-35/+179
| * xen: scsiback: add LUN of restored domainJuergen Gross2015-03-161-5/+14
| * xen-scsiback: define a pr_fmt macro with xen-pvscsiTao Chen2015-03-161-39/+36
| * xen/mce: fix up xen_late_init_mcelog() error handlingDan Carpenter2015-03-161-7/+18
| * xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2015-03-165-80/+249
| * xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel2015-03-166-194/+154
| * x86/xen/apic: WARN with details.Konrad Rzeszutek Wilk2015-03-161-1/+1
| * x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk2015-03-162-89/+181
| * xen/pciback: Don't print scary messages when unsupported by hypervisor.Konrad Rzeszutek Wilk2015-03-161-2/+2
| * xen: use generated hypercall symbols in arch/x86/xen/xen-head.SJuergen Gross2015-03-161-53/+10
| * xen: use generated hypervisor symbols in arch/x86/xen/trace.cJuergen Gross2015-03-161-46/+4
| * xen: synchronize include/xen/interface/xen.h with xenJuergen Gross2015-03-162-2/+6
| * xen: build infrastructure for generating hypercall depending symbolsJuergen Gross2015-03-162-0/+21
| * xen: balloon: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-161-25/+20
| * xen: pcpu: Use static attribute groups for sysfs entryTakashi Iwai2015-03-161-16/+28
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-1645-409/+748
|\ \
| * | arm64: fix midr range for Cortex-A57 erratum 832075Bo Yan2015-04-011-1/+2
| * | arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon2015-04-014-1/+51
| * | arm64: Use bool function return values of true/false not 1/0Joe Perches2015-03-311-1/+1
| * | arm64: defconfig: updates for 4.1Will Deacon2015-03-301-2/+12
| * | arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier2015-03-305-33/+68
| * | arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-03-301-2/+53
| * | arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier2015-03-302-16/+66
| * | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-272-33/+1
| |\ \
| | * | ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel2015-03-272-33/+1
| * | | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-251-1/+1
| |\ \ \ | | |/ /
| | * | ARM: kvm: assert on HYP section boundaries not actual code sizeArd Biesheuvel2015-03-251-1/+1
| * | | arm64: head.S: ensure idmap_t0sz is visibleMark Rutland2015-03-241-1/+4
| * | | arm64: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-242-4/+54
| * | | dt: pmu: extend ARM PMU binding to allow for explicit interrupt affinityWill Deacon2015-03-241-0/+7
| * | | arm64: head.S: ensure visibility of page tablesMark Rutland2015-03-241-0/+1
| * | | arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-234-2/+93
| * | | arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-238-4/+110
| * | | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-234-47/+55
| |\ \ \ | | |/ /
| | * | ARM: kvm: implement replacement for ld's LOG2CEIL()Ard Biesheuvel2015-03-231-2/+22
| | * | ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-194-46/+34
| | |/
| * | arm64: proc: remove unused cpu_get_pgd macroWill Deacon2015-03-191-9/+0
| * | arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel2015-03-192-1/+29
| * | arm64: remove __calc_phys_offsetArd Biesheuvel2015-03-191-36/+11
| * | arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7
| * | arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1
OpenPOWER on IntegriCloud