Age | Commit message (Expand) | Author |
2023-10-20 | x86/nospec: Refactor UNTRAIN_RET[_*] | Josh Poimboeuf |
2023-10-20 | x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros | Josh Poimboeuf |
2023-10-20 | x86/srso: Disentangle rethunk-dependent options | Josh Poimboeuf |
2023-10-20 | x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block | Josh Poimboeuf |
2023-10-20 | x86/bugs: Remove default case for fully switched enums | Josh Poimboeuf |
2023-10-20 | x86/srso: Remove 'pred_cmd' label | Josh Poimboeuf |
2023-10-20 | x86/srso: Unexport untraining functions | Josh Poimboeuf |
2023-10-20 | x86/srso: Improve i-cache locality for alias mitigation | Josh Poimboeuf |
2023-10-20 | x86/srso: Fix unret validation dependencies | Josh Poimboeuf |
2023-10-20 | x86/srso: Fix vulnerability reporting for missing microcode | Josh Poimboeuf |
2023-10-20 | x86/srso: Print mitigation for retbleed IBPB case | Josh Poimboeuf |
2023-10-20 | x86/srso: Print actual mitigation if requested mitigation isn't possible | Josh Poimboeuf |
2023-10-20 | x86/srso: Fix SBPB enablement for (possible) future fixed HW | Josh Poimboeuf |
2023-10-15 | Revert "x86/smp: Put CPUs into INIT on shutdown if possible" | Linus Torvalds |
2023-10-15 | Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-14 | Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-14 | Merge tag 'perf-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-10-12 | x86/alternatives: Disable KASAN in apply_alternatives() | Kirill A. Shutemov |
2023-10-11 | cpu-hotplug: Provide prototypes for arch CPU registration | Russell King (Oracle) |
2023-10-11 | x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs | Borislav Petkov (AMD) |
2023-10-10 | Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2023-10-08 | perf/x86/lbr: Filter vsyscall addresses | JP Kobryn |
2023-10-08 | x86/resctrl: Fix kernel-doc warnings | Randy Dunlap |
2023-10-02 | x86/sev: Change npages to unsigned long in snp_accept_memory() | Tom Lendacky |
2023-10-02 | x86/sev: Use the GHCB protocol when available for SNP CPUID requests | Tom Lendacky |
2023-10-01 | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-10-01 | Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-01 | Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-09-29 | mm: abstract moving to the next PFN | Matthew Wilcox (Oracle) |
2023-09-28 | x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race | Haitao Huang |
2023-09-28 | x86/srso: Add SRSO mitigation for Hygon processors | Pu Wen |
2023-09-25 | perf/x86/amd: Do not WARN() on every IRQ | Breno Leitao |
2023-09-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-09-24 | x86/kgdb: Fix a kerneldoc warning when build with W=1 | Christophe JAILLET |
2023-09-23 | Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ... | Paolo Bonzini |
2023-09-23 | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX | Tom Lendacky |
2023-09-23 | KVM: SVM: Fix TSC_AUX virtualization setup | Tom Lendacky |
2023-09-23 | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway | Paolo Bonzini |
2023-09-23 | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously | Sean Christopherson |
2023-09-23 | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe() | Paolo Bonzini |
2023-09-22 | Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-09-22 | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-09-22 | x86/hyperv: Add common print prefix "Hyper-V" in hv_init | Saurabh Sengar |
2023-09-22 | x86/hyperv: Remove hv_vtl_early_init initcall | Saurabh Sengar |
2023-09-22 | x86/hyperv: Restrict get_vtl to only VTL platforms | Saurabh Sengar |
2023-09-22 | x86,static_call: Fix static-call vs return-thunk | Peter Zijlstra |
2023-09-22 | x86/alternatives: Remove faulty optimization | Josh Poimboeuf |
2023-09-22 | perf/x86/amd/core: Fix overflow reset on hotplug | Sandipan Das |
2023-09-21 | KVM: x86/mmu: Open code leaf invalidation from mmu_notifier | Sean Christopherson |
2023-09-19 | x86/shstk: Add warning for shadow stack double unmap | Rick Edgecombe |