summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* ftrace/samples: Add missing prototypes direct functionsJiri Olsa2022-01-054-0/+11
* ftrace/samples: Add module to test multi direct modify interfaceJiri Olsa2021-12-092-0/+153
* Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-204-3/+42
|\
| * ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens2021-11-181-0/+30
| * ftrace/samples: add missing Kconfig option for ftrace direct multi sampleHeiko Carstens2021-11-183-3/+12
* | samples/bpf: Fix build error due to -isystem removalAlexander Lobakin2021-11-151-2/+0
* | samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpuKumar Kartikeya Dwivedi2021-11-121-3/+2
* | samples/bpf: Fix summary per-sec stats in xdp_sample_userAlexander Lobakin2021-11-121-13/+15
|/
* Add gitignore file for samples/fanotify/ subdirectoryLinus Torvalds2021-11-071-0/+1
* Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-064-0/+157
|\
| * samples: remove duplicate include in fs-monitor.cZhang Mingyu2021-11-011-1/+0
| * samples: Fix warning in fsnotify sampleJan Kara2021-11-011-1/+2
| * samples: Make fs-monitor depend on libc and headersGabriel Krisman Bertazi2021-11-011-1/+1
| * samples: Add fs error monitoring exampleGabriel Krisman Bertazi2021-10-274-0/+157
* | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-066-2/+109
|\ \
| * | samples: add s390 support for ftrace direct call samplesHeiko Carstens2021-10-193-0/+100
| * | samples: add HAVE_SAMPLE_FTRACE_DIRECT config optionHeiko Carstens2021-10-191-1/+4
* | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-045-22/+22
|\ \ \
| * | | dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+1
| * | | Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-183-15/+9
| |\ \ \ | | | |/ | | |/|
| * | | samples/kfifo: Rename read_lock/write_lockSebastian Andrzej Siewior2021-10-133-18/+18
| * | | nitro_enclaves: Add fixes for checkpatch blank line reportsAndra Paraschiv2021-09-141-2/+1
| * | | nitro_enclaves: Add fixes for checkpatch spell check reportsAndra Paraschiv2021-09-141-2/+2
| | |/ | |/|
* | | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-11-033-3/+3
|\ \ \
| * | | vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-303-3/+3
| |/ /
* | | Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-031-0/+2
|\ \ \
| * | | ftrace/samples: Add missing prototype for my_direct_funcJiri Olsa2021-11-011-0/+2
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-027-34/+74
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-016-22/+47
| |\ \ \ \
| | * | | | samples: seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-4/+4
| | * | | | samples: bpf: Suppress readelf stderr when probing for BTF supportPu Lehui2021-10-211-1/+2
| | * | | | samples/bpf: Fix application of sizeof to pointerDavid Yang2021-10-201-4/+2
| | * | | | samples/bpf: Do not FORCE-recompile libbpfQuentin Monnet2021-10-081-1/+1
| | * | | | samples/bpf: Install libbpf headers when buildingQuentin Monnet2021-10-081-10/+30
| | * | | | samples/bpf: Update .gitignoreQuentin Monnet2021-10-081-0/+4
| | * | | | selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen2021-10-062-2/+2
| | * | | | bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2021-10-061-1/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-073-15/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | samples: bpf: Convert ARP table network order fields into readable formatGokul Sivakumar2021-09-211-3/+14
| * | | | samples: bpf: Convert route table network order fields into readable formatGokul Sivakumar2021-09-211-9/+13
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-013-1/+54
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang2021-10-261-1/+1
| * | ftrace/samples: Add multi direct interface test moduleJiri Olsa2021-10-212-0/+53
| |/
* | samples/bpf: Relicense bpf_insn.h as GPL-2.0-only OR BSD-2-ClauseLuca Boccassi2021-09-291-1/+1
* | samples: bpf: Fix vmlinux.h generation for XDP samplesKumar Kartikeya Dwivedi2021-09-282-14/+8
|/
* Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-071-11/+9
|\
| * kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-4/+4
| * kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-11/+9
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-023-70/+50
|\ \
| * | vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe2021-08-111-2/+2