1. 89b6b8c Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 4 months ago
  2. ba1dc7f Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
  3. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
  4. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  5. 48b2e71 samples: bpf: Fix uninitialized variable in xdp_redirect_cpu by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  6. 6c882bd samples: pktgen: add trap SIGINT for printing execution result by Juhee Kang · 3 years, 4 months ago
  7. c0e9422 samples: pktgen: fix to print when terminated normally by Juhee Kang · 3 years, 4 months ago
  8. 594a116 samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  9. a29b3ca samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  10. bbe6586 samples: bpf: Convert xdp_redirect_map to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  11. 54af769 samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  12. e531a22 samples: bpf: Convert xdp_redirect_cpu to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  13. 79ccf45 samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  14. b926c55 samples: bpf: Convert xdp_redirect to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  15. 66fc4ca samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  16. 6e1051a samples: bpf: Convert xdp_monitor to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  17. 3f19956 samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  18. 384b6b3 samples: bpf: Add vmlinux.h generation support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  19. af93d58 samples: bpf: Add devmap_xmit tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  20. 5f11621 samples: bpf: Add BPF support for devmap_xmit tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  21. d771e21 samples: bpf: Add cpumap tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  22. 0cf3c2f samples: bpf: Add BPF support for cpumap tracepoints by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  23. 82c4508 samples: bpf: Add xdp_exception tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  24. 4515887 samples: bpf: Add BPF support for xdp_exception tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  25. 1d930fd samples: bpf: Add redirect tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  26. 3231403 samples: bpf: Add BPF support for redirect tracepoint by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  27. 156f886 samples: bpf: Add basic infrastructure for XDP samples by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  28. 50b796e samples: bpf: Fix a couple of warnings by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  29. 883b4ae tracing: Add trace_event helper macros __string_len() and __assign_str_len() by Steven Rostedt (VMware) · 3 years, 5 months ago
  30. 0f0c4f1 samples: pktgen: add missing IPv6 option to pktgen scripts by Juhee Kang · 3 years, 5 months ago
  31. 7caeabd samples: pktgen: pass the environment variable of normal user to sudo by Juhee Kang · 3 years, 5 months ago
  32. d1bf7c4 samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime by Muhammad Falak R Wani · 3 years, 5 months ago
  33. 3cb2482 vfio/mbochs: Fix close when multiple device FDs are open by Jason Gunthorpe · 3 years, 5 months ago
  34. 17a1e4f vfio/samples: Delete useless open/close by Jason Gunthorpe · 3 years, 5 months ago
  35. ae03c37 vfio: Introduce a vfio_uninit_group_dev() API call by Max Gurtovoy · 3 years, 5 months ago
  36. de5494a vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes by Jason Gunthorpe · 3 years, 5 months ago
  37. e1706f0 vfio/samples: Remove module get/put by Jason Gunthorpe · 3 years, 5 months ago
  38. d692a63 samples, bpf: Add an explict comment to handle nested vlan tagging. by Muhammad Falak R Wani · 3 years, 5 months ago
  39. f4700a6 samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum() by Niklas Söderlund · 3 years, 5 months ago
  40. 29f24c4 samples/bpf: xdpsock: Make the sample more useful outside the tree by Niklas Söderlund · 3 years, 5 months ago
  41. 34ad6d9 bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring by Matthew Cover · 3 years, 5 months ago
  42. 0fc7ca6 samples: mei: don't wait on read completion upon write. by Alexander Usyskin · 3 years, 5 months ago
  43. 05e9b4f samples: bpf: Add the omitted xdp samples to .gitignore by Juhee Kang · 3 years, 5 months ago
  44. 7d07006 samples: bpf: Fix tracex7 error raised on the missing argument by Juhee Kang · 3 years, 5 months ago
  45. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  46. 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  47. eff9415 samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger default by Jesper Dangaard Brouer · 3 years, 6 months ago
  48. 2620e92 bpf, samples: Fix xdpsock with '-M' parameter missing unload process by Wang Hai · 3 years, 6 months ago
  49. 5a0ae98 bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation by Toke Høiland-Jørgensen · 3 years, 6 months ago
  50. 8e8d944 Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 6 months ago
  51. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  52. 233a806 Merge tag 'docs-5.14' of git://git.lwn.net/linux by Linus Torvalds · 3 years, 6 months ago
  53. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  54. 97d0a68 vfio/mtty: Enforce available_instances by Alex Williamson · 3 years, 6 months ago
  55. 28a27cb Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  56. 0dd1b7f vfio/mtty: Delete mdev_devices_list by Jason Gunthorpe · 3 years, 6 months ago
  57. 0af5160 vfio/mdpy: Fix memory leak of object mdev_state->vconfig by Colin Ian King · 3 years, 6 months ago
  58. 681c161 vfio/mbochs: Convert to use vfio_register_group_dev() by Jason Gunthorpe · 3 years, 6 months ago
  59. 437e413 vfio/mdpy: Convert to use vfio_register_group_dev() by Jason Gunthorpe · 3 years, 6 months ago
  60. 09177ac vfio/mtty: Convert to use vfio_register_group_dev() by Jason Gunthorpe · 3 years, 6 months ago
  61. af3ab3f vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE by Jason Gunthorpe · 3 years, 6 months ago
  62. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  63. 7c6090e samples/bpf: Fix the error return code of xdp_redirect's main() by Wang Hai · 3 years, 7 months ago
  64. 85102ba samples/bpf: Fix Segmentation fault for xdp_redirect command by Wang Hai · 3 years, 7 months ago
  65. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  66. dfdda1a samples/bpf: Add missing option to xdp_sample_pkts usage by Wang Hai · 3 years, 7 months ago
  67. bf067f1 samples/bpf: Add missing option to xdp_fwd usage by Wang Hai · 3 years, 7 months ago
  68. f88cd3f Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 7 months ago
  69. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 7 months ago
  70. 460a9aa samples: pktgen: add UDP tx checksum support by Lorenzo Bianconi · 3 years, 7 months ago
  71. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  72. e48cfe4 sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast test by Hangbin Liu · 3 years, 7 months ago
  73. 4ce7d68 samples: bpf: Ix kernel-doc syntax in file header by Aditya Srivastava · 3 years, 7 months ago
  74. 752774c samples: vfio-mdev: fix error handing in mdpy_fb_probe() by Wei Yongjun · 3 years, 7 months ago
  75. db1ea66 samples/kprobes: Fix typo in handler_post() by Tiezhu Yang · 3 years, 8 months ago
  76. 61fa308 samples/kprobes: Fix typo in handler_fault() by Tiezhu Yang · 3 years, 8 months ago
  77. 0303ce1 samples, bpf: Suppress compiler warning by Hailong Liu · 3 years, 8 months ago
  78. df6f823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 8 months ago
  79. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  80. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  81. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  82. 3b80d10 samples/bpf: Consider frame size in tx_only of xdpsock sample by Magnus Karlsson · 3 years, 8 months ago
  83. a2de4bb Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 8 months ago
  84. 939b7cb Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
  85. 698f99e vfio/mdev: remove unnecessary NULL check in mbochs_create() by Dan Carpenter · 3 years, 8 months ago
  86. 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
  87. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 8 months ago
  88. 8c2acfe samples/vfio-mdev/mdpy: use remap_vmalloc_range by Christoph Hellwig · 3 years, 8 months ago
  89. 926ee00 kfifo: fix ternary sign extension bugs by Dan Carpenter · 3 years, 8 months ago
  90. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  91. 8a07ac3 samples/kprobes: Add riscv support by Jisheng Zhang · 3 years, 9 months ago
  92. ba84b0b samples/landlock: Add a sandbox manager example by Mickaël Salaün · 3 years, 8 months ago
  93. 137733d samples/bpf: Fix broken tracex1 due to kprobe argument change by Yaqi Chen · 3 years, 9 months ago
  94. 9169cff vfio/mdev: Correct the function signatures for the mdev_type_attributes by Jason Gunthorpe · 3 years, 9 months ago
  95. c2ef2f5 vfio/mdev: Remove kobj from mdev_parent_ops->create() by Jason Gunthorpe · 3 years, 9 months ago
  96. 3d3a360 vfio/mbochs: Use mdev_get_type_group_id() by Jason Gunthorpe · 3 years, 9 months ago
  97. adc9d1f vfio/mdpy: Use mdev_get_type_group_id() by Jason Gunthorpe · 3 years, 9 months ago
  98. c594b26 vfio/mtty: Use mdev_get_type_group_id() by Jason Gunthorpe · 3 years, 9 months ago
  99. 6cbf507 vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR's by Jason Gunthorpe · 3 years, 9 months ago
  100. c9d27c9 samples: bpf: Do not unload prog within xdpsock by Maciej Fijalkowski · 3 years, 9 months ago