summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds4-0/+4
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-07-19Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-1/+4
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-0/+3
2024-07-17Merge tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-108/+57
2024-07-17vfio-mdev: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-1/+4
2024-07-10samples: configfs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-05HID: samples: fix the 2 struct_ops definitionsBenjamin Tissoires2-8/+8
2024-07-03kmemleak-test: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28kfifo: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-14HID: samples: convert the 2 HID-BPF samples into struct_opsBenjamin Tissoires7-108/+57
2024-06-12samples: kprobes: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-12fprobe: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman1-4/+2
2024-06-04samples/kobject: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+1
2024-05-27samples: qmi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-9/+10
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-05-21bpf: Remove unused variable "prev_state"Ying Zhang1-2/+1
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+2
2024-05-18Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+13
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-05-13samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEVGünther Noack1-3/+10
2024-05-13samples/landlock: Fix incorrect free in populate_ruleset_netIvanov Mikhail1-2/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2-2/+2
2024-05-08kfifo: don't use "proxy" headersAndy Shevchenko1-1/+2
2024-05-04virt: acrn: Fix typosThorsten Blum1-2/+2
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen1-1/+1
2024-04-16rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho1-2/+2
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-3/+3
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-7/+11
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)1-1/+1
2024-03-18tracing: Add __string_len() exampleSteven Rostedt (Google)1-2/+5
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)1-4/+5
2024-03-15Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-20/+16
2024-03-14Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+2
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+6
2024-03-08samples/landlock: Don't error out if a file path cannot be openedMickaël Salaün1-5/+8
2024-03-05vfio/mbochs: make mbochs_class constantRicardo B. Marliere1-10/+8
2024-03-05vfio/mdpy: make mdpy_class constantRicardo B. Marliere1-10/+8
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+2
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2-2/+2
2024-02-12samples: user-trap: fix strict-aliasing warningArnd Bergmann1-2/+6
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-4/+4
2024-01-24samples/cgroup: add .gitignore file for generated samplesLinus Torvalds1-0/+3