summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-0917-78/+70
|\
| * KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMUSean Christopherson2024-02-221-1/+1
| * KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson2024-02-221-3/+4
| * Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-141-1/+1
| |\
| | * KVM: x86: Make gtod_is_based_on_tsc() return 'bool'Vitaly Kuznetsov2024-02-011-1/+1
| * | Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-02-142-12/+8
| |\ \
| | * | KVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause2024-02-051-10/+5
| | * | KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang2024-02-021-1/+1
| | * | KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit2024-01-311-1/+2
| | |/
| * | Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-114-31/+28
| |\ \
| | * | x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-091-1/+1
| | * | x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin2024-01-301-8/+5
| | * | x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-292-22/+22
| | |/
| * | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-098-19/+19
| * | Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-092-11/+9
| |\ \
| | * | x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2024-02-052-11/+9
* | | | x86: irq: unconditionally define KVM interrupt vectorsPaolo Bonzini2024-02-231-2/+0
* | | | Merge branch 'kvm-kconfig'Paolo Bonzini2024-02-088-11/+7
|\ \ \ \
| * | | | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-082-3/+0
| * | | | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-086-7/+7
| * | | | kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini2024-02-081-1/+0
| |/ / /
* | | | KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-1/+0
* | | | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-082-1/+1
* | | | KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-0/+262
* | | | kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini2024-02-082-4/+5
* | | | kvm: x86: use a uapi-friendly macro for BITDionna Glaze2024-02-081-3/+4
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-076-3/+67
|\ \ \
| * | | x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor2024-02-061-2/+3
| * | | x86/kvm: Fix SEV check in sev_map_percpu_data()Kirill A. Shutemov2024-01-311-1/+2
| * | | KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero2024-01-314-0/+59
| * | | KVM: x86: Check irqchip mode before create PITTengfei Yu2024-01-311-0/+3
| |/ /
* | | Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-011-5/+5
|\ \ \
| * | | kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov2024-01-311-5/+5
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-291-1/+16
|\ \ \ | |_|/ |/| |
| * | mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-01-251-1/+16
| |/
* | x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5Mario Limonciello2024-01-251-0/+3
* | x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-01-241-4/+21
* | x86/cpu: Add model number for Intel Clearwater Forest processorTony Luck2024-01-231-0/+2
* | x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)2024-01-232-7/+22
* | x86/paravirt: Make BUG_func() usable by non-GPL modulesJuergen Gross2024-01-221-1/+1
|/
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-182-2/+2
|\
| * rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-171-1/+1
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-172-2/+2
* | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-182-2/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-032-2/+3
| |\ \ \
| | | * | iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2023-12-121-1/+1
| | | * | iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-122-1/+2
| | |/ /
* | | | Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-1812-5/+1691
|\ \ \ \
| * | | | x86/virt/tdx: Make TDX host depend on X86_MCEKai Huang2023-12-141-0/+1
| * | | | x86/virt/tdx: Disable TDX host support when kexec is enabledDave Hansen2023-12-121-0/+1