summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-20Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie4-3/+135
2025-05-15samples: rust: select AUXILIARY_BUS instead of depending on itAlexandre Courbot1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-13samples/damon: implement a DAMON module for memory tieringSeongJae Park4-0/+193
2025-05-13sample/tsm-mr: Fix missing static for sample_reportCedric Xing1-1/+1
2025-05-12tracing: samples: Initialize trace_array_printk() with the correct functionSteven Rostedt1-1/+1
2025-05-12rust: configfs: add a sample demonstrating configfs usageAndreas Hindborg3-0/+204
2025-05-12samples: extend hung_task detector test with semaphore supportZi Li4-71/+103
2025-05-12samples/damon/prcl: fix a comment typoEnze Li1-1/+1
2025-05-09tsm-mr: Add tsm-mr sample codeCedric Xing4-0/+145
2025-05-04samples: rust: pci: take advantage of Devres::access()Danilo Krummrich1-6/+6
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-04-25samples/bpf: Fix compilation failure for samples/bpf on LoongArch FedoraHaoran Jiang1-1/+1
2025-04-22samples: rust: convert PCI rust sample driver to use try_access_with()Alexandre Courbot1-6/+5
2025-04-19samples: rust: add Rust auxiliary driver sampleDanilo Krummrich3-0/+133