summaryrefslogtreecommitdiffstats
path: root/samples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4 days6-0/+290
|\
| * samples/damon/prcl: implement schemes setupSeongJae Park2025-01-141-0/+20
| * samples/damon: introduce a skeleton of a smaple DAMON module for proactive re...SeongJae Park2025-01-144-0/+131
| * samples/damon/wsse: implement working set size estimation and loggingSeongJae Park2025-01-141-0/+18
| * samples/damon/wsse: start and stop DAMON as the user requestsSeongJae Park2025-01-141-1/+34
| * samples: add a skeleton of a sample DAMON module for working set size estimationSeongJae Park2025-01-145-0/+88
* | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds4 days3-14/+7
|\ \
| * | livepatch: convert timeouts to secs_to_jiffies()Easwar Hariharan2025-01-133-14/+7
| |/
* | Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds7 days2-2/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-12-092-7/+8
| |\|
| * | samples/bpf: Pass TPROGS_USER_CFLAGS to libbpf makefileEduard Zingerman2024-12-051-1/+1
| * | samples/bpf: Remove unused variableZhu Jun2024-12-021-1/+0
* | | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8 days10-0/+339
|\ \ \
| * | | samples/check-exec: Add an enlighten "inc" interpreter and 28 testsMickaël Salaün2024-12-198-1/+232
| * | | samples/check-exec: Add set-execMickaël Salaün2024-12-195-0/+108
| | |/ | |/|
* | | Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8 days1-0/+7
|\ \ \
| * | | samples/landlock: Fix possible NULL dereference in parse_path()Zichen Xie2025-01-101-0/+7
| |/ /
* | | Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds9 days1-1/+19
|\ \ \
| * | | rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding2025-01-131-0/+18
| * | | rust: finish using custom FFI integer typesMiguel Ojeda2024-12-161-1/+1
| |/ /
* | | Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds9 days1-2/+2
|\ \ \
| * | | fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)2024-12-261-1/+1
| * | | fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)2024-12-261-1/+1
| |/ /
* | | Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10 days5-1/+668
|\ \ \ | |/ / |/| |
| * | samples/vfs: fix build warningsChristian Brauner10 days1-11/+12
| * | samples/vfs: use shared headerChristian Brauner10 days3-93/+249
| * | samples/vfs/mountinfo: Use __u64 instead of uint64_tGeert Uytterhoeven2025-01-101-18/+17
| * | samples: add test-list-all-mountsChristian Brauner2025-01-093-1/+237
| * | samples: add a mountinfo program to demonstrate statmount()/listmount()Jeff Layton2025-01-093-1/+276
* | | 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