| Age | Commit message (Expand) | Author | Lines |
| 2026-01-10 | selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1 | Sean Christopherson | -12/+18 |
| 2026-01-10 | selftests: kvm: try getting XFD and XSAVE state out of sync | Paolo Bonzini | -8/+30 |
| 2026-01-10 | selftests: kvm: replace numbered sync points with actions | Paolo Bonzini | -45/+43 |
| 2026-01-09 | selftests: forwarding: update PTP tcpdump patterns | Jakub Kicinski | -9/+9 |
| 2026-01-09 | selftests: drv-net: gro: increase the rcvbuf size | Jakub Kicinski | -1/+24 |
| 2026-01-09 | selftests: tls: avoid flakiness in data_steal | Jakub Kicinski | -4/+12 |
| 2026-01-09 | libbpf: Fix OOB read in btf_dump_get_bitfield_value | Varun R Mallya | -0/+9 |
| 2026-01-09 | selftests/resctrl: Fix non-contiguous CBM check for Hygon | Xiaochen Shen | -2/+4 |
| 2026-01-09 | selftests/resctrl: Add CPU vendor detection for Hygon | Xiaochen Shen | -0/+3 |
| 2026-01-09 | selftests/resctrl: Define CPU vendor IDs as bits to match usage | Xiaochen Shen | -11/+22 |
| 2026-01-09 | selftests/resctrl: Fix a division by zero error on Hygon | Xiaochen Shen | -0/+10 |
| 2026-01-09 | selftests/tracing: Fix test_multiple_writes stall | Fushuai Wang | -1/+17 |
| 2026-01-09 | bpftool: Make skeleton C++ compatible with explicit casts | WanLi Niu | -4/+4 |
| 2026-01-09 | tools: ynl-gen-c: Fix remaining pylint warnings | Donald Hunter | -8/+10 |
| 2026-01-09 | tools: ynl-gen-c: fix pylint None, type, dict, generators, init | Donald Hunter | -22/+27 |
| 2026-01-09 | tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined | Donald Hunter | -48/+52 |
| 2026-01-09 | tools: ynl-gen-c: suppress unhelpful pylint messages | Donald Hunter | -0/+11 |
| 2026-01-09 | tools: ynl: fix pylint issues in ynl_gen_rst | Donald Hunter | -0/+2 |
| 2026-01-09 | tools: ynl: ethtool: fix pylint issues | Donald Hunter | -15/+31 |
| 2026-01-09 | tools: ynl: fix logic errors reported by pylint | Donald Hunter | -3/+2 |
| 2026-01-09 | tools: ynl: fix pylint global variable related warnings | Donald Hunter | -23/+17 |
| 2026-01-09 | tools: ynl: fix pylint misc warnings | Donald Hunter | -14/+12 |
| 2026-01-09 | tools: ynl: fix pylint dict, indentation, long lines, uninitialised | Donald Hunter | -27/+29 |
| 2026-01-09 | tools: ynl: fix pylint exception warnings | Donald Hunter | -36/+52 |
| 2026-01-09 | tools: ynl: fix pylint redefinition, encoding errors | Donald Hunter | -58/+58 |
| 2026-01-09 | tools: ynl: pylint suppressions and docstrings | Donald Hunter | -0/+45 |
| 2026-01-09 | selftests/landlock: Properly close a file descriptor | Günther Noack | -1/+2 |
| 2026-01-09 | x86/CPU/AMD: Simplify the spectral chicken fix | Borislav Petkov (AMD) | -2/+2 |
| 2026-01-09 | memblock: drop redundant 'struct page *' argument from memblock_free_pages() | Shengming Hu | -2/+1 |
| 2026-01-08 | KVM: selftests: Extend vmx_set_nested_state_test to cover SVM | Yosry Ahmed | -12/+112 |
| 2026-01-08 | KVM: selftests: Use TEST_ASSERT_EQ() in test_vmx_nested_state() | Yosry Ahmed | -2/+4 |
| 2026-01-08 | KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte() | Sean Christopherson | -6/+4 |
| 2026-01-08 | KVM: selftests: Extend memstress to run on nested SVM | Yosry Ahmed | -7/+35 |
| 2026-01-08 | KVM: selftests: Extend vmx_dirty_log_test to cover SVM | Yosry Ahmed | -21/+54 |
| 2026-01-08 | KVM: selftests: Set the user bit on nested NPT PTEs | Yosry Ahmed | -2/+9 |
| 2026-01-08 | KVM: selftests: Add support for nested NPTs | Yosry Ahmed | -4/+54 |
| 2026-01-08 | KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUs | Yosry Ahmed | -0/+3 |
| 2026-01-08 | KVM: selftests: Move TDP mapping functions outside of vmx.c | Sean Christopherson | -74/+57 |
| 2026-01-08 | KVM: selftests: Reuse virt mapping functions for nested EPTs | Yosry Ahmed | -108/+52 |
| 2026-01-08 | KVM: selftests: Add a stage-2 MMU instance to kvm_vm | Sean Christopherson | -0/+5 |
| 2026-01-08 | KVM: selftests: Stop passing VMX metadata to TDP mapping functions | Yosry Ahmed | -40/+24 |
| 2026-01-08 | KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUs | Yosry Ahmed | -32/+48 |
| 2026-01-08 | KVM: selftests: Move PTE bitmasks to kvm_mmu | Yosry Ahmed | -39/+76 |
| 2026-01-08 | KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmu | Sean Christopherson | -0/+9 |
| 2026-01-08 | KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIs | Sean Christopherson | -28/+39 |
| 2026-01-08 | KVM: selftests: Add "struct kvm_mmu" to track a given MMU instance | Sean Christopherson | -88/+94 |
| 2026-01-08 | KVM: selftests: Stop setting A/D bits when creating EPT PTEs | Yosry Ahmed | -8/+0 |
| 2026-01-08 | KVM: selftests: Kill eptPageTablePointer | Yosry Ahmed | -20/+17 |
| 2026-01-08 | KVM: selftests: Rename nested TDP mapping functions | Yosry Ahmed | -39/+37 |
| 2026-01-08 | KVM: selftests: Stop passing a memslot to nested_map_memslot() | Yosry Ahmed | -7/+11 |