aboutsummaryrefslogtreecommitdiffstats
path: root/samples (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-2/+1
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds10-0/+339
2025-01-22Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds1-0/+7
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+19
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-1/+668
2025-01-20samples/vfs: fix build warningsChristian Brauner1-11/+12
2025-01-20samples/vfs: use shared headerChristian Brauner3-93/+249
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding1-0/+18
2025-01-10samples/landlock: Fix possible NULL dereference in parse_path()Zichen Xie1-0/+7
2025-01-10samples/vfs/mountinfo: Use __u64 instead of uint64_tGeert Uytterhoeven1-18/+17
2025-01-09samples: add test-list-all-mountsChristian Brauner3-1/+237
2025-01-09samples: add a mountinfo program to demonstrate statmount()/listmount()Jeff Layton3-1/+276
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)1-1/+1
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)1-1/+1
2024-12-18samples/check-exec: Add an enlighten "inc" interpreter and 28 testsMickaël Salaün8-1/+232
2024-12-18samples/check-exec: Add set-execMickaël Salaün5-0/+108
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda1-1/+1
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2-7/+8
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-6/+7
2024-12-05samples/bpf: Pass TPROGS_USER_CFLAGS to libbpf makefileEduard Zingerman1-1/+1
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman1-6/+7
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02samples/bpf: Remove unused variableZhu Jun1-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+3
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-0/+29
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-5/+412
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds25-1945/+7
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-5/+1
2024-11-19Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2024-11-13samples: pktgen: correct dev to DEVWei Fang1-1/+1
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-43/+69
2024-11-13samples/bpf: Remove unused variable in xdp2skb_meta_kern.cZhu Jun1-1/+1
2024-11-13samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun1-4/+0
2024-11-12samples: rust: fix `rust_print` build making it a combined moduleMiguel Ojeda2-1/+3
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak1-2/+2
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl3-1/+28
2024-10-31samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao5-5/+412
2024-10-30tracing: Add __print_dynamic_array() helperSteven Rostedt1-1/+6
2024-10-28media: samples: v4l2-pci-skeleton.c: drop vb2_ops_wait_prepare/finishHans Verkuil1-5/+1
2024-10-23kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig1-0/+1
2024-10-22samples/landlock: Clarify option parsing behaviourMatthieu Buffet1-15/+16
2024-10-22samples/landlock: Refactor help messageMatthieu Buffet1-41/+38
2024-10-22samples/landlock: Fix port parsing in sandboxerMatthieu Buffet1-2/+30
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich1-2/+2
2024-10-11samples/bpf: remove obsolete tracing related testsDaniel T. Lee10-564/+0