summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* misc: mic: remove the MIC driversSudeep Dutt2020-10-287-2376/+0
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1533-476/+2148
|\
| * samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee2020-10-113-39/+36
| * samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-112-82/+73
| * samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-112-40/+121
| * samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus2020-10-061-1/+119
| * samples: bpf: Count syscalls in xdpsockCiara Loftus2020-10-061-10/+103
| * samples: bpf: Split xdpsock stats into new structCiara Loftus2020-10-061-54/+69
| * samples/bpf: Fix a compilation error with fallthrough markingYonghong Song2020-10-061-1/+2
| * samples/bpf: Change Makefile to cope with latest llvmYonghong Song2020-10-061-1/+10
| * bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-9/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-237-19/+37
| |\
| | * samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich2020-09-191-4/+3
| | * samples/bpf: Add quiet option to xdpsockMagnus Karlsson2020-09-141-5/+14
| | * samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-141-0/+1
| | * samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-141-0/+8
| | * samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee2020-09-041-0/+1
| | * samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee2020-09-044-10/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ | | |/ | |/|
| * | samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
| * | samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
| * | samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-312-0/+1088
| * | samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-247-93/+192
| * | samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-2411-118/+272
| * | samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee2020-08-241-1/+1
| * | samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee2020-08-183-3/+3
* | | Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2020-10-151-40/+19
|\ \ \
| * | | samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski2020-10-071-3/+2
| * | | samples: configfs: don't use spaces before tabsBartosz Golaszewski2020-10-071-1/+1
| * | | samples: configfs: consolidate local variables of the same typeBartosz Golaszewski2020-10-071-2/+1
| * | | samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski2020-10-071-2/+0
| * | | samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski2020-10-071-20/+9
| * | | samples: configfs: fix alignment in item structBartosz Golaszewski2020-10-071-1/+1
| * | | samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski2020-10-071-5/+5
| * | | samples: configfs: remove redundant newlinesBartosz Golaszewski2020-10-071-6/+0
| | |/ | |/|
* | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-1/+2
|\ \ \
| * \ \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+2
| | |/
* | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-154-12/+913
|\ \ \
| * | | misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-021-2/+2
| * | | samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun2020-10-021-10/+10
| * | | nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv2020-09-223-0/+901
| |/ /
* | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-142-5/+5
|\ \ \
| * | | tracing: switch to kernel_clone()Christian Brauner2020-08-201-2/+2
| * | | kprobes: switch to kernel_clone()Christian Brauner2020-08-201-3/+3
| | |/ | |/|
* | | mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su2020-10-133-0/+103
* | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-122-2/+2
|\ \ \ | |_|/ |/| |
| * | docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab2020-09-102-2/+2
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/