aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2026-08-04samples/damon/prcl: do not stop DAMON for damon_call() failureSJ Park1-3/+1
2026-08-04samples/damon/wsse: do not stop ctx for damon_call() failureSJ Park1-3/+1
2026-08-04samples/damon/mtier: stop all contexts with single damon_stop() callSJ Park1-2/+1
2026-08-04samples/damon/mtier: do not stop first context for damon_start() failureSJ Park1-2/+0
2026-07-30samples/damon: fix typos in Kconfig help textAsier Gutierrez1-1/+1
2026-07-28samples/damon/prcl: stop and free damon ctx when damon_call() failsSJ Park1-1/+6
2026-07-28samples/damon/wsse: stop and free damon ctx when damon_call() failsSJ Park1-1/+6
2026-07-28samples/damon/mtier: handle damon_stop() failureSJ Park1-1/+2
2026-07-28samples/damon/mtier: handle damon_start() failureSJ Park1-1/+10
2026-07-28samples/damon/prcl: handle damon_start() failureSJ Park1-1/+3
2026-07-28samples/damon/wsse: handle damon_start() failureSJ Park1-1/+3
2026-07-12Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2
2026-07-07samples: ftrace: Fix typos in benchmark commentYudistira Putra1-2/+2
2026-07-06Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+3
2026-07-01samples/damon/mtier: fail early if address range parameters are invalidZenghui Yu1-0/+3
2026-06-30tracing/events: Fix to check the simple_tsk_fn creationMasami Hiramatsu (Google)1-0/+4
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+28
2026-06-19Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds1-11/+164
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+6
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds9-99/+141
2026-06-14samples/landlock: Add quiet flag support to sandboxerTingmao Wang1-11/+127
2026-06-13samples/landlock: Add sandboxer UDP access controlMatthieu Buffet1-2/+39
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo1-7/+5
2026-06-04samples/damon/mtier: replace damon_add_region() with damon_set_regions()SeongJae Park1-4/+6
2026-05-27samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration dataDanilo Krummrich1-23/+35
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-8/+11
2026-05-27samples: rust: rust_driver_pci: use HRT lifetime for BarDanilo Krummrich1-46/+37
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich1-2/+3
2026-05-27rust: i2c: make Driver trait lifetime-parameterizedDanilo Krummrich1-7/+7
2026-05-27rust: usb: make Driver trait lifetime-parameterizedDanilo Krummrich1-6/+6
2026-05-27rust: auxiliary: make Driver trait lifetime-parameterizedDanilo Krummrich1-5/+5
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich4-21/+24
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich3-6/+15
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich9-18/+21
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich9-0/+10
2026-05-23samples: rust_misc_device: use vertical import styleAlvin Sun1-6/+28
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich1-15/+25
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2026-04-16Merge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-19/+14
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+9
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-22/+68
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-34/+34
2026-04-07samples/landlock: Add support for named UNIX domain socket restrictionsGünther Noack1-3/+9
2026-04-01Merge tag 'drm-rust-next-2026-03-30' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-nextDave Airlie2-26/+77
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds1-2/+3
2026-03-23rust: dma: add zeroed constructor to `Coherent`Gary Guo1-4/+9
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas1-11/+5
2026-03-19vfio: mdev: replace mtty_dev->vd_class with a const struct classJori Koolstra1-8/+9
2026-03-19sample/tsm-mr: Use SHA-2 library APIsEric Biggers2-34/+34
2026-03-17sample: rust: pci: use `register!` macroAlexandre Courbot1-22/+68