summaryrefslogtreecommitdiffstats
path: root/samples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-071-6/+7
|\
| * samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman2024-12-031-6/+7
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* | Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-11-301-0/+1
|\ \
| * | kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig2024-10-231-0/+1
* | | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-262-2/+3
|\ \ \
| * | | rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich2024-10-151-2/+2
| * | | rust: start using the `#[expect(...)]` attributeMiguel Ojeda2024-10-071-1/+1
| * | | rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda2024-10-071-0/+1
| |/ /
* | | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-261-2/+2
|\ \ \
| * | | perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak2024-11-061-2/+2
| |/ /
* | | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-263-0/+29
|\ \ \ | |_|/ |/| |
| * | samples: rust: fix `rust_print` build making it a combined moduleMiguel Ojeda2024-11-122-1/+3
| * | rust: samples: add tracepoint to Rust sampleAlice Ryhl2024-11-043-1/+28
| |/
* | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-235-5/+412
|\ \
| * | samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao2024-10-315-5/+412
| |/
* | Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-11-2125-1945/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-11-131-43/+69
| |\ \
| * | | samples/bpf: Remove unused variable in xdp2skb_meta_kern.cZhu Jun2024-11-131-1/+1
| * | | samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun2024-11-131-4/+0
| * | | samples/bpf: remove obsolete tracing related testsDaniel T. Lee2024-10-1110-564/+0
| * | | samples/bpf: remove obsolete cgroup related testsDaniel T. Lee2024-10-117-693/+0
| * | | selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee2024-10-114-248/+0
| * | | selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee2024-10-113-435/+0
| * | | samples/bpf: Fix a resource leakZhu Jun2024-10-111-1/+3
| * | | samples/bpf: Remove unused variablesZhu Jun2024-10-101-2/+0
| * | | bpf: syscall_nrs: Disable no previous prototype warnningJason Xing2024-10-081-0/+5
| * | | bpf: Fix the xdp_adjust_tail sample prog issueYuan Chen2024-10-081-0/+1
| | |/ | |/|
* | | Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-11-201-5/+1
|\ \ \
| * | | media: samples: v4l2-pci-skeleton.c: drop vb2_ops_wait_prepare/finishHans Verkuil2024-10-281-5/+1
| |/ /
* | | Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-191-1/+6
|\ \ \
| * | | tracing: Add __print_dynamic_array() helperSteven Rostedt2024-10-301-1/+6
| |/ /
* | | Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-141-1/+1
|\ \ \ | |_|/ |/| |
| * | samples: pktgen: correct dev to DEVWei Fang2024-11-141-1/+1
| |/
* | samples/landlock: Clarify option parsing behaviourMatthieu Buffet2024-10-221-15/+16
* | samples/landlock: Refactor help messageMatthieu Buffet2024-10-221-41/+38
* | samples/landlock: Fix port parsing in sandboxerMatthieu Buffet2024-10-221-2/+30
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-2/+0
* Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-241-4/+69
|\
| * samples/landlock: Add support for signal scopingTahera Fahimi2024-09-161-5/+14
| * samples/landlock: Add support for abstract UNIX socket scopingTahera Fahimi2024-09-161-4/+60
* | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-214-292/+7
|\ \
| * | samples/bpf: Remove sample tracex2Rong Tao2024-09-043-289/+0
| * | samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'Rong Tao2024-08-281-2/+2
| * | samples/bpf: Fix compilation errors with cf-protection optionJiangshan Yi2024-08-161-1/+5
* | | kmemleak-test: add percpu leakPavel Tikhomirov2024-09-021-0/+2
| |/ |/|
* | treewide: remove unnecessary <linux/version.h> inclusionMasahiro Yamada2024-08-121-1/+0
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-4/+4
|\
| * Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2024-06-071-4/+2
| |\