summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'fsinfo/fsinfo-core'Stephen Rothwell2020-07-293-1/+1163
|\
| * samples: add error state information to test-fsinfo.cJeff Layton2020-07-291-0/+10
| * fsinfo: Add an attribute that lists all the visible mounts in a namespaceDavid Howells2020-07-271-0/+22
| * fsinfo: Add support for AFSDavid Howells2020-07-271-0/+49
| * fsinfo: sample: Mount listing programDavid Howells2020-07-272-1/+282
| * fsinfo: Provide notification overrun handling supportDavid Howells2020-07-271-2/+6
| * fsinfo: Allow mount topology and propagation info to be retrievedDavid Howells2020-07-271-0/+55
| * fsinfo: Allow mount information to be queriedDavid Howells2020-07-271-0/+16
| * fsinfo: Allow fsinfo() to look up a mount object by IDDavid Howells2020-07-271-1/+6
| * fsinfo: Allow retrieval of superblock devname, options and statsDavid Howells2020-07-271-0/+4
| * fsinfo: Provide a bitmap of the features a filesystem supportsDavid Howells2020-07-271-0/+70
| * fsinfo: Add fsinfo() syscall to query filesystem informationDavid Howells2020-07-272-1/+647
* | Merge remote-tracking branch 'notifications/notifications-pipe-core'Stephen Rothwell2020-07-291-1/+43
|\|
| * watch_queue: sample: Display mount tree change notificationsDavid Howells2020-07-271-1/+43
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2020-07-2914-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 remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell2020-07-292-2/+2
|\ \ \
| * | | docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2020-06-192-2/+2
* | | | Merge remote-tracking branch 'pci/next'Stephen Rothwell2020-07-291-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+1
| |/ /
* | / 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
| * | samples: timers: use 'userprogs' syntaxMasahiro Yamada2020-05-173-14/+8
| * | samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada2020-05-173-9/+7