summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds2-12/+78
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds4-3/+5
2025-08-02samples: Kconfig: fix spelling mistake "instancess" -> "instances"Colin Ian King1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-43/+141
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+7
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-13/+15
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-20/+182
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-07-29Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-07-28samples: fix building fs-monitor on musl systemsBrahmajit Das1-0/+7
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-07-20samples: enhance hung_task detector test with read-write semaphore supportZi Li2-11/+77
2025-07-20mm/damon/vaddr: put pid in cleanup_target()SeongJae Park2-4/+0
2025-07-20samples/damon/wsse: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-3/+13
2025-07-20samples/damon/prcl: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-4/+14
2025-07-20samples/damon: support automatic node address detectionYunjeong Mun1-3/+34
2025-07-20samples/damon: change enable parameters to enabledHonggyu Kim3-33/+33
2025-07-20samples/damon/mtier: rename to have damon_sample_ prefixSeongJae Park1-0/+5
2025-07-20samples/damon/prcl: rename to have damon_sample_ prefixSeongJae Park1-0/+5
2025-07-20samples/damon/wsse: rename to have damon_sample_ prefixSeongJae Park1-0/+5
2025-07-19rust: samples: dma: set DMA maskDanilo Krummrich1-1/+13
2025-07-16samples: mei: Fix building on musl libcBrahmajit Das1-1/+1
2025-07-16samples/kobject: make attribute_group constMeng Shao Liu1-1/+1
2025-07-16samples/kobject: fix path commentMeng Shao Liu2-3/+3
2025-07-16Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-13/+15
2025-07-15rust: uaccess: use newtype for user pointersAlice Ryhl1-0/+2
2025-07-14samples/damon/mtier: support boot time enable setupSeongJae Park1-0/+10
2025-07-14samples/damon/prcl: fix boot time enable crashSeongJae Park1-0/+10
2025-07-14samples/damon/wsse: fix boot time enable handlingSeongJae Park1-1/+11
2025-07-14samples/damon/mtier: add parameters for node0 memory usageYunjeong Mun1-1/+7
2025-07-10samples/damon: fix damon sample mtier for start failureHonggyu Kim1-2/+6
2025-07-10samples/damon: fix damon sample wsse for start failureHonggyu Kim1-2/+6
2025-07-10samples/damon: fix damon sample prcl for start failureHonggyu Kim1-2/+6
2025-07-09samples: rust: pci: reset pci-testdev in unbind()Danilo Krummrich1-1/+10
2025-07-05rust: auxiliary: remove unnecessary importTamir Duberstein1-2/+1
2025-07-01samples/landlock: Fix building on musl libcBrahmajit Das1-1/+4
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich1-9/+10
2025-06-27samples: rust: add ACPI match table example to platform driverIgor Korotin1-1/+69
2025-06-25samples: rust: platform: conditionally call Self::properties_parse()Danilo Krummrich1-1/+3
2025-06-25samples: rust: platform: don't call as_ref() repeatedlyDanilo Krummrich1-3/+5
2025-06-25samples: rust: platform: Add property child and reference args examplesRemo Senekowitsch1-1/+12
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes2-2/+2
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue1-13/+15
2025-06-13samples: rust: platform: Add property read examplesRemo Senekowitsch1-1/+59
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds4-71/+103
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-1/+194
2025-05-30Merge tag 'tsm-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds4-0/+145
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-3/+135
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+204