| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | x86/topology: convert to use arch_cpu_is_hotpluggable() | Russell King (Oracle) | 2023-12-06 | 1 | -5/+2 |
| * | | | | | x86/topology: use weak version of arch_unregister_cpu() | Russell King (Oracle) | 2023-12-06 | 1 | -5/+0 |
| * | | | | | x86/topology: Switch over to GENERIC_CPU_DEVICES | James Morse | 2023-12-06 | 3 | -27/+5 |
| * | | | | | ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv | James Morse | 2023-12-06 | 1 | -0/+1 |
| * | | | | | x86/topology: remove arch_*register_cpu() exports | Russell King (Oracle) | 2023-12-06 | 1 | -2/+0 |
| * | | | | | x86: intel_epb: Don't rely on link order | James Morse | 2023-12-06 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-01-17 | 7 | -117/+145 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'pci/enumeration' | Bjorn Helgaas | 2024-01-15 | 3 | -11/+24 |
| |\ \ \ \ \ |
|
| | * | | | | | x86/pci: Clean up open-coded PCIBIOS return code mangling | Ilpo Järvinen | 2023-12-01 | 1 | -7/+21 |
| | * | | | | | x86/pci: Use PCI_HEADER_TYPE_* instead of literals | Ilpo Järvinen | 2023-12-01 | 2 | -4/+3 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | x86/pci: Reorder pci_mmcfg_arch_map() definition before calls | Bjorn Helgaas | 2023-12-05 | 1 | -19/+19 |
| * | | | | | x86/pci: Return pci_mmconfig_add() failure early | Bjorn Helgaas | 2023-12-05 | 1 | -7/+8 |
| * | | | | | x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependency | Bjorn Helgaas | 2023-12-05 | 1 | -0/+4 |
| * | | | | | x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved() | Bjorn Helgaas | 2023-12-05 | 1 | -4/+4 |
| * | | | | | x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry() | Bjorn Helgaas | 2023-12-05 | 1 | -7/+7 |
| * | | | | | x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt | Bjorn Helgaas | 2023-12-05 | 3 | -67/+52 |
| * | | | | | x86/pci: Add MCFG debug logging | Bjorn Helgaas | 2023-12-05 | 2 | -5/+21 |
| * | | | | | x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved' | Bjorn Helgaas | 2023-12-05 | 1 | -8/+6 |
| * | | | | | x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS | Bjorn Helgaas | 2023-12-05 | 1 | -1/+12 |
| |/ / / / |
|
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2024-01-17 | 52 | -1049/+1825 |
|\ \ \ \ \ |
|
| * | | | | | x86/kvm: Do not try to disable kvmclock if it was not enabled | Kirill A. Shutemov | 2024-01-08 | 1 | -4/+8 |
| * | | | | | Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-01-08 | 4 | -63/+54 |
| |\ \ \ \ \ |
|
| | * | | | | | KVM: x86/mmu: fix comment about mmu_unsync_pages_lock | Paolo Bonzini | 2023-12-01 | 1 | -2/+2 |
| | * | | | | | KVM: x86/mmu: always take tdp_mmu_pages_lock | Paolo Bonzini | 2023-12-01 | 2 | -25/+10 |
| | * | | | | | KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators | Paolo Bonzini | 2023-12-01 | 1 | -25/+23 |
| | * | | | | | KVM: x86/mmu: remove unnecessary "bool shared" argument from functions | Paolo Bonzini | 2023-12-01 | 3 | -16/+23 |
| | * | | | | | KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU | David Matlack | 2023-12-01 | 1 | -3/+4 |
| | * | | | | | KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR | David Matlack | 2023-12-01 | 1 | -1/+1 |
| * | | | | | | Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-01-08 | 2 | -6/+31 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT | Paul Durrant | 2023-12-07 | 2 | -6/+31 |
| | |/ / / / / |
|
| * | | | | | | Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-01-08 | 3 | -19/+21 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled | Sean Christopherson | 2023-11-30 | 1 | -2/+9 |
| | * | | | | | | KVM: SVM: Explicitly require FLUSHBYASID to enable SEV support | Sean Christopherson | 2023-11-30 | 1 | -2/+5 |
| | * | | | | | | KVM: nSVM: Advertise support for flush-by-ASID | Sean Christopherson | 2023-11-30 | 1 | -0/+7 |
| | * | | | | | | Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB" | Sean Christopherson | 2023-11-30 | 1 | -15/+0 |
| | |/ / / / / |
|
| * | | | | | | Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-01-08 | 18 | -30/+134 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: x86: Use KVM-governed feature framework to track "LAM enabled" | Binbin Wu | 2023-11-28 | 4 | -4/+4 |
| | * | | | | | | KVM: x86: Advertise and enable LAM (user and supervisor) | Robert Hoo | 2023-11-28 | 1 | -1/+1 |
| | * | | | | | | KVM: x86: Virtualize LAM for user pointer | Robert Hoo | 2023-11-28 | 3 | -3/+22 |
| | * | | | | | | KVM: x86: Virtualize LAM for supervisor pointer | Robert Hoo | 2023-11-28 | 3 | -2/+42 |
| | * | | | | | | KVM: x86: Untag addresses for LAM emulation where applicable | Binbin Wu | 2023-11-28 | 5 | -0/+19 |
| | * | | | | | | KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator | Binbin Wu | 2023-11-28 | 5 | -1/+17 |
| | * | | | | | | KVM: x86: Remove kvm_vcpu_is_illegal_gpa() | Binbin Wu | 2023-11-28 | 3 | -7/+2 |
| | * | | | | | | KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality | Binbin Wu | 2023-11-28 | 4 | -6/+11 |
| | * | | | | | | KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD | Binbin Wu | 2023-11-28 | 3 | -2/+3 |
| | * | | | | | | KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg() | Binbin Wu | 2023-11-28 | 2 | -1/+4 |
| | * | | | | | | KVM: x86: Add an emulation flag for implicit system access | Binbin Wu | 2023-11-28 | 1 | -0/+1 |
| | * | | | | | | KVM: x86: Consolidate flags for __linearize() | Binbin Wu | 2023-11-28 | 2 | -10/+15 |
| | |/ / / / / |
|
| * | | | | | | Merge tag 'kvm-x86-pmu-6.8' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2024-01-08 | 7 | -109/+137 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: x86/pmu: Track emulated counter events instead of previous counter | Sean Christopherson | 2023-11-30 | 3 | -15/+53 |