aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-28samples: connector: from Documentation to samples directoryGravatar Arnd Bergmann 6-1/+478
2016-04-14bpf, samples: add test cases for raw stackGravatar Daniel Borkmann 1-0/+268
2016-04-14bpf, samples: don't zero data when not neededGravatar Daniel Borkmann 4-12/+12
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-13/+34
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsGravatar Alexei Starovoitov 4-0/+244
2016-04-07samples/bpf: tracepoint exampleGravatar Alexei Starovoitov 1-4/+22
2016-04-07samples/bpf: add tracepoint support to bpf loaderGravatar Alexei Starovoitov 1-5/+21
2016-04-06samples/bpf: Enable powerpc supportGravatar Naveen N. Rao 4-4/+30
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueGravatar Naveen N. Rao 1-9/+3
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cGravatar Naveen N. Rao 1-0/+1
2016-04-01livepatch: reuse module loader code to write relocationsGravatar Jessica Yu 1-0/+1
2016-03-08samples/bpf: add map performance testGravatar Alexei Starovoitov 3-0/+259
2016-03-08samples/bpf: stress test bpf_get_stackidGravatar Alexei Starovoitov 1-0/+9
2016-03-08samples/bpf: add bpf map stress testGravatar Alexei Starovoitov 3-0/+113
2016-03-08samples/bpf: test both pre-alloc and normal mapsGravatar Alexei Starovoitov 1-1/+9
2016-03-08samples/bpf: add map_flags to bpf loaderGravatar Alexei Starovoitov 8-15/+23
2016-03-08samples/bpf: move ksym_search() into libraryGravatar Alexei Starovoitov 3-66/+69
2016-03-08samples/bpf: make map creation more verboseGravatar Alexei Starovoitov 1-1/+4
2016-02-20samples/bpf: offwaketime exampleGravatar Alexei Starovoitov 4-0/+322
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsGravatar Alexei Starovoitov 4-13/+25
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYGravatar tom.leiming@gmail.com 1-0/+92
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHGravatar Martin KaFai Lau 1-0/+96
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+5
2015-11-16bpf: samples: exclude asm/sysreg.h for arm64Gravatar Yang Shi 1-2/+5
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-1/+414
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-3/+3
2015-11-02bpf: add sample usages for persistent maps/progsGravatar Daniel Borkmann 4-0/+208
2015-11-02Sample: Trace_event: Correct the commentsGravatar Chunyan Zhang 1-3/+3
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+12
2015-10-27bpf: sample: define aarch64 specific registersGravatar Yang Shi 1-0/+12