aboutsummaryrefslogtreecommitdiff
path: root/samples/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+7
2022-03-17fprobe: Add sample program for fprobeGravatar Masami Hiramatsu 1-0/+7
2022-03-11tracing: Add sample code for custom trace eventsGravatar Steven Rostedt (Google) 1-1/+7
2021-12-21Merge tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-0/+9
2021-11-26coresight: syscfg: Example CoreSight configuration loadable moduleGravatar Mike Leach 1-0/+9
2021-11-18ftrace/samples: add missing Kconfig option for ftrace direct multi sampleGravatar Heiko Carstens 1-1/+10
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+7
2021-11-01samples: Make fs-monitor depend on libc and headersGravatar Gabriel Krisman Bertazi 1-1/+1
2021-10-27samples: Add fs error monitoring exampleGravatar Gabriel Krisman Bertazi 1-0/+9
2021-10-19samples: add HAVE_SAMPLE_FTRACE_DIRECT config optionGravatar Heiko Carstens 1-1/+4
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEGravatar Jason Gunthorpe 1-3/+3
2021-04-22samples/landlock: Add a sandbox manager exampleGravatar Mickaël Salaün 1-0/+7
2021-01-21watch_queue: Drop references to /dev/watch_queueGravatar Gabriel Krisman Bertazi 1-1/+1
2020-06-22samples: watch_queue: build sample program for target architectureGravatar Masahiro Yamada 1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+7
2020-06-11samples: binderfs: really compile this sample and fix build issuesGravatar Masahiro Yamada 1-1/+1
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-4/+22
2020-05-19Add sample notification programGravatar David Howells 1-0/+6
2020-05-17samples: watchdog: use 'userprogs' syntaxGravatar Masahiro Yamada 1-0/+3
2020-05-17samples: timers: use 'userprogs' syntaxGravatar Masahiro Yamada 1-0/+4
2020-05-17samples: auxdisplay: use 'userprogs' syntaxGravatar Masahiro Yamada 1-0/+4
2020-05-17samples: mei: build sample program for target architectureGravatar Masahiro Yamada 1-0/+1
2020-05-17samples: pidfd: build sample program for target architectureGravatar Masahiro Yamada 1-1/+1
2020-05-17samples: vfs: build sample programs for target architectureGravatar Masahiro Yamada 1-1/+1
2020-05-17samples: hidraw: build sample program for target architectureGravatar Masahiro Yamada 1-1/+1
2020-05-17samples: uhid: build sample program for target architectureGravatar Masahiro Yamada 1-0/+6
2020-05-17samples: seccomp: build sample programs for target architectureGravatar Masahiro Yamada 1-1/+1
2020-05-05samples: fix binderfs sampleGravatar Arnd Bergmann 1-1/+1
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+15
2019-11-22tracing: Sample module to demonstrate kernel access to Ftrace instances.Gravatar Divya Indi 1-0/+7
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Gravatar Steven Rostedt (VMware) 1-0/+8
2019-10-21samples: mei: use hostprogs kbuild constructsGravatar Tomas Winkler 1-0/+7
2019-07-15docs: driver-api: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: connector: convert to ReST and rename to connector.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesGravatar Masahiro Yamada 1-3/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-4/+3
2019-05-03samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become yGravatar Masahiro Yamada 1-2/+1
2019-05-03samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool optionGravatar Masahiro Yamada 1-2/+2
2019-03-20vfs: Add a sample program for the new mount APIGravatar David Howells 1-4/+5
2019-01-14samples: add binderfs sample programGravatar Christian Brauner 1-0/+7
2018-10-11samples: disable CONFIG_SAMPLES for UMLGravatar Masahiro Yamada 1-0/+1
2018-06-09samples: mbochs: add DMA_SHARED_BUFFER dependencyGravatar Arnd Bergmann 1-0/+1
2018-06-08sample: vfio bochs vbe display (host device for bochs-drm)Gravatar Gerd Hoffmann 1-0/+13
2018-06-08sample: vfio mdev display - guest driverGravatar Gerd Hoffmann 1-0/+9
2018-06-08sample: vfio mdev display - host deviceGravatar Gerd Hoffmann 1-0/+8
2018-04-10Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-0/+10
2018-03-27soc: qcom: qmi: add CONFIG_NET dependencyGravatar Arnd Bergmann 1-0/+1