1. f9a6661 samples/bpf, xdpsock: Fix race when running for fix duration of time by Niklas Söderlund · 2 years, 10 months ago
  2. 786a335 ftrace/samples: Add missing prototypes direct functions by Jiri Olsa · 3 years ago
  3. 5109802 samples/kretprobes: Fix return value if register_kretprobe() failed by Tiezhu Yang · 3 years, 2 months ago
  4. 874d5aa samples: bpf: Fix tracex7 error raised on the missing argument by Juhee Kang · 3 years, 5 months ago
  5. d993a6f samples: pktgen: add missing IPv6 option to pktgen scripts by Juhee Kang · 3 years, 5 months ago
  6. b836151 bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring by Matthew Cover · 3 years, 5 months ago
  7. e717f97 samples/bpf: Fix the error return code of xdp_redirect's main() by Wang Hai · 3 years, 6 months ago
  8. 79bf8f0 samples/bpf: Fix Segmentation fault for xdp_redirect command by Wang Hai · 3 years, 6 months ago
  9. 2adb031 samples: vfio-mdev: fix error handing in mdpy_fb_probe() by Wei Yongjun · 3 years, 7 months ago
  10. bc924bb samples/bpf: Consider frame size in tx_only of xdpsock sample by Magnus Karlsson · 3 years, 8 months ago
  11. 799c395 samples/bpf: Fix broken tracex1 due to kprobe argument change by Yaqi Chen · 3 years, 9 months ago
  12. 618fa6a kfifo: fix ternary sign extension bugs by Dan Carpenter · 3 years, 8 months ago
  13. f126147 samples, bpf: Add missing munmap in xdpsock by Maciej Fijalkowski · 3 years, 10 months ago
  14. 6e223a3 watch_queue: Drop references to /dev/watch_queue by Gabriel Krisman Bertazi · 4 years, 1 month ago
  15. 81ef603 samples/bpf: Fix possible hang in xdpsock with multiple threads by Magnus Karlsson · 4 years, 1 month ago
  16. 5bf76d5 samples: bpf: Fix lwt_len_hist reusing previous BPF map by Daniel T. Lee · 4 years, 1 month ago
  17. ef6900a Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  18. 983df5f samples/ftrace: Mark my_tramp[12]? global by Sami Tolvanen · 4 years, 1 month ago
  19. 86bbf01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  20. 80ade22c misc: mic: remove the MIC drivers by Sudeep Dutt · 4 years, 2 months ago
  21. c66dca9 samples/bpf: Set rlimit for memlock to infinity in all samples by Toke Høiland-Jørgensen · 4 years, 2 months ago
  22. 3652c9a bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static by Daniel Borkmann · 4 years, 2 months ago
  23. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 2 months ago
  24. ca5387e Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years, 2 months ago
  25. 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
  26. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 2 months ago
  27. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 2 months ago
  28. 1abbef4 mm,kmemleak-test.c: move kmemleak-test.c to samples dir by Hui Su · 4 years, 2 months ago
  29. 50d2283 Merge tag 'docs-5.10' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 3 months ago
  30. 321f632 samples: bpf: Refactor XDP kern program maps with BTF-defined map by Daniel T. Lee · 4 years, 3 months ago
  31. 151936b samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu by Daniel T. Lee · 4 years, 3 months ago
  32. 8ac91df samples: bpf: Refactor xdp_monitor with libbpf by Daniel T. Lee · 4 years, 3 months ago
  33. 76ecfcb08 samples: configfs: prefer pr_err() over bare printk(KERN_ERR by Bartosz Golaszewski · 4 years, 3 months ago
  34. 288f295 samples: configfs: don't use spaces before tabs by Bartosz Golaszewski · 4 years, 3 months ago
  35. 4e415a8 samples: configfs: consolidate local variables of the same type by Bartosz Golaszewski · 4 years, 3 months ago
  36. 91aad62 samples: configfs: don't reinitialize variables which are already zeroed by Bartosz Golaszewski · 4 years, 3 months ago
  37. b86ff67 samples: configfs: replace simple_strtoul() with kstrtoint() by Bartosz Golaszewski · 4 years, 3 months ago
  38. 1b0d36e samples: configfs: fix alignment in item struct by Bartosz Golaszewski · 4 years, 3 months ago
  39. e0ee1fd samples: configfs: drop unnecessary ternary operators by Bartosz Golaszewski · 4 years, 3 months ago
  40. 4472437 samples: configfs: remove redundant newlines by Bartosz Golaszewski · 4 years, 3 months ago
  41. 67ed375 samples: bpf: Driver interrupt statistics in xdpsock by Ciara Loftus · 4 years, 3 months ago
  42. 60dc609 samples: bpf: Count syscalls in xdpsock by Ciara Loftus · 4 years, 3 months ago
  43. 2e8806f samples: bpf: Split xdpsock stats into new struct by Ciara Loftus · 4 years, 3 months ago
  44. 544d6ad samples/bpf: Fix a compilation error with fallthrough marking by Yonghong Song · 4 years, 3 months ago
  45. 9618bde samples/bpf: Change Makefile to cope with latest llvm by Yonghong Song · 4 years, 3 months ago
  46. cc1a267 misc: vop: add round_up(x,4) for vring_size to avoid kernel panic by Sherry Sun · 4 years, 3 months ago
  47. b31de43 samples: mpssd: fix the build errors when enable DEBUG in mpssd.c by Sherry Sun · 4 years, 3 months ago
  48. faef26f bpf, selftests: Use bpf_tail_call_static where appropriate by Daniel Borkmann · 4 years, 3 months ago
  49. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  50. acc4229 nitro_enclaves: Add sample for ioctl interface usage by Andra Paraschiv · 4 years, 3 months ago
  51. f55f4c3 samples/bpf: Fix test_map_in_map on s390 by Ilya Leoshkevich · 4 years, 3 months ago
  52. b40be05 Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next by Dave Airlie · 4 years, 3 months ago
  53. 74e0067 samples/bpf: Add quiet option to xdpsock by Magnus Karlsson · 4 years, 4 months ago
  54. 5a2a0dd samples/bpf: Fix possible deadlock in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  55. 3131cf6 samples/bpf: Fix one packet sending in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  56. 7f9a235 docs: trace: fix the location of kprobes.rst by Mauro Carvalho Chehab · 4 years, 4 months ago
  57. be0704b samples: vfio-mdev/mbochs: fix common struct sg_table related issues by Marek Szyprowski · 4 years, 8 months ago
  58. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  59. f9bec5d samples, bpf: Add xsk_fwd test file to .gitignore by Daniel T. Lee · 4 years, 4 months ago
  60. 698584d samples, bpf: Replace bpf_program__title() with bpf_program__section_name() by Daniel T. Lee · 4 years, 4 months ago
  61. b69e56c samples/bpf: Fix to xdpsock to avoid recycling frames by Weqaar Janjua · 4 years, 4 months ago
  62. c8a039a samples/bpf: Optimize l2fwd performance in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  63. 35149b2 samples/bpf: Add new sample xsk_fwd.c by Cristian Dumitrescu · 4 years, 4 months ago
  64. f0c328f samples: bpf: Refactor tracepoint tracing programs with libbpf by Daniel T. Lee · 4 years, 4 months ago
  65. 3677d0a samples: bpf: Refactor kprobe tracing programs with libbpf by Daniel T. Lee · 4 years, 4 months ago
  66. 35a8b6d samples: bpf: Cleanup bpf_load.o from Makefile by Daniel T. Lee · 4 years, 4 months ago
  67. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  68. eea1128 tracing: switch to kernel_clone() by Christian Brauner · 4 years, 4 months ago
  69. 25239fd kprobes: switch to kernel_clone() by Christian Brauner · 4 years, 4 months ago
  70. 2bf8c7e samples: bpf: Fix broken bpf programs due to removed symbol by Daniel T. Lee · 4 years, 4 months ago
  71. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  72. faabed2 kbuild: introduce hostprogs-always-y and userprogs-always-y by Masahiro Yamada · 4 years, 5 months ago
  73. 049eb09 Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 5 months ago
  74. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  75. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  76. e4d9c23 samples/bpf, selftests/bpf: Use bpf_probe_read_kernel by Ilya Leoshkevich · 4 years, 5 months ago
  77. ce4dade samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap by Lorenzo Bianconi · 4 years, 6 months ago
  78. a4e76f1 samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop by Lorenzo Bianconi · 4 years, 6 months ago
  79. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  80. b36c320 samples: bpf: Add an option for printing extra statistics in xdpsock by Ciara Loftus · 4 years, 6 months ago
  81. eef8a42d bpf: Fix fds_example SIGSEGV error by Wenbo Zhang · 4 years, 6 months ago
  82. 2575b2f PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h by Huacai Chen · 4 years, 6 months ago
  83. cc7f641 samples: bpf: Refactor BPF map performance test with libbpf by Daniel T. Lee · 4 years, 6 months ago
  84. 88795b4 samples: bpf: Refactor BPF map in map test with libbpf by Daniel T. Lee · 4 years, 6 months ago
  85. af9bd3e samples: bpf: Fix bpf programs with kprobe/sys_connect event by Daniel T. Lee · 4 years, 6 months ago
  86. c3eeaae samples/vfs: avoid warning in statx override by Kees Cook · 4 years, 6 months ago
  87. 4a21185 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  88. be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 6 months ago
  89. 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 6 months ago
  90. 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 6 months ago
  91. 8e2a46a docs: move remaining stuff under Documentation/*.txt to Documentation/staging by Mauro Carvalho Chehab · 4 years, 7 months ago
  92. b9d37bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
  93. 9fbc01c sample-trace-array: Remove trace_array 'sample-instance' by Kefeng Wang · 4 years, 7 months ago
  94. e9b7b1c sample-trace-array: Fix sleeping function called from invalid context by Kefeng Wang · 4 years, 7 months ago
  95. 6903cda bpf, xdp, samples: Fix null pointer dereference in *_user code by Gaurav Singh · 4 years, 7 months ago
  96. f2baaff2 samples: mei: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  97. 4f9b3a3 binderfs: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
  98. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  99. 298ce0f watch_queue: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
  100. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago