summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2016-07-14pktgen: add sample script pktgen_sample04_many_flows.shJesper Dangaard Brouer
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil
2016-07-08[media] v4l2-pci-skeleton: set q->dev instead of allocating a contextHans Verkuil
2016-07-07samples/seccomp: Add standalone config optionOlof Johansson
2016-07-04net: samples: pktgen mode samples/tests for qdisc layerJohn Fastabend
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau
2016-06-25samples/bpf: set max locked memory to ulimitedWilliam Tu
2016-06-20tracing: Add trace_printk sample codeSteven Rostedt (Red Hat)
2016-05-20samples/kprobes: print out the symbol name for the hooksHuang Shijie
2016-05-20samples/kprobes: add a new module parameterHuang Shijie
2016-05-20kprobes: add the "tls" argument for j_do_forkHuang Shijie
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds
2016-05-18Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteprocLinus Torvalds
2016-05-18Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-09[media] samples: v4l: from Documentation to samples directoryArnd Bergmann
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov
2016-05-06rpmsg: use module_rpmsg_driver in existing drivers and examplesAndrew F. Davis
2016-05-06rpmsg: drop owner assignment from rpmsg_driversAndrew F. Davis
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer
2016-04-28samples/bpf: fix trace_output exampleAlexei Starovoitov
2016-04-28samples: v4l: from Documentation to samples directoryArnd Bergmann
2016-04-28samples: connector: from Documentation to samples directoryArnd Bergmann
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu
2016-03-08samples/bpf: add map performance testAlexei Starovoitov
2016-03-08samples/bpf: stress test bpf_get_stackidAlexei Starovoitov
2016-03-08samples/bpf: add bpf map stress testAlexei Starovoitov
2016-03-08samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov
2016-02-20samples/bpf: offwaketime exampleAlexei Starovoitov
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau