summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-30samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-28misc: mic: remove the MIC driversSudeep Dutt
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-07samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski
2020-10-07samples: configfs: fix alignment in item structBartosz Golaszewski
2020-10-07samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski
2020-10-07samples: configfs: remove redundant newlinesBartosz Golaszewski
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun
2020-10-02samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee