| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | x86: stop calling page_address() in free_pages() | Vishal Moola (Oracle) | 2 | -2/+2 |
| 2025-09-21 | mm: constify arch_pick_mmap_layout() for improved const-correctness | Max Kellermann | 1 | -3/+3 |
| 2025-09-21 | x86/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP" | David Hildenbrand | 1 | -1/+0 |
| 2025-09-21 | kasan: call kasan_init_generic in kasan_init | Sabyrzhan Tasbolatov | 1 | -1/+1 |
| 2025-09-20 | Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -19/+19 |
| 2025-09-19 | KVM: TDX: Fix uninitialized error code for __tdx_bringup() | Tony Lindgren | 1 | -7/+3 |
| 2025-09-19 | x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases) | Sean Christopherson | 1 | -0/+11 |
| 2025-09-19 | x86/umip: Check that the instruction opcode is at least two bytes | Sean Christopherson | 1 | -2/+2 |
| 2025-09-18 | KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+ | Sean Christopherson | 1 | -26/+25 |
| 2025-09-18 | KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86 | Sean Christopherson | 3 | -6/+4 |
| 2025-09-18 | KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents | Dapeng Mi | 2 | -11/+8 |
| 2025-09-18 | KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls | Dapeng Mi | 2 | -13/+15 |
| 2025-09-18 | KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates | Sean Christopherson | 3 | -6/+3 |
| 2025-09-18 | KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS | Sean Christopherson | 7 | -25/+29 |
| 2025-09-18 | KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header | Dapeng Mi | 4 | -17/+17 |
| 2025-09-18 | KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers | Dapeng Mi | 1 | -4/+4 |
| 2025-09-18 | KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities | Sean Christopherson | 1 | -5/+10 |
| 2025-09-18 | KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs | Sean Christopherson | 1 | -1/+1 |
| 2025-09-18 | KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init() | Sean Christopherson | 1 | -4/+9 |
| 2025-09-17 | Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -2/+1 |
| 2025-09-17 | Merge branch kvm-arm64/mmio-rcu into kvmarm-master/next | Marc Zyngier | 1 | -0/+7 |
| 2025-09-17 | x86/sev: Add new dump_rmp parameter to snp_leak_pages() API | Ashish Kalra | 2 | -4/+10 |
| 2025-09-17 | x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSR | K Prateek Nayak | 2 | -3/+9 |
| 2025-09-17 | x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_xtop... | K Prateek Nayak | 1 | -11/+8 |
| 2025-09-17 | x86/cpu/cacheinfo: Simplify cacheinfo_amd_init_llc_id() using _cpuid4_info | K Prateek Nayak | 1 | -27/+21 |
| 2025-09-17 | x86/cpu: Rename and move CPU model entry for Diamond Rapids | Tony Luck | 1 | -4/+3 |
| 2025-09-17 | x86: Use generic TIF bits | Thomas Gleixner | 2 | -45/+32 |
| 2025-09-16 | KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code | Liao Yuanhong | 1 | -7/+5 |
| 2025-09-16 | KVM: x86: Use guard() instead of mutex_lock() to simplify code | Liao Yuanhong | 1 | -10/+7 |
| 2025-09-16 | KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS" | Dapeng Mi | 2 | -7/+7 |
| 2025-09-16 | KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs | Sagi Shahar | 3 | -0/+15 |
| 2025-09-16 | x86/bugs: Report correct retbleed mitigation status | David Kaplan | 1 | -1/+3 |
| 2025-09-16 | x86/bugs: Fix reporting of LFENCE retpoline | David Kaplan | 1 | -4/+1 |
| 2025-09-16 | x86/bugs: Fix spectre_v2 forcing | David Kaplan | 1 | -18/+18 |
| 2025-09-16 | Merge branch 'x86/urgent' into x86/apic, to resolve conflict | Ingo Molnar | 15 | -164/+395 |
| 2025-09-15 | x86/bugs: Remove uses of cpu_mitigations_off() | David Kaplan | 1 | -5/+5 |
| 2025-09-15 | KVM: SEV: Add SEV-SNP CipherTextHiding support | Ashish Kalra | 1 | -1/+31 |
| 2025-09-15 | KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables | Ashish Kalra | 1 | -9/+27 |
| 2025-09-15 | x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT | Tom Lendacky | 1 | -19/+19 |
| 2025-09-15 | x86/bugs: Simplify SSB cmdline parsing | David Kaplan | 2 | -80/+41 |
| 2025-09-15 | x86/bugs: Use early_param() for spectre_v2 | David Kaplan | 1 | -99/+82 |
| 2025-09-15 | x86/bugs: Use early_param() for spectre_v2_user | David Kaplan | 1 | -42/+26 |
| 2025-09-15 | x86/cpu: Detect FreeBSD Bhyve hypervisor | David Woodhouse | 5 | -0/+81 |
| 2025-09-15 | uprobes/x86: Return error from uprobe syscall when not called from trampoline | Jiri Olsa | 1 | -1/+1 |
| 2025-09-15 | x86/resctrl: Configure mbm_event mode if supported | Babu Moger | 3 | -0/+16 |
| 2025-09-15 | x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read() | Babu Moger | 2 | -0/+75 |
| 2025-09-15 | x86/resctrl: Refactor resctrl_arch_rmid_read() | Babu Moger | 1 | -15/+23 |
| 2025-09-15 | x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with... | Babu Moger | 1 | -0/+36 |
| 2025-09-15 | x86/resctrl: Add data structures and definitions for ABMC assignment | Babu Moger | 2 | -0/+37 |
| 2025-09-15 | x86/resctrl: Add support to enable/disable AMD ABMC feature | Babu Moger | 3 | -0/+51 |