aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-4/+4
2024-01-24samples/cgroup: add .gitignore file for generated samplesGravatar Linus Torvalds 1-0/+3
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-0/+153
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-1/+1
2024-01-17samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Gravatar Song Shuai 5-0/+153
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-3/+4
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+6
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-0/+425
2023-12-20samples/bpf: Use %lu format specifier for unsigned long valuesGravatar Colin Ian King 1-2/+2
2023-12-18tracing: Allow creating instances with specified system eventsGravatar Steven Rostedt (Google) 1-1/+1
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueGravatar Benjamin Gaignard 1-1/+1
2023-12-10samples/cgroup: introduce memcg memory.events listenerGravatar Dmitry Rokosov 2-1/+331
2023-12-10samples: introduce new samples subdir for cgroupGravatar Dmitry Rokosov 4-0/+95
2023-11-30samples: Replace strlcpy() with strscpy()Gravatar Kees Cook 2-6/+6
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 1-2/+2
2023-11-23media: sample: v4l: Stop direct calls to queue num_buffers fieldGravatar Benjamin Gaignard 1-2/+3
2023-11-03Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+100
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-75/+758
2023-10-26samples/landlock: Support TCP restrictionsGravatar Konstantin Meskhidze 1-15/+100
2023-10-26samples/bpf: Allow building with custom bpftoolGravatar Viktor Malik 1-2/+3
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfGravatar Viktor Malik 1-1/+1
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSGravatar Viktor Malik 1-1/+4
2023-10-24vfio/mtty: Enable migration supportGravatar Alex Williamson 1-0/+590
2023-10-24vfio/mtty: Overhaul mtty interrupt handlingGravatar Alex Williamson 1-73/+166
2023-10-23samples: bpf: Fix syscall_tp openat argumentGravatar Denys Zagorui 1-2/+13
2023-10-10samples: kprobes: Fixes a typoGravatar Atul Kumar Pant 1-1/+1
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoGravatar Stefan Hajnoczi 2-2/+2
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsGravatar Ruowen Qin 1-0/+3
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessGravatar Jinghao Jia 1-3/+20
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsGravatar Jinghao Jia 1-12/+12
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheGravatar Rong Tao 1-0/+4
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-0/+3
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-7/+2
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+4
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 44-3720/+145
2023-08-24samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsGravatar Toke Høiland-Jørgensen 1-0/+6
2023-08-24samples/bpf: Cleanup .gitignoreGravatar Toke Høiland-Jørgensen 1-12/+0
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityGravatar Toke Høiland-Jørgensen 3-256/+0
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesGravatar Toke Høiland-Jørgensen 4-398/+0
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityGravatar Toke Høiland-Jørgensen 3-757/+0
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesGravatar Toke Høiland-Jørgensen 9-1981/+1
2023-08-24samples/bpf: Remove the xdp_monitor utilityGravatar Toke Høiland-Jørgensen 3-133/+1
2023-08-21samples: ftrace: Replace bti assembly with hint for older compilerGravatar GONG, Ruiqi 5-7/+7
2023-08-21samples/bpf: simplify spintest with kprobe.multiGravatar Daniel T. Lee 2-29/+10
2023-08-21samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroGravatar Daniel T. Lee 1-7/+3
2023-08-21samples/bpf: fix broken map lookup probeGravatar Daniel T. Lee 1-2/+15
2023-08-21samples/bpf: fix bio latency check with tracepointGravatar Daniel T. Lee 1-12/+24
2023-08-21samples/bpf: make tracing programs to be more CO-RE centricGravatar Daniel T. Lee 4-40/+20