aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 17-19/+716
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 16-12/+779
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+82
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-1/+7
2015-04-13Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Gravatar Jiri Kosina 10-17/+510
2015-04-08tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Gravatar Steven Rostedt (Red Hat) 1-1/+63
2015-04-08tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationGravatar Steven Rostedt (Red Hat) 1-1/+19
2015-04-06tc: bpf: add checksum helpersGravatar Alexei Starovoitov 3-0/+79
2015-04-02samples/bpf: Add kmem_alloc()/free() tracker toolGravatar Alexei Starovoitov 3-0/+127
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolGravatar Alexei Starovoitov 3-0/+243
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the writ...Gravatar Alexei Starovoitov 3-0/+185
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleGravatar Alexei Starovoitov 10-12/+224
2015-03-25samples/kobject: be explicit in the module licenseGravatar Greg Kroah-Hartman 2-2/+2
2015-03-25samples/kobject: Use kstrtoint instead of sscanfGravatar Rastislav Barlik 2-6/+22
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsGravatar Alexei Starovoitov 1-0/+9
2015-03-15samples: bpf: add skb->field examples and testsGravatar Alexei Starovoitov 5-16/+101
2015-03-15HID: samples/hidraw: make it possible to select deviceGravatar Pavel Machek 2-1/+7
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiGravatar Daniel Borkmann 1-1/+3
2015-03-01ebpf: remove kernel test stubsGravatar Daniel Borkmann 1-2/+3
2015-02-23samples/pktgen: Show the results rather than just commenting where they areGravatar Ben Hutchings 8-16/+8
2015-02-23samples/pktgen: Trap SIGINTGravatar Ben Hutchings 8-0/+8
2015-02-23samples/pktgen: Use bash as interpreterGravatar Ben Hutchings 8-8/+8
2015-02-23samples/pktgen: Remove setting of obsolete max_before_softirq parameterGravatar Ben Hutchings 8-18/+0
2015-02-23samples/pktgen: Correct comments about the thread configGravatar Ben Hutchings 8-8/+9
2015-02-23samples/pktgen: Delete unused function pg()Gravatar Ben Hutchings 8-40/+0
2015-02-23samples/pktgen: Add sample scripts for pktgen facilityGravatar Ben Hutchings 8-0/+578
2015-02-17samples/seccomp: improve label helperGravatar Kees Cook 2-1/+9
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-14/+394
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 4-1/+100
2015-02-09tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Gravatar Steven Rostedt (Red Hat) 2-0/+88
2015-02-09tracing: Add TRACE_EVENT_FN exampleGravatar Steven Rostedt (Red Hat) 2-0/+95
2015-02-09tracing: Add TRACE_EVENT_CONDITION sampleGravatar Steven Rostedt (Red Hat) 2-0/+61
2015-02-09tracing: Update the TRACE_EVENT fields available in the sample codeGravatar Steven Rostedt (Red Hat) 2-14/+150
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHGravatar Josh Poimboeuf 2-3/+3
2015-01-26samples: bpf: relax test_maps checkGravatar Alexei Starovoitov 1-2/+2
2014-12-24livepatch: samples: fix usage example commentsGravatar Josh Poimboeuf 1-1/+5
2014-12-22livepatch: samples: add sample live patching moduleGravatar Seth Jennings 4-1/+96
2014-12-05samples: bpf: large eBPF program in CGravatar Alexei Starovoitov 3-0/+263
2014-12-05samples: bpf: trivial eBPF program in CGravatar Alexei Starovoitov 4-1/+89
2014-12-05samples: bpf: elf_bpf file loaderGravatar Alexei Starovoitov 3-0/+267
2014-12-05samples: bpf: example of stateful socket filteringGravatar Alexei Starovoitov 4-0/+144
2014-11-18bpf: remove test map scaffolding and user proper typesGravatar Alexei Starovoitov 1-7/+7
2014-11-18bpf: add a testsuite for eBPF mapsGravatar Alexei Starovoitov 4-3/+296
2014-10-30samples: bpf: add a verifier test and summary lineGravatar Alexei Starovoitov 1-1/+45
2014-10-21bpf: fix bug in eBPF verifierGravatar Alexei Starovoitov 1-0/+11
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-0/+956
2014-10-01bpf: add tests to verifier testsuiteGravatar Alexei Starovoitov 1-0/+130
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteGravatar Alexei Starovoitov 4-0/+826
2014-09-26kprobes: update jprobe_example.c for do_fork() changeGravatar Michael Ellerman 1-5/+4
2014-07-01tracing: Change trace event sample to use strlcpy instead of strncpyGravatar Zhao Hongjiang 1-1/+1