summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-59/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-58/+0
| * x86: stop exporting msr-index.h to userlandNicolas Dichtel2017-05-111-1/+0
* | Merge tag 'rtc-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-05-101-0/+1
|\ \
| * | x86: i8259: export legacy_pic symbolHans de Goede2017-04-141-0/+1
* | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\ \ \
| * | | Annotate hardware config module parameters in arch/x86/mm/David Howells2017-04-041-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-105-7/+120
|\ \ \ \
| * | | | nVMX: Advertise PML to L1 hypervisorBandan Das2017-05-091-5/+11
| * | | | nVMX: Implement emulated Page Modification LoggingBandan Das2017-05-091-2/+79
| * | | | kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-094-0/+22
| * | | | kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson2017-05-091-0/+8
| | |_|/ | |/| |
* | | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-0/+3
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-0434-98/+227
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li2017-04-261-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-51/+3
|\ \ \ \ \
| * | | | | x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-48/+1
| * | | | | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
| * | | | | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-4/+0
| * | | | | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0823-104/+111
|\ \ \ \ \
| * | | | | treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-083-1/+2
| * | | | | x86: use set_memory.h headerLaura Abbott2017-05-0815-12/+15
| * | | | | treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-082-85/+88
| * | | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
| * | | | | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-083-6/+6
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-0828-1989/+484
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * | | | | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-032-30/+33
| * | | | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-024-18/+11
| * | | | | kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson2017-04-271-43/+14
| * | | | | KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-04-273-11/+24
| * | | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-3/+3
| * | | | | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-1/+1
| * | | | | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-3/+3
| * | | | | KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář2017-04-271-8/+2
| * | | | | KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-272-5/+5
| * | | | | KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti2017-04-211-19/+3
| * | | | | kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-214-4/+48
| * | | | | KVM: x86: virtualize cpuid faultingKyle Huey2017-04-215-0/+49
| * | | | | Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini2017-04-2118-86/+249
| |\ \ \ \ \
| * | | | | | KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand2017-04-211-31/+7
| * | | | | | KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář2017-04-131-1/+1
| * | | | | | KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek2017-04-121-0/+2
| * | | | | | x86/kvm: virt_xxx memory barriers instead of mandatory barriersWanpeng Li2017-04-121-2/+2
| * | | | | | KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov2017-04-121-10/+19
| * | | | | | KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov2017-04-121-39/+13
| * | | | | | KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand2017-04-121-1/+1
| * | | | | | KVM: x86: simplify pic_ioport_read()David Hildenbrand2017-04-121-6/+3
| * | | | | | KVM: x86: set data directly in picdev_read()David Hildenbrand2017-04-121-4/+3
OpenPOWER on IntegriCloud