summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-113-30/+0
| * | vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-113-21/+33
| * | vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe2021-08-111-9/+15
| * | vfio/samples: Remove module get/putJason Gunthorpe2021-08-112-8/+0
| |/
* | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-011-21/+30
|\ \
| * | samples: mei: don't wait on read completion upon write.Alexander Usyskin2021-08-011-21/+30
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-3137-2906/+3460
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3022-2846/+3341
| |\ \
| | * | samples: bpf: Fix uninitialized variable in xdp_redirect_cpuKumar Kartikeya Dwivedi2021-08-261-2/+3
| | * | samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi2021-08-244-220/+153
| | * | samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-31/+26
| | * | samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-229/+161
| | * | samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-70/+25
| | * | samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-767/+343
| | * | samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-293/+105
| | * | samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-159/+116
| | * | samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-92/+52
| | * | samples: bpf: Convert xdp_monitor to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-735/+83
| | * | samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-258/+49
| | * | samples: bpf: Add vmlinux.h generation supportKumar Kartikeya Dwivedi2021-08-241-0/+25
| | * | samples: bpf: Add devmap_xmit tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-3/+331