summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-05-2718-53/+518
|\
| * platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj2016-05-276-0/+299
| * dell-rbtn: Ignore ACPI notifications if device is suspendedGabriele Mazzotta2016-05-271-0/+56
| * thinkpad_acpi: save kbdlight state on suspend and restore it on resumeMarco Trevisan (Treviño)2016-05-271-3/+40
| * intel_menlow: reduce code duplicationRasmus Villemoes2016-05-271-27/+22
| * asus-wmi: provide access to ALS controlOleksij Rempel2016-05-271-0/+5
| * ideapad-laptop: add a new WMI string for ESC keyArnd Bergmann2016-05-271-3/+16
| * surfacepro3_button: Add a warning when switching to tablet modeAndy Shevchenko2016-05-271-2/+7
| * sony-laptop: Avoid oops on module unload for older laptopsLawrence Yiu2016-05-051-0/+3
| * intel_telemetry: Constify telemetry_core_ops structuresJulia Lawall2016-05-053-5/+5
| * fujitsu-laptop: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-051-6/+6
| * asus-laptop: correct error handling in sysfs_acpi_setGiedrius Statkevičius2016-04-251-3/+2
| * asus-laptop: remove redundant initializersGiedrius Statkevičius2016-04-251-3/+3
| * asus-laptop: correct error handling in asus_read_brightness()Giedrius Statkevičius2016-04-251-1/+3
| * fujitsu-laptop: Support radio LEDMichał Kępień2016-04-151-0/+51
* | Merge git://git.infradead.org/intel-iommuLinus Torvalds2016-05-273-120/+638
|\ \
| * | iommu/vt-d: Use per-cpu IOVA cachingOmer Peleg2016-04-201-12/+35
| * | iommu/iova: introduce per-cpu caching to iova allocationOmer Peleg2016-04-202-26/+414
| * | iommu/vt-d: change intel-iommu to use IOVA frame numbersOmer Peleg2016-04-201-32/+29
| * | iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbsOmer Peleg2016-04-201-0/+34
| * | iommu/vt-d: only unmap mapped entriesOmer Peleg2016-04-201-11/+25
| * | iommu/vt-d: correct flush_unmaps pfn usageOmer Peleg2016-04-201-1/+2
| * | iommu/vt-d: per-cpu deferred invalidation queuesOmer Peleg2016-04-201-41/+92
| * | iommu/vt-d: refactoring of deferred flush entriesOmer Peleg2016-04-201-19/+29
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-2745-193/+5901
|\ \ \
| * | | tools: kvm_stat: Add commentsJanosch Frank2016-05-251-2/+159
| * | | tools: kvm_stat: Introduce pid monitoringJanosch Frank2016-05-252-22/+167
| * | | KVM: Create debugfs dir and stat files for each VMJanosch Frank2016-05-252-10/+184
| * | | MAINTAINERS: Add kvm toolsJanosch Frank2016-05-251-0/+1
| * | | tools: kvm_stat: Powerpc related fixesHemant Kumar2016-05-251-0/+2
| * | | tools: Add kvm_stat man pagePaolo Bonzini2016-05-252-2/+99
| * | | tools: Add kvm_stat vm monitor scriptJanosch Frank2016-05-253-1/+835
| * | | kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
| * | | KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka2016-05-241-3/+41
| * | | KVM: Unify traced vector formatJan Kiszka2016-05-241-3/+3
| * | | svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
| * | | Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-05-2434-156/+4404
| |\ \ \
| | * | | KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall2016-05-204-40/+77
| | * | | KVM: arm/arm64: vgic-new: enable buildAndre Przywara2016-05-205-0/+42
| | * | | KVM: arm/arm64: vgic-new: implement mapped IRQ handlingAndre Przywara2016-05-202-0/+58
| | * | | KVM: arm/arm64: vgic-new: Wire up irqfd injectionAndre Przywara2016-05-201-0/+52
| | * | | KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enableEric Auger2016-05-202-2/+32
| | * | | KVM: arm/arm64: vgic-new: vgic_init: implement map_resourcesEric Auger2016-05-205-0/+176
| | * | | KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger2016-05-206-1/+245
| | * | | KVM: arm/arm64: vgic-new: vgic_init: implement vgic_createEric Auger2016-05-202-0/+85
| | * | | KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_initEric Auger2016-05-205-0/+246
| | * | | KVM: arm/arm64: vgic-new: Add userland GIC CPU interface accessAndre Przywara2016-05-203-2/+116
| | * | | KVM: arm/arm64: vgic-new: Add GICH_VMCR accessorsAndre Przywara2016-05-203-0/+72
| | * | | KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registersAndre Przywara2016-05-201-1/+54
| | * | | KVM: arm/arm64: vgic-new: Export register access interfaceChristoffer Dall2016-05-202-0/+38