summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+15
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-214/+70
2023-09-07x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2-8/+15
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-10/+71
2023-09-02Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-57/+447
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson1-6/+5
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson1-5/+2
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson1-4/+4
2023-08-31KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson2-15/+8
2023-08-31KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson2-7/+17
2023-08-31KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson1-19/+2
2023-08-31KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao1-11/+0
2023-08-31KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao1-0/+12
2023-08-31KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson1-0/+3
2023-08-31KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson1-3/+2
2023-08-31KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson1-1/+0
2023-08-31KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson1-1/+0
2023-08-31Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-160/+29
2023-08-31Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+4
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-2/+4
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-154/+147
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2023-08-30Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik1-1/+1
2023-08-30x86/audit: Fix -Wmissing-variable-declarations warning for ia32_xyz_classJustin Stitt1-0/+7
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-6/+0
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-27/+22
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-21/+36
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-8/+16
2023-08-29Merge tag 'for-linus-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2023-08-29Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-12/+18
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+12
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2023-08-29Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-254/+51
2023-08-29Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2023-08-29Merge tag 'x86_boot_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+19
2023-08-29Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki1-8/+16
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford1-3/+3
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui1-7/+4
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui1-4/+4
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui1-5/+10
2023-08-25x86/hyperv: Support hypercalls for fully enlightened TDX guestsDexuan Cui1-0/+14
2023-08-25x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui2-1/+5
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder1-4/+7
2023-08-25x86/crash: add x86 crash hotplug supportEric DeVolder1-0/+15
2023-08-25x86: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+7
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-23x86/hyperv: Add missing 'inline' to hv_snp_boot_ap() stubNathan Chancellor1-1/+1