aboutsummaryrefslogtreecommitdiff
path: root/samples/kfifo
AgeCommit message (Expand)AuthorFilesLines
2021-10-13samples/kfifo: Rename read_lock/write_lockGravatar Sebastian Andrzej Siewior 3-18/+18
2021-04-30kfifo: fix ternary sign extension bugsGravatar Dan Carpenter 3-6/+18
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 3-18/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 465Gravatar Thomas Gleixner 4-12/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2017-07-12kfifo: clean up example to not use page_linkGravatar Logan Gunthorpe 1-4/+4
2013-11-15kfifo API type safetyGravatar Stefani Seibold 3-5/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 3-0/+3
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 3-0/+3
2010-10-01kfifo: fix scatterlist usageGravatar Ira W. Snyder 1-8/+9
2010-08-20kfifo: add explicit error checking in all the examplesGravatar Andrea Righi 4-51/+144
2010-08-20kfifo: fix a memory leak in dma exampleGravatar Andrea Righi 1-3/+1
2010-08-20kfifo: fix kernel BUG in dma exampleGravatar Andrea Righi 1-0/+1
2010-08-20kfifo: add explicit error checking in byte stream exampleGravatar Andrea Righi 1-6/+27
2010-08-20kfifo: add kfifo_skip() testcaseGravatar Andrea Righi 1-0/+4
2010-08-11kfifo: add example files to the kernel sample directoryGravatar Stefani Seibold 5-0/+603