summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-011-0/+8
|\
| * samples/kprobes: Add LoongArch supportTiezhu Yang2023-02-251-0/+8
* | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-252-8/+111
|\ \
| * | samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHSye xingchen2023-01-301-1/+1
| * | vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-301-0/+3
| * | vfio-mdev: move the mtty usage documentationChristoph Hellwig2023-01-231-0/+100
| * | vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-231-3/+3
| * | vfio-mdev: allow building the samples into the kernelChristoph Hellwig2023-01-231-8/+8
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \ \
| * | | samples/kobject: make kobj_type structure constantThomas Weißschuh2023-02-081-1/+1
| |/ /
* | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-2310-7/+268
|\ \ \
| * | | tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-2/+2
| * | | samples: ftrace: Make some global variables staticTom Rix2023-02-071-12/+12
| * | | ftrace: sample: avoid open-coded 64-bit divisionArnd Bergmann2023-02-071-1/+1
| * | | samples: ftrace: Include the nospec-branch.h only for x86Song Shuai2023-02-075-5/+5
| * | | ftrace: Add sample with custom opsMark Rutland2023-01-254-0/+261
| | |/ | |/|
* | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-8/+0
|\ \ \
| * | | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-312-0/+2
| |\| |
| * | | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-8/+0
| |\ \ \ | | |_|/ | |/| |
| | * | vfio-mdev/mdpy-fb: Do not set struct fb_info.aperturesThomas Zimmermann2023-01-131-8/+0
* | | | Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-2210-0/+1013
|\ \ \ \
| * \ \ \ Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires2023-02-2210-0/+1013
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | samples/hid: Fix spelling mistake "wihout" -> "without"Colin Ian King2022-11-211-2/+2
| | * | | samples/hid: add Surface Dial exampleBenjamin Tissoires2022-11-155-1/+368
| | * | | samples/hid: add new hid BPF exampleBenjamin Tissoires2022-11-158-0/+646
| | | |/ | | |/|
* | | | samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-168-10/+10
* | | | Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+14
|\ \ \ \
| * | | | samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao2023-02-081-0/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-022-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-242-0/+2
| | |/ | |/|
* | | samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-1513-14/+14
* | | samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee2023-01-158-29/+12
* | | samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee2023-01-154-10/+15
* | | samples/bpf: split common macros to net_shared.hDaniel T. Lee2023-01-152-21/+27
* | | samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2023-01-152-35/+14
* | | samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee2023-01-154-18/+40
* | | samples/bpf: fix broken cgroup socket testingDaniel T. Lee2023-01-151-6/+6
* | | samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2023-01-152-22/+25
* | | samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee2023-01-155-15/+22
* | | samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee2023-01-153-1/+8
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-0416-90/+58
|\ \ \ | |/ / |/| |
| * | samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee2022-12-293-23/+19
| * | samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee2022-12-291-3/+3
| * | samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-2912-10/+11
| * | samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee2022-12-295-14/+7
| * | samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee2022-12-297-31/+12
| * | samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee2022-12-191-2/+4
| * | samples/bpf: replace meaningless counter with tracex4Daniel T. Lee2022-12-191-2/+2
| * | samples/bpf: remove unused function with test_lru_distDaniel T. Lee2022-12-191-5/+0
* | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-3/+0
|\ \ \