summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | |/ | |/|
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-6/+18
|\ \ \ | |_|/ |/| |
| * | sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang2020-06-161-1/+5
| * | sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang2020-06-161-5/+13
| |/
* / samples: mei: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* binderfs: add gitignore for generated sample programLinus Torvalds2020-06-131-0/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-134-8/+6
|\
| * samples: binderfs: really compile this sample and fix build issuesMasahiro Yamada2020-06-114-8/+6
* | watch_queue: add gitignore for generated sample programLinus Torvalds2020-06-131-0/+1
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-134-0/+201
|\ \ | |/ |/|
| * pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+3
| * pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+1
| * Add sample notification programDavid Howells2020-05-194-0/+197
* | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-0614-116/+59
|\ \
| * | samples: watchdog: use 'userprogs' syntaxMasahiro Yamada2020-05-173-8/+6