summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-09tools: ynl: ethtool: fix pylint issuesDonald Hunter-15/+31
2026-01-09tools: ynl: fix logic errors reported by pylintDonald Hunter-3/+2
2026-01-09tools: ynl: fix pylint global variable related warningsDonald Hunter-23/+17
2026-01-09tools: ynl: fix pylint misc warningsDonald Hunter-14/+12
2026-01-09tools: ynl: fix pylint dict, indentation, long lines, uninitialisedDonald Hunter-27/+29
2026-01-09tools: ynl: fix pylint exception warningsDonald Hunter-36/+52
2026-01-09tools: ynl: fix pylint redefinition, encoding errorsDonald Hunter-58/+58
2026-01-09tools: ynl: pylint suppressions and docstringsDonald Hunter-0/+45
2026-01-09selftests/landlock: Properly close a file descriptorGünther Noack-1/+2
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)-2/+2
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu-2/+1
2026-01-08KVM: selftests: Extend vmx_set_nested_state_test to cover SVMYosry Ahmed-12/+112
2026-01-08KVM: selftests: Use TEST_ASSERT_EQ() in test_vmx_nested_state()Yosry Ahmed-2/+4
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson-6/+4
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed-7/+35
2026-01-08KVM: selftests: Extend vmx_dirty_log_test to cover SVMYosry Ahmed-21/+54
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed-2/+9
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed-4/+54
2026-01-08KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUsYosry Ahmed-0/+3
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson-74/+57
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed-108/+52
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson-0/+5
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed-40/+24
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed-32/+48
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed-39/+76
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson-0/+9
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson-28/+39
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson-88/+94
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed-8/+0
2026-01-08KVM: selftests: Kill eptPageTablePointerYosry Ahmed-20/+17
2026-01-08KVM: selftests: Rename nested TDP mapping functionsYosry Ahmed-39/+37
2026-01-08KVM: selftests: Stop passing a memslot to nested_map_memslot()Yosry Ahmed-7/+11
2026-01-08KVM: selftests: Make __vm_get_page_table_entry() staticYosry Ahmed-4/+2
2026-01-08KVM: selftests: Fix sign extension bug in get_desc64_base()MJ Pooladkhay-2/+4
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-69/+534
2026-01-08KVM: selftests: Test TPR / CR8 sync and interrupt maskingMaciej S. Szmigiero-0/+280
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-12/+197
2026-01-08tools: ynl: don't install testsJakub Kicinski-1/+0
2026-01-08Merge tag 'hid-for-linus-2026010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+64
2026-01-07thermal: intel: selftests: workload_hint: Support slow workload hintsSrinivas Pandruvada-22/+52
2026-01-07Merge tag 'linux-cpupower-6.20-rc1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki-7/+6
2026-01-07kunit: tool: test: Don't rely on implicit working directory changeThomas Weißschuh-2/+3
2026-01-07kunit: tool: test: Rename test_data_path() to _test_data_path()Thomas Weißschuh-28/+28
2026-01-07rtla: Fix parse_cpu_set() return value documentationWander Lairson Costa-1/+1
2026-01-07rtla: Ensure null termination after read operations in utils.cWander Lairson Costa-0/+3
2026-01-07rtla: Make stop_tracing variable volatileWander Lairson Costa-2/+2
2026-01-07rtla: Add generated output files to gitignoreWander Lairson Costa-0/+4
2026-01-07rtla: Fix NULL pointer dereference in actions_parseWander Lairson Costa-0/+2
2026-01-07rtla: Remove unused headersWander Lairson Costa-4/+0
2026-01-07rtla: Remove redundant memset after callocWander Lairson Costa-2/+0