summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-121-4/+2
|\
| * Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-2/+2
| * Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich2021-03-101-2/+0
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-3/+7
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-261-3/+7
| |\ \
| | * | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-3/+7
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-049-16/+400
|\ \ \ \
| * | | | KVM: SVM: Clear the CR4 register on resetBabu Moger2021-03-021-0/+1
| * | | | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-024-2/+343
| * | | | KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_infoDavid Woodhouse2021-03-021-0/+4
| * | | | KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini2021-03-024-2/+42
| * | | | KVM: xen: flush deferred static key before checking itPaolo Bonzini2021-02-261-0/+1
| * | | | KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabledSean Christopherson2021-02-261-8/+8
| * | | | KVM: x86: hyper-v: Fix Hyper-V context null-ptr-derefWanpeng Li2021-02-261-1/+1
| * | | | KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang2021-02-261-3/+0
* | | | | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-043-29/+62
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross2021-03-033-26/+21
| * | | | Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-031-3/+41
* | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \ \ \ \
| * | | | | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2615-415/+311
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
| * | | | | KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
| * | | | | KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-222-9/+28
| * | | | | KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson2021-02-222-2/+2
| * | | | | KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
| * | | | | KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-192-21/+15
| * | | | | KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2021-02-192-47/+17
| * | | | | KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-195-153/+36
| * | | | | KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-196-5/+70
| * | | | | KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson2021-02-191-4/+11
| * | | | | KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-195-100/+24
| * | | | | KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-194-13/+4
| * | | | | KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson2021-02-191-1/+4
| * | | | | KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
| * | | | | KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson2021-02-193-12/+14
| * | | | | KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson2021-02-191-9/+15
| * | | | | KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2021-02-192-15/+24
| * | | | | KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson2021-02-191-1/+2
| * | | | | KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
| * | | | | KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
| * | | | | KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
| * | | | | KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
| * | | | | KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
| * | | | | KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-183-6/+3
| * | | | | KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* | | | | | x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-02-261-2/+2
* | | | | | kfence: add test suiteMarco Elver2021-02-261-1/+2
* | | | | | kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-262-7/+1
* | | | | | x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-263-0/+76
| |_|_|/ / |/| | | |