aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2016-09-23samples: move auxdisplay example code from DocumentationGravatar Shuah Khan 3-0/+291
2016-09-23samples: move watchdog example code from DocumentationGravatar Shuah Khan 3-0/+33
2016-09-23samples: move timers example code from DocumentationGravatar Shuah Khan 3-0/+310
2016-09-23samples: move misc-devices/mei example code from DocumentationGravatar Shuah Khan 4-0/+491
2016-09-20samples: move mic/mpssd example code from DocumentationGravatar Shuah Khan 7-0/+2432
2016-08-04samples/kretprobe: fix the wrong typeGravatar Huang Shijie 1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-3/+3
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-17/+12
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-1/+8
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 4-1/+70
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 23-140/+1178
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+9
2016-07-25samples/bpf: Add test/example of using bpf_probe_write_user bpf helperGravatar Sargun Dhillon 3-0/+134
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersGravatar Sargun Dhillon 1-0/+2
2016-07-20samples: Add an IPv6 '-6' option to the pktgen scriptsGravatar Martin KaFai Lau 6-11/+26
2016-07-20bpf: make xdp sample variable names more meaningfulGravatar Brenden Blanco 2-13/+13
2016-07-19bpf: add sample for xdp forwarding and rewriteGravatar Brenden Blanco 2-0/+119
2016-07-19Add sample for adding simple drop program to linkGravatar Brenden Blanco 4-0/+286
2016-07-19kprobes: Add arm64 case in kprobe example moduleGravatar Sandeepa Prabhu 1-0/+9
2016-07-14pktgen: remove sample script pktgen.conf-1-1-rdosGravatar Jesper Dangaard Brouer 1-64/+0
2016-07-14pktgen: add sample script pktgen_sample05_flow_per_thread.shGravatar Jesper Dangaard Brouer 1-0/+81
2016-07-14pktgen: add sample script pktgen_sample04_many_flows.shGravatar Jesper Dangaard Brouer 2-67/+93
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsGravatar Hans Verkuil 1-1/+1
2016-07-08[media] v4l2-pci-skeleton: set q->dev instead of allocating a contextGravatar Hans Verkuil 1-13/+2
2016-07-07samples/seccomp: Add standalone config optionGravatar Olof Johansson 2-1/+8
2016-07-04net: samples: pktgen mode samples/tests for qdisc layerGravatar John Fastabend 1-0/+66
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFGravatar Martin KaFai Lau 5-0/+367
2016-06-25samples/bpf: set max locked memory to ulimitedGravatar William Tu 2-0/+6
2016-06-20tracing: Add trace_printk sample codeGravatar Steven Rostedt (Red Hat) 4-1/+70
2016-05-20samples/kprobes: print out the symbol name for the hooksGravatar Huang Shijie 1-16/+16
2016-05-20samples/kprobes: add a new module parameterGravatar Huang Shijie 1-1/+5
2016-05-20kprobes: add the "tls" argument for j_do_forkGravatar Huang Shijie 1-1/+1
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-1/+478
2016-05-18Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-13/+1
2016-05-18Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 3-1/+924
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+1
2016-05-09[media] samples: v4l: from Documentation to samples directoryGravatar Arnd Bergmann 3-1/+924
2016-05-06samples/bpf: add verifier testsGravatar Alexei Starovoitov 1-0/+80
2016-05-06samples/bpf: add 'pointer to packet' testsGravatar Alexei Starovoitov 5-0/+281
2016-05-06rpmsg: use module_rpmsg_driver in existing drivers and examplesGravatar Andrew F. Davis 1-12/+1
2016-05-06rpmsg: drop owner assignment from rpmsg_driversGravatar Andrew F. Davis 1-1/+0
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandGravatar Jesper Dangaard Brouer 2-14/+17
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryGravatar Jesper Dangaard Brouer 2-0/+11
2016-04-29samples/bpf: add a README file to get users startedGravatar Jesper Dangaard Brouer 1-0/+63
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedGravatar Jesper Dangaard Brouer 1-0/+18
2016-04-29samples/bpf: add back functionality to redefine LLC commandGravatar Jesper Dangaard Brouer 1-1/+5
2016-04-28samples/bpf: fix trace_output exampleGravatar Alexei Starovoitov 1-1/+0
2016-04-28samples: v4l: from Documentation to samples directoryGravatar Arnd Bergmann 3-1/+925