summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-181-7/+11
|\
| * tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)2024-03-181-1/+1
| * tracing: Add __string_len() exampleSteven Rostedt (Google)2024-03-181-2/+5
| * tracing: Remove __assign_str_len()Steven Rostedt (Google)2024-03-181-4/+5
* | Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-03-152-20/+16
|\ \ | |/ |/|
| * vfio/mbochs: make mbochs_class constantRicardo B. Marliere2024-03-051-10/+8
| * vfio/mdpy: make mdpy_class constantRicardo B. Marliere2024-03-051-10/+8
* | Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-141-5/+8
|\ \
| * | samples/landlock: Don't error out if a file path cannot be openedMickaël Salaün2024-03-081-5/+8
| |/
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-122-2/+2
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-2/+2
| |\ \ | | |/ | |/|
| | * bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-292-2/+2
* | | Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-121-2/+6
|\ \ \ | |/ / |/| |
| * | samples: user-trap: fix strict-aliasing warningArnd Bergmann2024-02-121-2/+6
| |/
* / work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-4/+4
|/
* samples/cgroup: add .gitignore file for generated samplesLinus Torvalds2024-01-241-0/+3
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-205-0/+153
|\
| * samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai2024-01-175-0/+153
* | Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2024-01-181-1/+1
|\ \
| * | tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)2023-12-181-1/+1
| |/
* | Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2024-01-121-3/+4
|\ \
| * | media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
| * | media: sample: v4l: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
| |/
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-2/+2
|\ \
| * | samples/bpf: Use %lu format specifier for unsigned long valuesColin Ian King2023-12-201-2/+2
| |/
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-102-6/+6
|\ \
| * | samples: Replace strlcpy() with strscpy()Kees Cook2023-11-302-6/+6
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-095-0/+425
|\ \
| * | samples/cgroup: introduce memcg memory.events listenerDmitry Rokosov2023-12-102-1/+331
| * | samples: introduce new samples subdir for cgroupDmitry Rokosov2023-12-104-0/+95
| |/
* / eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
|/
* Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-031-15/+100
|\
| * samples/landlock: Support TCP restrictionsKonstantin Meskhidze2023-10-261-15/+100
* | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-011-1/+1
|\ \
| * | samples: kprobes: Fixes a typoAtul Kumar Pant2023-10-101-1/+1
| |/
* | Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-11-013-75/+758
|\ \
| * | vfio/mtty: Enable migration supportAlex Williamson2023-10-241-0/+590
| * | vfio/mtty: Overhaul mtty interrupt handlingAlex Williamson2023-10-241-73/+166
| * | vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi2023-09-282-2/+2
| |/
* | samples/bpf: Allow building with custom bpftoolViktor Malik2023-10-261-2/+3
* | samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik2023-10-261-1/+1
* | samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik2023-10-261-1/+4
* | samples: bpf: Fix syscall_tp openat argumentDenys Zagorui2023-10-231-2/+13
* | samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin2023-09-281-0/+3
* | samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia2023-09-211-3/+20
* | samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia2023-09-211-12/+12
* | selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao2023-09-081-0/+4
|/
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-303-0/+3
|\
| * vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-253-0/+3
* | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-302-7/+2
|\ \