- 5ed3ccb bpf: fix build warnings and add function read_trace_pipe() by Kaixu Xia · 10 years ago
 - 47efb30 samples/bpf: example of get selected PMU counter value by Kaixu Xia · 10 years ago
 - 24b4d2a ebpf: Allow dereferences of PTR_TO_STACK registers by Alex Gartrell · 10 years ago
 - c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
 - d6726c8 tracing: Fix sample output of dynamic arrays by Steven Rostedt (Red Hat) · 10 years ago
 - d912557 samples: bpf: enable trace samples for s390x by Michael Holzheu · 10 years ago
 - 0fb1170 bpf: BPF based latency tracing by Daniel Wagner · 10 years ago
 - ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
 - d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 10 years ago
 - 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 10 years ago
 - 05a14d5 pktgen: add benchmark script pktgen_bench_xmit_mode_netif_receive.sh by Jesper Dangaard Brouer · 10 years ago
 - 1d73ba1 pktgen: add sample script pktgen_sample03_burst_single_flow.sh by Jesper Dangaard Brouer · 10 years ago
 - 282fb58 pktgen: add sample script pktgen_sample02_multiqueue.sh by Jesper Dangaard Brouer · 10 years ago
 - 6f09479 pktgen: add sample script pktgen_sample01_simple.sh by Jesper Dangaard Brouer · 10 years ago
 - b64b0d1 pktgen: new pktgen helper functions for samples scripts by Jesper Dangaard Brouer · 10 years ago
 - 530b2c8 samples/bpf: bpf_tail_call example for networking by Alexei Starovoitov · 10 years ago
 - 5bacd78 samples/bpf: bpf_tail_call example for tracing by Alexei Starovoitov · 10 years ago
 - b88c06e samples/bpf: fix in-source build of samples with clang by Brenden Blanco · 10 years ago
 - 725f9dc bpf: fix two bugs in verification logic when accessing 'ctx' pointer by Alexei Starovoitov · 11 years ago
 - a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 11 years ago
 - 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
 - 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
 - eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
 - 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
 - 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 · 11 years ago
 - 32eb3d0 tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM() by Steven Rostedt (Red Hat) · 11 years ago
 - 8892042 tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentation by Steven Rostedt (Red Hat) · 11 years ago
 - 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 11 years ago
 - 9811e35 samples/bpf: Add kmem_alloc()/free() tracker tool by Alexei Starovoitov · 11 years ago
 - 5c7fc2d samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool by Alexei Starovoitov · 11 years ago
 - d822a19 samples/bpf: Add counting example for kfree_skb() function calls and the write() syscall by Alexei Starovoitov · 11 years ago
 - b896c4f samples/bpf: Add simple non-portable kprobe filter example by Alexei Starovoitov · 11 years ago
 - 07afb6a samples/kobject: be explicit in the module license by Greg Kroah-Hartman · 11 years ago
 - 5fd637e samples/kobject: Use kstrtoint instead of sscanf by Rastislav Barlik · 11 years ago
 - c249739 bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields by Alexei Starovoitov · 11 years ago
 - 614cd3b samples: bpf: add skb->field examples and tests by Alexei Starovoitov · 11 years ago
 - 04303f8 HID: samples/hidraw: make it possible to select device by Pavel Machek · 11 years ago
 - f1a66f8 ebpf: export BPF_PSEUDO_MAP_FD to uapi by Daniel Borkmann · 11 years ago
 - f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 11 years ago
 - 4062bd2 samples/pktgen: Show the results rather than just commenting where they are by Ben Hutchings · 11 years ago
 - 16b5d0c samples/pktgen: Trap SIGINT by Ben Hutchings · 11 years ago
 - db72aba samples/pktgen: Use bash as interpreter by Ben Hutchings · 11 years ago
 - 06481f2 samples/pktgen: Remove setting of obsolete max_before_softirq parameter by Ben Hutchings · 11 years ago
 - 2ad1cdf samples/pktgen: Correct comments about the thread config by Ben Hutchings · 11 years ago
 - 865367d samples/pktgen: Delete unused function pg() by Ben Hutchings · 11 years ago
 - 7c95a9d samples/pktgen: Add sample scripts for pktgen facility by Ben Hutchings · 11 years ago
 - 3a9af0b samples/seccomp: improve label helper by Kees Cook · 11 years ago
 - 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
 - 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 11 years ago
 - 7496946 tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT() by Steven Rostedt (Red Hat) · 11 years ago
 - 6adc13f8 tracing: Add TRACE_EVENT_FN example by Steven Rostedt (Red Hat) · 11 years ago
 - c4c7eb2 tracing: Add TRACE_EVENT_CONDITION sample by Steven Rostedt (Red Hat) · 11 years ago
 - 4e20e3a tracing: Update the TRACE_EVENT fields available in the sample code by Steven Rostedt (Red Hat) · 11 years ago
 - 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 11 years ago
 - ba1a68b samples: bpf: relax test_maps check by Alexei Starovoitov · 11 years ago
 - 700a304 livepatch: samples: fix usage example comments by Josh Poimboeuf · 11 years ago
 - 13d1cf7 livepatch: samples: add sample live patching module by Seth Jennings · 11 years ago
 - fbe3310 samples: bpf: large eBPF program in C by Alexei Starovoitov · 11 years ago
 - a808578 samples: bpf: trivial eBPF program in C by Alexei Starovoitov · 11 years ago
 - 249b812 samples: bpf: elf_bpf file loader by Alexei Starovoitov · 11 years ago
 - 03f4723 samples: bpf: example of stateful socket filtering by Alexei Starovoitov · 11 years ago
 - 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 11 years ago
 - ffb65f2 bpf: add a testsuite for eBPF maps by Alexei Starovoitov · 11 years ago
 - 342ded4 samples: bpf: add a verifier test and summary line by Alexei Starovoitov · 11 years ago
 - 32bf08a bpf: fix bug in eBPF verifier by Alexei Starovoitov · 11 years ago
 - 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
 - fd10c2e bpf: add tests to verifier testsuite by Alexei Starovoitov · 11 years ago
 - 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 11 years ago
 - e8ac6ea kprobes: update jprobe_example.c for do_fork() change by Michael Ellerman · 11 years ago
 - d8fae2f tracing: Change trace event sample to use strlcpy instead of strncpy by Zhao Hongjiang · 12 years ago
 - 4d4c9cc tracing: Add __field_struct macro for TRACE_EVENT() by Steven Rostedt · 11 years ago
 - de51098 samples/kobject/: avoid world-writable sysfs files. by Rusty Russell · 11 years ago
 - e9107f8 samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS by Markos Chandras · 12 years ago
 - e756bc5 kobject: fix kset sample error path by Bjorn Helgaas · 12 years ago
 - 498d319 kfifo API type safety by Stefani Seibold · 12 years ago
 - 4de9ad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
 - 63faf15 Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linus by Jiri Kosina · 12 years ago
 - f5e4e7f HID: uhid: improve uhid example client by David Herrmann · 12 years ago
 - 3fa17c3 tile: support kprobes on tilegx by Tony Lu · 12 years ago
 - 8cd3c55 HID: samples/hidraw: add .gitignore file by Paul Gortmaker · 12 years ago
 - f371305 HID: hidraw: warn if userspace headers are outdated by Jiri Kosina · 13 years ago
 - 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
 - 275aaa6 samples/seccomp: be less stupid about cross compiling by Arnd Bergmann · 13 years ago
 - d75f717e1 tracing: Remove tracepoint sample code by Steven Rostedt · 13 years ago
 - 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 13 years ago
 - b25b09e samples/seccomp: fix 31 bit build on s390 by Heiko Carstens · 13 years ago
 - 51b743f Merge tag 'v3.6-rc2' into next by James Morris · 13 years ago
 - de4bb3b samples/seccomp: fix endianness bug in LO_ARG define by Heiko Carstens · 13 years ago
 - e8ff13b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
 - 8aec836 samples: seccomp: add .gitignore for untracked executables by Chad Williamson · 13 years ago
 - 5148fa5 HID: uhid: add example program by David Herrmann · 13 years ago
 - 561381a samples/seccomp: fix dependencies on arch macros by Will Drewry · 14 years ago
 - 8ac270d Documentation: prctl/seccomp_filter by Will Drewry · 14 years ago
 - 779b96d samples/rpmsg: add an rpmsg driver sample by Ohad Ben-Cohen · 14 years ago
 - 3462c8e samples: drop unused Kconfig symbol by Paul Bolle · 14 years ago
 - 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 14 years ago
 - a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
 - 366a238 Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 years ago
 - d431b2e HID: hid-example: fix some build issues by Randy Dunlap · 15 years ago
 - cb3e85f HID: hidraw: fix samples miscompilation by Jiri Kosina · 15 years ago