summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-04-02tracing: Verify event formats that have "%*p.."Steven Rostedt
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-28Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-26samples/landlock: Enable users to log sandbox denialsMickaël Salaün
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-21samples: add hung_task detector mutex blocking sampleMasami Hiramatsu (Google)
2025-03-20samples: rust: add Rust dma test sample driverAbdiel Janulgue
2025-03-17samples: rust_misc_device: fix markup in top-level docsAlice Ryhl
2025-03-17samples/damon: a typo in the kconfig - samepleSeongjun Kim
2025-03-17rust: platform: fix unrestricted &mut platform::DeviceDanilo Krummrich
2025-03-17rust: pci: fix unrestricted &mut pci::DeviceDanilo Krummrich
2025-03-16samples: kmemleak: print the raw pointers for debugging purposesCatalin Marinas
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes
2025-03-07samples/check-exec: Fix script nameMickaël Salaün
2025-02-27rust/faux: Add missing parent argument to Registration::new()Lyude Paul
2025-02-25samples/vfs: fix printf format string for size_tArnd Bergmann
2025-02-22rust: io: rename `io::Io` accessorsFiona Behrens
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-13rust/kernel: Add faux device bindingsLyude Paul
2025-02-12samples/vfs: add STATMOUNT_MNT_{G,U}IDMAPChristian Brauner
2025-02-12samples/vfs: check whether flag was raisedChristian Brauner
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-05samples/bpf: Fix broken vmlinux path for VMLINUX_BTFJinghao Jia
2025-02-04samples/hid: fix broken vmlinux path for VMLINUX_BTFJinghao Jia
2025-02-04samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGSJinghao Jia
2025-01-31Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27selftests: Handle old glibc without execveat(2)Mickaël Salaün
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-22Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-20samples/vfs: fix build warningsChristian Brauner
2025-01-20samples/vfs: use shared headerChristian Brauner
2025-01-13samples/damon/prcl: implement schemes setupSeongJae Park
2025-01-13samples/damon: introduce a skeleton of a smaple DAMON module for proactive re...SeongJae Park
2025-01-13samples/damon/wsse: implement working set size estimation and loggingSeongJae Park