summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-04-10Merge tag 'x86-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-10Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-10Merge tag 'for-linus-6.15a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-09x86/ibt: Fix hibernatePeter Zijlstra
2025-04-09x86/cpu: Avoid running off the end of an AMD erratum tableDave Hansen
2025-04-09x86/bugs: Add RSB mitigation documentJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf
2025-04-09x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()Josh Poimboeuf
2025-04-09x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf
2025-04-09x86/bugs: Rename entry_ibpb() to write_ibpb()Josh Poimboeuf
2025-04-09x86/early_printk: Use 'mmio32' for consistency, fix commentsAndy Shevchenko
2025-04-09x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::nameJames Morse
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf
2025-04-08x86/xen: disable CPU idle and frequency drivers for PVH dom0Roger Pau Monne
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf
2025-04-07x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle
2025-04-07x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPIPetr Vaněk
2025-04-07x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)
2025-04-04Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-04Merge branch 'kvm-pi-fix-lockdep' into HEADPaolo Bonzini
2025-04-04KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positiveYan Zhao
2025-04-04KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup listSean Christopherson
2025-04-04KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson
2025-04-04KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMUSean Christopherson
2025-04-04KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-02Merge tag 'x86_tdx_for_6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-01mseal sysmap: enable x86-64Jeff Xu
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng
2025-04-01x86/fred: Fix system hang during S4 resume with FRED enabledXin Li (Intel)
2025-04-01x86/platform/iosf_mbi: Remove unused iosf_mbi_unregister_pmic_bus_access_noti...Dr. David Alan Gilbert
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-01x86/mm/init: Handle the special case of device private pages in add_pages(), ...Balbir Singh
2025-03-31x86: don't re-generate cpufeaturemasks.h so eagerlyLinus Torvalds
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-30Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds