1. 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  2. 83a34ad selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c by Jinrong Liang · 3 years ago
  3. a0f4ba7 selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c by Jinrong Liang · 3 years ago
  4. fa2e1ba Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  5. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  6. 3087c61 tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN by Yafang Shao · 3 years ago
  7. 96c852c kvm: selftests: Do not indent with spaces by Paolo Bonzini · 3 years ago
  8. d5ad5b1 selftests: kvm: add amx_test to .gitignore by Muhammad Usama Anjum · 3 years ago
  9. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  10. e337f7e KVM: selftests: Add a test to force emulation with a pending exception by Sean Christopherson · 3 years ago
  11. bef9a70 selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER by Jim Mattson · 3 years ago
  12. 2ba9047 selftests: kvm/x86: Introduce x86_model() by Jim Mattson · 3 years ago
  13. 398f924 selftests: kvm/x86: Export x86_family() for use outside of processor.c by Jim Mattson · 3 years ago
  14. 2106610 selftests: kvm/x86: Introduce is_amd_cpu() by Jim Mattson · 3 years ago
  15. b33b9c40 selftests: kvm/x86: Parameterize the CPUID vendor string check by Jim Mattson · 3 years ago
  16. 1a1d1db kvm: selftests: conditionally build vm_xsave_req_perm() by Wei Wang · 3 years ago
  17. 99845220 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
  18. 37c8d48 bpf, selftests: Add ringbuf memory type confusion test by Daniel Borkmann · 3 years ago
  19. 722e4db bpf, selftests: Add various ringbuf tests with invalid offset by Daniel Borkmann · 3 years ago
  20. ecebb96 KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  21. 9e6d484 KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test' by Vitaly Kuznetsov · 3 years ago
  22. 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  23. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  24. 87c01d5 mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault by Alistair Popple · 3 years ago
  25. 692b558 userfaultfd/selftests: clean up hugetlb allocation code by Mike Kravetz · 3 years ago
  26. fab5150 selftests/uffd: allow EINTR/EAGAIN by Peter Xu · 3 years ago
  27. 209376e selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup setting by Waiman Long · 3 years ago
  28. f77a286 mm, hugepages: make memory size variable in hugepage-mremap selftest by Yosry Ahmed · 3 years ago
  29. 2c769ed tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner by chiminghao · 3 years ago
  30. bf70636 selftest: kvm: Add amx selftest by Yang Zhong · 3 years ago
  31. 6559b4a selftest: kvm: Move struct kvm_x86_state to header by Yang Zhong · 3 years ago
  32. 551447c selftest: kvm: Reorder vcpu_load_state steps for AMX by Paolo Bonzini · 3 years ago
  33. 415a3c3 kvm: selftests: Add support for KVM_CAP_XSAVE2 by Wei Wang · 3 years ago
  34. 3bad80d Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  35. 29ec39f Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years ago
  36. 3ceff4ea07 Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years ago
  37. 2255634 kselftests/net: list all available tests in usage() by Li Zhijian · 3 years ago
  38. de0e444 kselftests/net: adapt the timeout to the largest runtime by Li Zhijian · 3 years ago
  39. 362f533 Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 3 years ago
  40. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  41. 84bfcc0 Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years ago
  42. c288ea6 Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years ago
  43. 036a05f bpf/selftests: Add check for updating XDP bpf_link with wrong program type by Toke Høiland-Jørgensen · 3 years ago
  44. 4b27480 bpf/selftests: convert xdp_link test to ASSERT_* macros by Toke Høiland-Jørgensen · 3 years ago
  45. e7d38f1 Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
  46. 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  47. bf4eebf8 Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years ago
  48. 4369b3c Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years ago
  49. 9d3a1e0 Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years ago
  50. bfed6ef Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  51. 9b9e211 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years ago
  52. 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  53. 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
  54. 327b9a9 selftests: mptcp: more stable join tests-cases by Paolo Abeni · 3 years ago
  55. 96c1a62 kvm: selftests: move ucall declarations into ucall_common.h by Michael Roth · 3 years, 1 month ago
  56. 7d9a662 kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h by Michael Roth · 3 years, 1 month ago
  57. 14243b3 KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery by David Woodhouse · 3 years, 1 month ago
  58. a6fec53 selftests: KVM: sev_migrate_tests: Add mirror command tests by Peter Gonda · 3 years, 1 month ago
  59. 427d046 selftests: KVM: sev_migrate_tests: Fix sev_ioctl() by Peter Gonda · 3 years, 1 month ago
  60. 4c66b56 selftests: KVM: sev_migrate_tests: Fix test_sev_mirror() by Peter Gonda · 3 years, 1 month ago
  61. 1b0c9d0 Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years ago
  62. 7fd55a0 Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
  63. 46e967d selftests: mptcp: add tests for subflow creation failure by Paolo Abeni · 3 years ago
  64. 86e39e0 mptcp: keep track of local endpoint still available for each msk by Paolo Abeni · 3 years ago
  65. 05be5e2 selftests: mptcp: add disconnect tests by Paolo Abeni · 3 years ago
  66. 2950714 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years ago
  67. 257367c Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
  68. f734248 bpf: selftests: Add bind retry for post_bind{4, 6} by Menglong Dong · 3 years ago
  69. 6fd92c7 bpf: selftests: Use C99 initializers in test_sock.c by Menglong Dong · 3 years ago
  70. 44bab87 bpf/selftests: Test bpf_d_path on rdonly_mem. by Hao Luo · 3 years ago
  71. 70bc793 selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 by Andrii Nakryiko · 3 years ago
  72. bf35a78 selftests: cgroup: Test open-time cgroup namespace usage for migration checks by Tejun Heo · 3 years ago
  73. 613e040 selftests: cgroup: Test open-time credential usage for migration checks by Tejun Heo · 3 years ago
  74. b09c2ba selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 by Tejun Heo · 3 years ago
  75. 3e06cdf KVM: selftests: Add initial support for RISC-V 64-bit by Anup Patel · 3 years, 3 months ago
  76. 788490e KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile by Anup Patel · 3 years, 1 month ago
  77. 1585f59 selftests: netfilter: switch to socat for tests using -q option by Hangbin Liu · 3 years ago
  78. 87eee9c testptp: set pin function before other requests by Miroslav Lichvar · 3 years ago
  79. b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  80. 75acfdb Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  81. ca796fe bpf, selftests: Add verifier test for mem_or_null register with offset. by Daniel Borkmann · 3 years ago
  82. db54c12 selftests: set amt.sh executable by Taehee Yoo · 3 years ago
  83. 65e38e3 selftests/kexec: Enable secureboot tests for PowerPC by Nageswara R Sastry · 3 years, 1 month ago
  84. 5e22dd1 bpf/selftests: Fix namespace mount setup in tc_redirect by Jiri Olsa · 3 years ago
  85. 1c53a1a Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next by Marc Zyngier · 3 years ago
  86. ad7937d Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/next by Marc Zyngier · 3 years ago
  87. f15dcf1 KVM: arm64: selftests: get-reg-list: Add pauth configuration by Marc Zyngier · 3 years ago
  88. 824adf3 Merge 5.16-rc8 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  89. 5e75d0b selftests: net: udpgro_fwd.sh: explicitly checking the available ping feature by Jianguo Wu · 3 years ago
  90. 0f1fe7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
  91. 9be6dc8 selftests/kexec: update searching for the Kconfig by Mimi Zohar · 3 years, 1 month ago
  92. cef5cd2 selftest/kexec: fix "ignored null byte in input" warning by Mimi Zohar · 3 years, 1 month ago
  93. f5c7329 userfaultfd/selftests: fix hugetlb area allocations by Mike Kravetz · 3 years ago
  94. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  95. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  96. 8b3170e selftests: net: using ping6 for IPv6 in udpgro_fwd.sh by Jianguo Wu · 3 years ago
  97. 0ae6eff bpf/selftests: Update local storage selftest for sleepable programs by KP Singh · 3 years ago
  98. add25d6 selftests: net: Fix a typo in udpgro_fwd.sh by Jianguo Wu · 3 years ago
  99. 9c1952a selftests/net: udpgso_bench_tx: fix dst ip argument by wujianguo · 3 years ago
  100. 728fcc4 KVM: selftests: aarch64: Add test for restoring active IRQs by Ricardo Koller · 3 years, 2 months ago