summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2017-10-19samples: Convert timers to use timer_setup()Kees Cook-3/+3
2017-10-19configfs: make config_item_type constBhumika Goyal-4/+4
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence-0/+362
2017-10-18samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer-0/+1310
2017-10-18Merge tag 'trace-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+11
2017-10-17tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)-3/+11
2017-10-16bpf: Add -target to clang switch while cross compiling.Abhijit Ayarekar-2/+3
2017-10-12tracing: Fix doc mistakes in trace sampleJeremy Linton-5/+5
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song-5/+18
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song-1/+38
2017-10-06samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer-2/+9
2017-10-06samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer-25/+121
2017-10-06samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer-13/+9
2017-10-04samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov-0/+36
2017-10-04samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov-7/+185
2017-10-04[media] media: v4l2-pci-skeleton: Fix error handling path in 'skeleton_probe()'Christophe JAILLET-2/+4
2017-10-02vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal-1/+1
2017-10-01samples/bpf: fix warnings in xdp_monitor_userStephen Hemminger-2/+2
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau-0/+3
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn-0/+8
2017-09-21samples/bpf: Add documentation on cross compilationJoel Fernandes-0/+10
2017-09-21samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes-1/+1
2017-09-21samples/bpf: Enable cross compiler supportJoel Fernandes-0/+5
2017-09-21samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes-2/+2
2017-09-14livepatch: introduce shadow variable APIJoe Lawrence-3/+570
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1/+1
2017-09-01bpf: Add lru_hash_lookup performance testMartin KaFai Lau-9/+112
2017-09-01samples/bpf: Update cgroup socket examples to use uid gid helperDavid Ahern-1/+16
2017-09-01samples/bpf: Update cgrp2 socket testsDavid Ahern-38/+124
2017-09-01samples/bpf: Add option to dump socket settingsDavid Ahern-2/+73
2017-09-01samples/bpf: Add detach option to test_cgrp2_sockDavid Ahern-15/+35
2017-09-01samples/bpf: Update sock test to allow setting mark and priorityDavid Ahern-17/+119
2017-08-31samples/bpf: Fix compilation issue in redirect dummy programTariq Toukan-2/+2
2017-08-29samples/bpf: xdp_monitor tool based on tracepointsJesper Dangaard Brouer-0/+387
2017-08-29samples/bpf: xdp_redirect load XDP dummy prog on TX deviceJesper Dangaard Brouer-15/+50
2017-08-28samples/bpf: extend test_tunnel_bpf.sh with ERSPANWilliam Tu-1/+91
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-6/+12
2017-08-20media: v4l2-pci-skeleton: constify vb2_ops structuresJulia Lawall-1/+1
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau-11/+25
2017-08-16bpf: sockmap sample programJohn Fastabend-2/+480
2017-08-07bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song-0/+137
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2017-07-31samples/bpf: fix bpf tunnel cleanupWilliam Tu-2/+3
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2017-07-17samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek-18/+82
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend-0/+192
2017-07-17xdp: sample program for new bpf_redirect helperJohn Fastabend-0/+187
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+4
2017-07-12kfifo: clean up example to not use page_linkLogan Gunthorpe-4/+4
2017-07-11samples/bpf: fix a build issueYonghong Song-198/+1