summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-141-1/+0
|\
| * KVM: x86: remove stale comment from struct x86_emulate_ctxtVitaly Kuznetsov2020-03-031-1/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-023-1/+19
|\ \
| * | x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-293-1/+19
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-244-3/+16
|\ \ \ | |/ / |/| / | |/
| * KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+1
| * KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-211-1/+1
| * KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2020-02-212-1/+2
| * kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-201-1/+12
* | x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2020-02-191-0/+2
|/
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-3/+13
* Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-092-0/+12
|\
| * x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-011-0/+8
| * x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2020-01-292-0/+4
* | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-063-8/+22
|\ \
| * | x86: vmxfeatures: rename features for consistency with KVM and manualPaolo Bonzini2020-02-052-6/+6
| * | kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit2020-02-051-0/+1
| * | svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit2020-02-051-0/+1
| * | svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit2020-02-051-0/+1
| * | kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-051-1/+1
| * | kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-051-0/+1
| * | kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-051-0/+1
| * | kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit2020-02-051-0/+5
| * | KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-051-1/+0
| * | kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-051-0/+5
* | | Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-061-2/+2
|\ \ \
| * | | x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCIJason A. Donenfeld2020-02-041-2/+2
* | | | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\ \ \ \
| * | | | asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | | | | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-2/+2
* | | | | x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-041-1/+2
* | | | | x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-041-1/+1
* | | | | x86: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
| |/ / / |/| | |
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-16/+12
|\ \ \ \
| * | | | x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
| * | | | x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
| |/ / /
* | | | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-312-27/+14
|\ \ \ \
| * | | | x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-241-10/+0
| * | | | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-2/+2
| * | | | x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig2020-01-241-16/+13
| |/ / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-1/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar2020-01-281-1/+2
| |\ \ | | |/ | |/|
| | * x86/hyper-v: Add "polling" bit to hv_synic_sintWei Liu2020-01-171-1/+2
* | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-314-14/+34
|\ \ \
| * \ \ Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-2/+2
| |\ \ \
| | * | | x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-301-2/+1
| | * | | x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-0/+1
| | |/ /
| * | | x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-271-0/+4
| * | | KVM: X86: Drop x86_set_memory_region()Peter Xu2020-01-271-1/+0
| * | | kvm/svm: PKU not currently supportedJohn Allen2020-01-271-0/+1