summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
3 daysMerge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+18
5 daysMerge tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
5 daysMerge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+1
5 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)2-2/+0
5 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)1-4/+1
6 daysuprobes/x86: Use proper mm_struct in __in_uprobe_trampolineJiri Olsa1-7/+7
6 daysx86/uprobes: Keep shadow stack in sync for emulated CALLsDavid Windsor1-1/+11
6 daysx86/Xen: correct commentary and parameter naming of xen_exchange_memory()Jan Beulich1-7/+8
7 daysx86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-0/+5
7 daysbpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
7 daysx86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta2-5/+49
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-40/+34
13 daysMerge tag 'gpio-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson3-14/+3
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson4-9/+10
2026-06-24KVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López2-4/+3
2026-06-24KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson1-2/+1
2026-06-24KVM: x86: WARN (once) if RTC pending EOI tracking goes off the railsSean Christopherson1-2/+2
2026-06-24KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalidSean Christopherson2-2/+4
2026-06-24KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flowsSean Christopherson1-2/+2
2026-06-24KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEsSean Christopherson1-3/+5
2026-06-24KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translationSean Christopherson2-2/+4
2026-06-24Merge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-14/+19
2026-06-22Merge tag 'hyperv-next-signed-20260621' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-102/+229
2026-06-20Merge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-22/+0
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds61-2294/+2945
2026-06-19x86/platform/geode: reference the real node of the cs5535 GPIO controllerBartosz Golaszewski2-12/+10
2026-06-19x86: Remove arch-specific strncpy() implementationKees Cook2-22/+0
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds2-10/+5
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds3-37/+192
2026-06-16Merge tag 'x86_tdx_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds17-160/+716
2026-06-16Merge tag 'x86_mm_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-25/+31
2026-06-16Merge tag 'x86_misc_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-12/+3
2026-06-16Merge tag 'x86_sev_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds10-59/+43
2026-06-16Merge tag 'x86_microcode_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/k...Linus Torvalds3-244/+249
2026-06-16Merge tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/ke...Linus Torvalds9-46/+23
2026-06-16Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-06-16KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson1-6/+12
2026-06-16KVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini1-4/+6
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds130-13277/+3104
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds13-140/+47
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds2-0/+25
2026-06-15Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds10-145/+511
2026-06-15Merge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-4/+0
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds15-16/+178
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-1/+0
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-7/+29