aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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/git/a.hindborg/linuxLinus Torvalds3-0/+204
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-nextDave 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-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-04samples: rust: pci: take advantage of Devres::access()Danilo Krummrich1-6/+6
2025-05-01Merge 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
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-0/+6
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima1-1/+0
2025-04-11samples/livepatch: add module descriptionsArnd Bergmann6-0/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+6
2025-04-02tracing: Verify event formats that have "%*p.."Steven Rostedt1-2/+6
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-90/+91
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-19/+22
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-0/+78
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-20/+20
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds9-6/+115
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-1/+1
2025-03-28Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds1-3/+34
2025-03-26samples/landlock: Enable users to log sandbox denialsMickaël Salaün1-3/+34
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+0
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-7/+42
2025-03-21samples: add hung_task detector mutex blocking sampleMasami Hiramatsu (Google)4-0/+78
2025-03-20samples: rust: add Rust dma test sample driverAbdiel Janulgue3-0/+109
2025-03-17samples: rust_misc_device: fix markup in top-level docsAlice Ryhl1-90/+91
2025-03-17samples/damon: a typo in the kconfig - samepleSeongjun Kim1-2/+2
2025-03-17rust: platform: fix unrestricted &mut platform::DeviceDanilo Krummrich1-4/+7
2025-03-17rust: pci: fix unrestricted &mut pci::DeviceDanilo Krummrich1-4/+4
2025-03-16samples: kmemleak: print the raw pointers for debugging purposesCatalin Marinas1-18/+18
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes6-6/+6
2025-03-07samples/check-exec: Fix script nameMickaël Salaün1-0/+0
2025-02-27rust/faux: Add missing parent argument to Registration::new()Lyude Paul1-1/+1
2025-02-25samples/vfs: fix printf format string for size_tArnd Bergmann1-2/+2
2025-02-22rust: io: rename `io::Io` accessorsFiona Behrens1-6/+6
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov4-6/+47
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+40
2025-02-13rust/kernel: Add faux device bindingsLyude Paul3-0/+40
2025-02-12samples/vfs: add STATMOUNT_MNT_{G,U}IDMAPChristian Brauner2-3/+37
2025-02-12samples/vfs: check whether flag was raisedChristian Brauner1-4/+5
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-6/+7
2025-02-05samples/bpf: Fix broken vmlinux path for VMLINUX_BTFJinghao Jia1-1/+1
2025-02-04samples/hid: fix broken vmlinux path for VMLINUX_BTFJinghao Jia1-1/+1
2025-02-04samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGSJinghao Jia1-5/+6