1. 0185f85 [media] samples: v4l: from Documentation to samples directory by Arnd Bergmann · 8 years ago
  2. 569cc39 samples/bpf: fix trace_output example by Alexei Starovoitov · 8 years ago
  3. 138d615 samples/bpf: Enable powerpc support by Naveen N. Rao · 8 years ago
  4. 128d151 samples/bpf: Use llc in PATH, rather than a hardcoded value by Naveen N. Rao · 8 years ago
  5. 77e6353 samples/bpf: Fix build breakage with map_perf_test_user.c by Naveen N. Rao · 8 years ago
  6. 26e9093 samples/bpf: add map performance test by Alexei Starovoitov · 8 years ago
  7. 7dcc42b samples/bpf: stress test bpf_get_stackid by Alexei Starovoitov · 8 years ago
  8. 9d8b612 samples/bpf: add bpf map stress test by Alexei Starovoitov · 8 years ago
  9. c3f85cf samples/bpf: test both pre-alloc and normal maps by Alexei Starovoitov · 8 years ago
  10. 89b9760 samples/bpf: add map_flags to bpf loader by Alexei Starovoitov · 8 years ago
  11. 3622e7e samples/bpf: move ksym_search() into library by Alexei Starovoitov · 8 years ago
  12. 618ec9a7 samples/bpf: make map creation more verbose by Alexei Starovoitov · 8 years ago
  13. a6ffe7b samples/bpf: offwaketime example by Alexei Starovoitov · 8 years ago
  14. 3059303 samples/bpf: update tracex[23] examples to use per-cpu maps by Alexei Starovoitov · 8 years ago
  15. df570f5 samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAY by tom.leiming@gmail.com · 8 years ago
  16. e155967 samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASH by Martin KaFai Lau · 8 years ago
  17. 7f151f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  18. 30b50aa bpf: samples: exclude asm/sysreg.h for arm64 by Yang Shi · 9 years ago
  19. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  20. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  21. 42984d7 bpf: add sample usages for persistent maps/progs by Daniel Borkmann · 9 years ago
  22. 67aedeb Sample: Trace_event: Correct the comments by Chunyan Zhang · 9 years ago
  23. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 85ff8a43 bpf: sample: define aarch64 specific registers by Yang Shi · 9 years ago
  25. 3911169 samples: bpf: add bpf_perf_event_output example by Alexei Starovoitov · 9 years ago
  26. 5179822 configfs: remove old API by Christoph Hellwig · 9 years ago
  27. bf50887 bpf: add unprivileged bpf tests by Alexei Starovoitov · 9 years ago
  28. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. 54aea45 kprobes: use _do_fork() in samples to make them work again by Petr Mladek · 9 years ago
  30. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  31. 5ed3ccb bpf: fix build warnings and add function read_trace_pipe() by Kaixu Xia · 9 years ago
  32. 47efb30 samples/bpf: example of get selected PMU counter value by Kaixu Xia · 9 years ago
  33. 24b4d2a ebpf: Allow dereferences of PTR_TO_STACK registers by Alex Gartrell · 9 years ago
  34. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. d6726c8 tracing: Fix sample output of dynamic arrays by Steven Rostedt (Red Hat) · 9 years ago
  36. d912557 samples: bpf: enable trace samples for s390x by Michael Holzheu · 9 years ago
  37. 0fb1170 bpf: BPF based latency tracing by Daniel Wagner · 9 years ago
  38. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  39. d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 9 years ago
  40. 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 9 years ago
  41. 05a14d5 pktgen: add benchmark script pktgen_bench_xmit_mode_netif_receive.sh by Jesper Dangaard Brouer · 9 years ago
  42. 1d73ba1 pktgen: add sample script pktgen_sample03_burst_single_flow.sh by Jesper Dangaard Brouer · 9 years ago
  43. 282fb58 pktgen: add sample script pktgen_sample02_multiqueue.sh by Jesper Dangaard Brouer · 9 years ago
  44. 6f09479 pktgen: add sample script pktgen_sample01_simple.sh by Jesper Dangaard Brouer · 9 years ago
  45. b64b0d1 pktgen: new pktgen helper functions for samples scripts by Jesper Dangaard Brouer · 9 years ago
  46. 530b2c8 samples/bpf: bpf_tail_call example for networking by Alexei Starovoitov · 9 years ago
  47. 5bacd78 samples/bpf: bpf_tail_call example for tracing by Alexei Starovoitov · 9 years ago
  48. b88c06e samples/bpf: fix in-source build of samples with clang by Brenden Blanco · 9 years ago
  49. 725f9dc bpf: fix two bugs in verification logic when accessing 'ctx' pointer by Alexei Starovoitov · 9 years ago
  50. a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 9 years ago
  51. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  52. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  54. 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  55. 05f6d02 Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-uclogic-merge', 'for-4.1/i2c-hid', 'for-4.1/kconfig-drop-expert-dependency', 'for-4.1/logitech', 'for-4.1/multitouch', 'for-4.1/rmi', 'for-4.1/sony', 'for-4.1/upstream' and 'for-4.1/wacom' into for-linus by Jiri Kosina · 9 years ago
  56. 32eb3d0 tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM() by Steven Rostedt (Red Hat) · 9 years ago
  57. 8892042 tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentation by Steven Rostedt (Red Hat) · 9 years ago
  58. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 9 years ago
  59. 9811e35 samples/bpf: Add kmem_alloc()/free() tracker tool by Alexei Starovoitov · 9 years ago
  60. 5c7fc2d samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool by Alexei Starovoitov · 9 years ago
  61. d822a19 samples/bpf: Add counting example for kfree_skb() function calls and the write() syscall by Alexei Starovoitov · 9 years ago
  62. b896c4f samples/bpf: Add simple non-portable kprobe filter example by Alexei Starovoitov · 9 years ago
  63. 07afb6a samples/kobject: be explicit in the module license by Greg Kroah-Hartman · 9 years ago
  64. 5fd637e samples/kobject: Use kstrtoint instead of sscanf by Rastislav Barlik · 9 years ago
  65. c249739 bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields by Alexei Starovoitov · 9 years ago
  66. 614cd3b samples: bpf: add skb->field examples and tests by Alexei Starovoitov · 9 years ago
  67. 04303f8 HID: samples/hidraw: make it possible to select device by Pavel Machek · 9 years ago
  68. f1a66f8 ebpf: export BPF_PSEUDO_MAP_FD to uapi by Daniel Borkmann · 9 years ago
  69. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  70. 4062bd2 samples/pktgen: Show the results rather than just commenting where they are by Ben Hutchings · 9 years ago
  71. 16b5d0c samples/pktgen: Trap SIGINT by Ben Hutchings · 9 years ago
  72. db72aba samples/pktgen: Use bash as interpreter by Ben Hutchings · 9 years ago
  73. 06481f2 samples/pktgen: Remove setting of obsolete max_before_softirq parameter by Ben Hutchings · 9 years ago
  74. 2ad1cdf samples/pktgen: Correct comments about the thread config by Ben Hutchings · 9 years ago
  75. 865367d samples/pktgen: Delete unused function pg() by Ben Hutchings · 9 years ago
  76. 7c95a9d samples/pktgen: Add sample scripts for pktgen facility by Ben Hutchings · 9 years ago
  77. 3a9af0b samples/seccomp: improve label helper by Kees Cook · 9 years ago
  78. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  79. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  80. 7496946 tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT() by Steven Rostedt (Red Hat) · 9 years ago
  81. 6adc13f8 tracing: Add TRACE_EVENT_FN example by Steven Rostedt (Red Hat) · 9 years ago
  82. c4c7eb2 tracing: Add TRACE_EVENT_CONDITION sample by Steven Rostedt (Red Hat) · 9 years ago
  83. 4e20e3a tracing: Update the TRACE_EVENT fields available in the sample code by Steven Rostedt (Red Hat) · 9 years ago
  84. 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 9 years ago
  85. ba1a68b samples: bpf: relax test_maps check by Alexei Starovoitov · 9 years ago
  86. 700a304 livepatch: samples: fix usage example comments by Josh Poimboeuf · 9 years ago
  87. 13d1cf7 livepatch: samples: add sample live patching module by Seth Jennings · 9 years ago
  88. fbe3310 samples: bpf: large eBPF program in C by Alexei Starovoitov · 10 years ago
  89. a808578 samples: bpf: trivial eBPF program in C by Alexei Starovoitov · 10 years ago
  90. 249b812 samples: bpf: elf_bpf file loader by Alexei Starovoitov · 10 years ago
  91. 03f4723 samples: bpf: example of stateful socket filtering by Alexei Starovoitov · 10 years ago
  92. 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 10 years ago
  93. ffb65f2 bpf: add a testsuite for eBPF maps by Alexei Starovoitov · 10 years ago
  94. 342ded4 samples: bpf: add a verifier test and summary line by Alexei Starovoitov · 10 years ago
  95. 32bf08a bpf: fix bug in eBPF verifier by Alexei Starovoitov · 10 years ago
  96. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  97. fd10c2e bpf: add tests to verifier testsuite by Alexei Starovoitov · 10 years ago
  98. 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
  99. e8ac6ea kprobes: update jprobe_example.c for do_fork() change by Michael Ellerman · 10 years ago
  100. d8fae2f tracing: Change trace event sample to use strlcpy instead of strncpy by Zhao Hongjiang · 11 years ago