summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-07-123-7/+5
|\
| * samples: Use KSYM_NAME_LEN for kprobesTiezhu Yang2022-07-122-6/+4
| * fprobe/samples: Make sample_probe staticsunliming2022-07-121-1/+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
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2411-46/+45
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko2022-01-2011-41/+40
| | * | | samples/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-121-5/+5
* | | | | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-237-1/+262
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)2022-03-113-236/+120
| * | | | tracing: Add sample code for custom trace eventsSteven Rostedt (Google)2022-03-114-1/+281
| * | | | user_events: Add sample code for typical usageBeau Belgrave2022-02-102-0/+96
| |/ / /
* / / / samples/seccomp: Adjust sample to also provide kill optionKees Cook2022-02-101-2/+7
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-203-9/+11
|\ \ \