1. d293dba vfio-mdev: fix some error codes in the sample code by Dan Carpenter · 8 years ago
  2. 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
  3. 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
  4. 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
  5. 08c1a4e vfio-mdev: Fix mtty sample driver building by Alex Williamson · 8 years ago
  6. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 9899694 samples/bpf: Move open_raw_sock to separate header by Joe Stringer · 8 years ago
  8. 205c8ad samples/bpf: Remove perf_event_open() declaration by Joe Stringer · 8 years ago
  9. 811b4f0 samples/bpf: Be consistent with bpf_load_program bpf_insn parameter by Arnaldo Carvalho de Melo · 8 years ago
  10. 5dc880d tools lib bpf: Add bpf_prog_{attach,detach} by Joe Stringer · 8 years ago
  11. 43371c8 samples/bpf: Switch over to libbpf by Joe Stringer · 8 years ago
  12. 96c2fb6 samples/bpf: Make perf_event_read() static by Arnaldo Carvalho de Melo · 8 years ago
  13. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  14. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  15. d40fc18 samples/bpf: Make samples more libbpf-centric by Joe Stringer · 8 years ago
  16. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  17. edc5f44 Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  18. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  19. 8cf868a tracing: Have the reg function allow to fail by Steven Rostedt (Red Hat) · 8 years ago
  20. 12d8bb6 bpf: xdp: Add XDP example for head adjustment by Martin KaFai Lau · 8 years ago
  21. 9b474ec samples, bpf: Add automated test for cgroup filter attachments by Sargun Dhillon · 8 years ago
  22. 1a922fe samples, bpf: Refactor test_current_task_under_cgroup - separate out helpers by Sargun Dhillon · 8 years ago
  23. 69a9d09 samples/bpf: silence compiler warnings by Alexei Starovoitov · 8 years ago
  24. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 554ae6e samples/bpf: add userspace example for prohibiting sockets by David Ahern · 8 years ago
  26. 4f2e7ae samples/bpf: Update bpf loader for cgroup section names by David Ahern · 8 years ago
  27. ad2805d samples: bpf: add userspace example for modifying sk_bound_dev_if by David Ahern · 8 years ago
  28. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  29. 9bee294 samples/bpf: fix include path by Alexei Starovoitov · 8 years ago
  30. 1379fd3 samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add mode by Sargun Dhillon · 8 years ago
  31. 2dbb4c0 bpf/samples: Fix PT_REGS_IP on s390x and use it by Michael Holzheu · 8 years ago
  32. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
  33. d8c5b17 samples: bpf: add userspace example for attaching eBPF programs to cgroups by Daniel Mack · 8 years ago
  34. db6a71d samples/bpf: fix bpf loader by Alexei Starovoitov · 8 years ago
  35. d2b024d samples/bpf: fix sockex2 example by Alexei Starovoitov · 8 years ago
  36. 9d1a546 docs: Sample driver to demonstrate how to use Mediated device framework. by Kirti Wankhede · 8 years ago
  37. 5db58fa bpf: Add tests for the LRU bpf_htab by Martin KaFai Lau · 8 years ago
  38. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  39. 185c0f2 Merge commit 'v4.9-rc5' into next by James Morris · 8 years ago
  40. 90e0289 bpf: Add test for bpf_redirect to ipip/ip6tnl by Martin KaFai Lau · 8 years ago
  41. d881d25 samples/seccomp: Support programs with >256 instructions by Ricky Zhou · 8 years ago
  42. 1ff1205 samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropper by Ricky Zhou · 8 years ago
  43. 0af04ba samples/seccomp: Fix hostprogs variable by Ricky Zhou · 8 years ago
  44. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  46. 96a8eb1 bpf: fix samples to add fake KBUILD_MODNAME by Daniel Borkmann · 8 years ago
  47. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago
  48. 1a776b9 bpf: add various tests around spill/fill of regs by Daniel Borkmann · 8 years ago
  49. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  50. 1848929 samples: move blackfin gptimers-example from Documentation by Shuah Khan · 8 years ago
  51. 521f397 Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  52. 4846113 bpf: allow access into map value arrays by Josef Bacik · 8 years ago
  53. 973d94d bpf samples: update tracex5 sample to use __seccomp_filter by Naveen N. Rao · 8 years ago
  54. 2b064ff bpf samples: fix compiler errors with sockex2 and sockex3 by Naveen N. Rao · 8 years ago
  55. 8fc07eb samples: move auxdisplay example code from Documentation by Shuah Khan · 8 years ago
  56. 071bf69 samples: move watchdog example code from Documentation by Shuah Khan · 8 years ago
  57. 155fe00 samples: move timers example code from Documentation by Shuah Khan · 8 years ago
  58. 986b891 samples: move misc-devices/mei example code from Documentation by Shuah Khan · 8 years ago
  59. 7d95b0a bpf: add test cases for direct packet access by Daniel Borkmann · 8 years ago
  60. 6bee835 samples: move mic/mpssd example code from Documentation by Shuah Khan · 8 years ago
  61. 173ca26 samples/bpf: add comprehensive ipip, ipip6, ip6ip6 test by Alexei Starovoitov · 8 years ago
  62. a1c8270 samples/bpf: extend test_tunnel_bpf.sh with IPIP test by Alexei Starovoitov · 8 years ago
  63. 4b83c52 rpmsg: Allow callback to return errors by Bjorn Andersson · 8 years ago
  64. 92e1de5 rpmsg: Clean up rpmsg device vs channel naming by Bjorn Andersson · 8 years ago
  65. 2a48d73 rpmsg: rpmsg_send() operations takes rpmsg_endpoint by Bjorn Andersson · 8 years ago
  66. 2d2be8c bpf: fix range propagation on direct packet access by Daniel Borkmann · 8 years ago
  67. 7287441 samples/bpf: add sampleip example by Brendan Gregg · 8 years ago
  68. 1c47910e samples/bpf: add perf_event+bpf example by Alexei Starovoitov · 8 years ago
  69. 6afb1e2 samples/bpf: Add tunnel set/get tests. by William Tu · 8 years ago
  70. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 184ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  72. 1633ac0 samples/bpf: add verifier tests for the helper access to the packet by Aaron Yue · 8 years ago
  73. 747ea55 bpf: fix bpf_skb_in_cgroup helper naming by Daniel Borkmann · 8 years ago
  74. 9e6e60e samples/bpf: Add test_current_task_under_cgroup test by Sargun Dhillon · 8 years ago
  75. a138c88 samples/rpmsg: add support for multiple instances by Anna, Suman · 8 years ago
  76. 05b8ad2 samples/bpf: fix bpf_perf_event_output prototype by Adam Barth · 8 years ago
  77. ba0cc3c samples/bpf: add bpf_map_update_elem() tests by Alexei Starovoitov · 8 years ago
  78. 57c24b2 samples/kretprobe: fix the wrong type by Huang Shijie · 8 years ago
  79. 6134131 samples/kretprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  80. 468b889 samples/jprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  81. e708c14 samples/kprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  82. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  83. c624c86 Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  84. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  85. e831101 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  86. cf9b119 samples/bpf: Add test/example of using bpf_probe_write_user bpf helper by Sargun Dhillon · 8 years ago
  87. 96ae522 bpf: Add bpf_probe_write_user BPF helper to be called in tracers by Sargun Dhillon · 8 years ago
  88. 0f06a67 samples: Add an IPv6 '-6' option to the pktgen scripts by Martin KaFai Lau · 8 years ago
  89. d9094bd bpf: make xdp sample variable names more meaningful by Brenden Blanco · 8 years ago
  90. 764cbcce bpf: add sample for xdp forwarding and rewrite by Brenden Blanco · 8 years ago
  91. 86af8b4 Add sample for adding simple drop program to link by Brenden Blanco · 8 years ago
  92. af78ced kprobes: Add arm64 case in kprobe example module by Sandeepa Prabhu · 8 years ago
  93. d3c937b pktgen: remove sample script pktgen.conf-1-1-rdos by Jesper Dangaard Brouer · 8 years ago
  94. d25692e pktgen: add sample script pktgen_sample05_flow_per_thread.sh by Jesper Dangaard Brouer · 8 years ago
  95. 15f2cbb pktgen: add sample script pktgen_sample04_many_flows.sh by Jesper Dangaard Brouer · 8 years ago
  96. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 8 years ago
  97. 8f10c2d [media] v4l2-pci-skeleton: set q->dev instead of allocating a context by Hans Verkuil · 9 years ago
  98. f6041c1 samples/seccomp: Add standalone config option by Olof Johansson · 8 years ago
  99. 6fd980a net: samples: pktgen mode samples/tests for qdisc layer by John Fastabend · 8 years ago
  100. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 8 years ago