summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-091-9/+0
* x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-091-2/+0
* x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-091-6/+0
* x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-091-36/+0
* x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-091-1/+1
* userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-071-0/+15
* userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-073-2/+70
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-032-0/+49
|\
| * PCI: hv: Introduce hv_msi_entryBoqun Feng2020-03-092-2/+17
| * PCI: hv: Move retarget related structures into tlfs headerBoqun Feng2020-03-091-0/+31
| * PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng2020-03-091-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-024-529/+65
|\ \
| * | KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1
| * | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-9/+9
| * | KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-311-4/+9
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-311-0/+2
| |\ \
| * | | KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-161-2/+3
| * | | KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-161-3/+0
| * | | KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson2020-03-161-2/+0
| * | | KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson2020-03-161-0/+2
| * | | KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson2020-03-161-2/+1
| * | | KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson2020-03-161-2/+1
| * | | KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson2020-03-161-2/+0
| * | | KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson2020-03-161-1/+0
| * | | KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson2020-03-161-1/+0
| * | | KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson2020-03-161-1/+0
| * | | KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson2020-03-161-1/+0
| * | | KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson2020-03-161-1/+0
| * | | KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson2020-03-161-1/+1
| * | | KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson2020-03-161-1/+1
| * | | KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-162-483/+4
| * | | KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson2020-03-162-1/+2
| * | | KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson2020-03-161-1/+2
| * | | KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson2020-03-161-1/+1
| * | | KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson2020-03-161-0/+12
| * | | KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson2020-03-161-1/+0
| * | | KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson2020-03-161-1/+1
| * | | KVM: LAPIC: Recalculate apic map in batchWanpeng Li2020-03-161-0/+1
| * | | KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-1/+5
| * | | KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton2020-03-161-0/+1
| * | | KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson2020-03-161-8/+4
| * | | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-2/+1
| * | | KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson2020-03-162-4/+4
| * | | KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson2020-03-161-3/+9
* | | | Merge tag 'x86-urgent-2020-04-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-021-2/+2
|\ \ \ \
| * | | | x86: Fix bitops.h warning with a moved castJesse Brandeburg2020-03-181-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-022-17/+0
|\ \ \ \ \
| * | | | | mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-15/+0
| * | | | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-2/+0
* | | | | | x86: start using named parameters for low-level uaccess asmsLinus Torvalds2020-04-011-11/+15