Age | Commit message (Expand) | Author |
2023-01-22 | KVM: selftests: Make reclaim_period_ms input always be positive | Vipin Sharma |
2023-01-22 | selftests: kvm: move declaration at the beginning of main() | Paolo Bonzini |
2023-01-20 | Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2023-01-20 | Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2023-01-19 | selftests/net: toeplitz: fix race on tpacket_v3 block close | Willem de Bruijn |
2023-01-16 | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller |
2023-01-14 | Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-01-13 | selftests: mptcp: userspace: validate v4-v6 subflows mix | Matthieu Baerts |
2023-01-12 | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-01-12 | kselftest: Fix error message for unconfigured LLVM builds | Mark Brown |
2023-01-11 | proc: fix PIE proc-empty-vm, proc-pid-vm tests | Alexey Dobriyan |
2023-01-11 | selftests: netfilter: fix transaction test script timeout handling | Florian Westphal |
2023-01-10 | selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure. | Guillaume Nault |
2023-01-10 | selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns. | Guillaume Nault |
2023-01-10 | selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad". | Guillaume Nault |
2023-01-09 | af_unix: selftest: Fix the size of the parameter to connect() | Mirsad Goran Todorovac |
2023-01-08 | mm: Always release pages to the buddy allocator in memblock_free_late(). | Aaron Thompson |
2023-01-08 | Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-01-05 | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-01-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-01-04 | memblock tests: Fix compilation error. | Aaron Thompson |
2023-01-01 | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca... | Po-Hsu Lin |
2023-01-01 | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier | Po-Hsu Lin |
2022-12-30 | selftests: net: fix cmsg_so_mark.sh test hang | Po-Hsu Lin |
2022-12-30 | tcp: Add selftest for bind() and TIME_WAIT. | Kuniyuki Iwashima |
2022-12-28 | selftests/bpf: add a test for iter/task_vma for short-lived processes | Kui-Feng Lee |
2022-12-28 | selftests/bpf: Temporarily disable part of btf_dump:var_data test. | Alexei Starovoitov |
2022-12-28 | Merge branch 'kvm-late-6.1-fixes' into HEAD | Paolo Bonzini |
2022-12-28 | KVM: selftests: restore special vmmcall code layout needed by the harness | Paolo Bonzini |
2022-12-28 | KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET | Paolo Bonzini |
2022-12-27 | KVM: selftests: Mark correct page as mapped in virt_map() | Oliver Upton |
2022-12-27 | KVM: arm64: selftests: Don't identity map the ucall MMIO hole | Oliver Upton |
2022-12-27 | KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap | Paolo Bonzini |
2022-12-27 | KVM: selftests: Use magic value to signal ucall_alloc() failure | Sean Christopherson |
2022-12-27 | KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning | Sean Christopherson |
2022-12-27 | KVM: selftests: Include lib.mk before consuming $(CC) | Sean Christopherson |
2022-12-27 | KVM: selftests: Explicitly disable builtins for mem*() overrides | Sean Christopherson |
2022-12-27 | KVM: selftests: Probe -no-pie with actual CFLAGS used to compile | Sean Christopherson |
2022-12-27 | KVM: selftests: Use proper function prototypes in probing code | Sean Christopherson |
2022-12-27 | KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86 | Sean Christopherson |
2022-12-27 | KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width() | Sean Christopherson |
2022-12-27 | KVM: selftests: Use pattern matching in .gitignore | Sean Christopherson |
2022-12-27 | KVM: selftests: Fix divide-by-zero bug in memslot_perf_test | Sean Christopherson |
2022-12-27 | KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c | Sean Christopherson |
2022-12-27 | KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long | Sean Christopherson |
2022-12-24 | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2022-12-23 | selftests/bpf: Add host-tools to gitignore | Stanislav Fomichev |
2022-12-23 | KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test | Sean Christopherson |
2022-12-22 | selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID | Hao Sun |