summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2024-01-17samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-20samples/bpf: Use %lu format specifier for unsigned long valuesColin Ian King
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-12-10samples/cgroup: introduce memcg memory.events listenerDmitry Rokosov
2023-12-10samples: introduce new samples subdir for cgroupDmitry Rokosov
2023-11-30samples: Replace strlcpy() with strscpy()Kees Cook
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-23media: sample: v4l: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-11-03Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-11-01Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-10-26samples/landlock: Support TCP restrictionsKonstantin Meskhidze
2023-10-26samples/bpf: Allow building with custom bpftoolViktor Malik
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik
2023-10-24vfio/mtty: Enable migration supportAlex Williamson
2023-10-24vfio/mtty: Overhaul mtty interrupt handlingAlex Williamson
2023-10-23samples: bpf: Fix syscall_tp openat argumentDenys Zagorui
2023-10-10samples: kprobes: Fixes a typoAtul Kumar Pant
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-24samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsToke Høiland-Jørgensen
2023-08-24samples/bpf: Cleanup .gitignoreToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen
2023-08-21samples: ftrace: Replace bti assembly with hint for older compilerGONG, Ruiqi
2023-08-21samples/bpf: simplify spintest with kprobe.multiDaniel T. Lee
2023-08-21samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroDaniel T. Lee
2023-08-21samples/bpf: fix broken map lookup probeDaniel T. Lee
2023-08-21samples/bpf: fix bio latency check with tracepointDaniel T. Lee
2023-08-21samples/bpf: make tracing programs to be more CO-RE centricDaniel T. Lee
2023-08-21samples/bpf: fix symbol mismatch by compiler optimizationDaniel T. Lee
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee