summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-0912-27/+12
|\
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-1012-27/+12
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\ \
| * | PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0514-246/+620
|\ \ \
| * | | samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-214-8/+24
| * | | samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi2020-07-162-22/+178
| * | | samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi2020-07-161-9/+27
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-138-208/+392
| |\ \ \ | | |_|/ | |/| |
| | * | samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus2020-07-131-2/+85
| | * | bpf: Fix fds_example SIGSEGV errorWenbo Zhang2020-07-101-1/+2
| | * | samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2020-07-082-147/+196
| | * | samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee2020-07-083-49/+91
| | * | samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee2020-07-083-9/+18
* | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-042-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2020-06-192-2/+2
| | |/ | |/|
* | | samples/vfs: avoid warning in statx overrideKees Cook2020-07-031-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-253-21/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-173-21/+7
| |\ \
| | * | bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh2020-06-163-21/+7
| | |/
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-212-7/+5
|\ \ \
| * | | samples: watch_queue: build sample program for target architectureMasahiro Yamada2020-06-222-7/+5
| | |/ | |/|