summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-07-1121-0/+1190
|\
| * samples: add Rust examplesMiguel Ojeda2022-05-2321-0/+1190
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2022-07-1111-3359/+75
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-099-3353/+17
| |\ \
| | * | bpf, samples: Remove AF_XDP samplesMagnus Karlsson2022-07-056-3346/+0
| | * | samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek2022-06-213-7/+17
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+7
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-4/+25
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao2022-06-151-6/+49
| * | | | sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi2022-06-021-0/+9
* | | | | Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell2022-07-111-13/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-101-13/+1
| |/ / /
* | / / fprobe, samples: Add module parameter descriptionsMasami Hiramatsu (Google)2022-06-241-0/+7
| |/ / |/| |
* | | fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)2022-06-171-4/+25
|/ /
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-253-50/+7
|\ \
| * | vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-213-21/+6
| * | vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-29/+1
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2534-497/+419
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-232-11/+20
| |\ \ \
| | * | | samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand2022-05-091-5/+4
| | * | | samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao2022-04-271-6/+16
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-3/+3
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao2022-04-201-1/+1
| * | | samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-1031-42/+7
| * | | samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi2022-04-082-33/+55
| * | | samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin2022-04-041-0/+1
| * | | sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen2022-04-041-0/+3
| * | | samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi2022-04-034-459/+381
| | |/ | |/|
* | | Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-241-51/+81
|\ \ \ | |_|/ |/| |
| * | samples/landlock: Add support for file reparentingMickaël Salaün2022-05-231-13/+27
| * | samples/landlock: Format with clang-formatMickaël Salaün2022-05-231-44/+52
| * | samples/landlock: Add clang-format exceptionsMickaël Salaün2022-05-231-0/+8
| |/
* / sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-3/+3
|/
* Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-1/+1
|\
| * media: v4l2-pci-skeleton: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-1/+1
* | Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-282-2/+2
|\ \
| * | livepatch: Reorder to use before freeing a pointerTom Rix2022-03-232-2/+2
* | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-282-4/+4
|\ \ \
| * | | samples/kobject: Use sysfs_emit instead of sprintfNguyen Dinh Phi2022-03-182-4/+4
* | | | Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-271-0/+1
|\ \ \ \
| * | | | samples/landlock: Fix path_list memory leakTom Rix2022-02-041-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-275-4/+22
|\ \ \ \
| * | | | x86/ibt,ftrace: Add ENDBR to samples/ftracePeter Zijlstra2022-03-155-4/+22
| | |/ / | |/| |
* | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2421-94/+252
|\ \ \ \
| * | | | fprobe: Add sample program for fprobeMasami Hiramatsu2022-03-174-0/+131
| * | | | samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund2022-03-151-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+7
| |\| | |
| * | | | samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko2022-02-036-35/+63
| * | | | samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi2022-02-013-6/+6
| * | | | samples/bpf: use preferred getters/setters instead of deprecated onesAndrii Nakryiko2022-01-254-4/+4