summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-6/+7
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman-6/+7
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-2/+3
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+29
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+412
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1945/+7
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-5/+1
2024-11-19Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+6
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2024-11-13samples: pktgen: correct dev to DEVWei Fang-1/+1
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-43/+69
2024-11-13samples/bpf: Remove unused variable in xdp2skb_meta_kern.cZhu Jun-1/+1
2024-11-13samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun-4/+0
2024-11-12samples: rust: fix `rust_print` build making it a combined moduleMiguel Ojeda-1/+3
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak-2/+2
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl-1/+28
2024-10-31samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao-5/+412
2024-10-30tracing: Add __print_dynamic_array() helperSteven Rostedt-1/+6
2024-10-28media: samples: v4l2-pci-skeleton.c: drop vb2_ops_wait_prepare/finishHans Verkuil-5/+1
2024-10-23kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig-0/+1
2024-10-22samples/landlock: Clarify option parsing behaviourMatthieu Buffet-15/+16
2024-10-22samples/landlock: Refactor help messageMatthieu Buffet-41/+38
2024-10-22samples/landlock: Fix port parsing in sandboxerMatthieu Buffet-2/+30
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich-2/+2
2024-10-11samples/bpf: remove obsolete tracing related testsDaniel T. Lee-564/+0
2024-10-11samples/bpf: remove obsolete cgroup related testsDaniel T. Lee-693/+0
2024-10-11selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee-248/+0
2024-10-11selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee-435/+0
2024-10-10samples/bpf: Fix a resource leakZhu Jun-1/+3
2024-10-09samples/bpf: Remove unused variablesZhu Jun-2/+0
2024-10-07bpf: syscall_nrs: Disable no previous prototype warnningJason Xing-0/+5
2024-10-07bpf: Fix the xdp_adjust_tail sample prog issueYuan Chen-0/+1
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda-1/+1
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda-0/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-09-24Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+69
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-292/+7
2024-09-16samples/landlock: Add support for signal scopingTahera Fahimi-5/+14
2024-09-16samples/landlock: Add support for abstract UNIX socket scopingTahera Fahimi-4/+60
2024-09-04samples/bpf: Remove sample tracex2Rong Tao-289/+0
2024-09-01kmemleak-test: add percpu leakPavel Tikhomirov-0/+2
2024-08-27samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'Rong Tao-2/+2
2024-08-15samples/bpf: Fix compilation errors with cf-protection optionJiangshan Yi-1/+5
2024-08-12treewide: remove unnecessary <linux/version.h> inclusionMasahiro Yamada-1/+0
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+4