summaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* samples: introduce new samples subdir for cgroupDmitry Rokosov2023-12-101-0/+6
* vfio-dev/mdpy-fb: Use fbdev I/O helpersThomas Zimmermann2023-08-041-3/+1
* samples: pfsm: add CC_CAN_LINK dependencyArnd Bergmann2023-06-191-0/+1
* samples: Add userspace example for TI TPS6594 PFSMJulien Panis2023-06-151-0/+6
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+7
|\
| * kmemleak-test: fix kmemleak_test.c build logicHao Ge2023-04-181-0/+7
* | ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest2023-03-211-1/+1
|/
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-8/+11
|\
| * samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHSye xingchen2023-01-301-1/+1
| * vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-301-0/+3
| * vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-231-3/+3
| * vfio-mdev: allow building the samples into the kernelChristoph Hellwig2023-01-231-8/+8
* | ftrace: Add sample with custom opsMark Rutland2023-01-251-0/+7
|/
* samples: add first Rust examplesMiguel Ojeda2022-09-281-0/+2
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+7
|\
| * fprobe: Add sample program for fprobeMasami Hiramatsu2022-03-171-0/+7
* | tracing: Add sample code for custom trace eventsSteven Rostedt (Google)2022-03-111-1/+7
|/
* Merge tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/...Greg Kroah-Hartman2021-12-211-0/+9
|\
| * coresight: syscfg: Example CoreSight configuration loadable moduleMike Leach2021-11-261-0/+9
* | ftrace/samples: add missing Kconfig option for ftrace direct multi sampleHeiko Carstens2021-11-181-1/+10
|/
* Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-061-0/+9
|\
| * samples: Make fs-monitor depend on libc and headersGabriel Krisman Bertazi2021-11-011-1/+1
| * samples: Add fs error monitoring exampleGabriel Krisman Bertazi2021-10-271-0/+9
* | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-1/+7
|\ \ | |/ |/|
| * samples: add HAVE_SAMPLE_FTRACE_DIRECT config optionHeiko Carstens2021-10-191-1/+4
|/
* vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe2021-06-211-3/+3
* samples/landlock: Add a sandbox manager exampleMickaël Salaün2021-04-221-0/+7
* watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-211-1/+1
* samples: watch_queue: build sample program for target architectureMasahiro Yamada2020-06-221-1/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * samples: binderfs: really compile this sample and fix build issuesMasahiro Yamada2020-06-111-1/+1
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-0/+7
|\ \ | |/ |/|
| * Add sample notification programDavid Howells2020-05-191-0/+6
* | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-4/+22
|\ \
| * | samples: watchdog: use 'userprogs' syntaxMasahiro Yamada2020-05-171-0/+3
| * | samples: timers: use 'userprogs' syntaxMasahiro Yamada2020-05-171-0/+4
| * | samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada2020-05-171-0/+4
| * | samples: mei: build sample program for target architectureMasahiro Yamada2020-05-171-0/+1
| * | samples: pidfd: build sample program for target architectureMasahiro Yamada2020-05-171-1/+1
| * | samples: vfs: build sample programs for target architectureMasahiro Yamada2020-05-171-1/+1
| * | samples: hidraw: build sample program for target architectureMasahiro Yamada2020-05-171-1/+1
| * | samples: uhid: build sample program for target architectureMasahiro Yamada2020-05-171-0/+6
| * | samples: seccomp: build sample programs for target architectureMasahiro Yamada2020-05-171-1/+1
| |/
* / samples: fix binderfs sampleArnd Bergmann2020-05-051-1/+1
|/
* Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-0/+15
|\
| * tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi2019-11-221-0/+7
| * ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)2019-11-131-0/+8
* | samples: mei: use hostprogs kbuild constructsTomas Winkler2019-10-211-0/+7
|/
* docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab2019-07-151-1/+1