summaryrefslogtreecommitdiff
path: root/lib/kfifo.c
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-52/+55
2024-05-08kfifo: don't use "proxy" headersAndy Shevchenko1-4/+4
2024-04-09kfifo: add kfifo_dma_out_prepare_mapped()Jiri Slaby (SUSE)1-12/+22
2024-04-09kfifo: pass offset to setup_sgl_buf() instead of a pointerJiri Slaby (SUSE)1-4/+7
2024-04-09kfifo: rename l to len_to_end in setup_sgl()Jiri Slaby (SUSE)1-4/+4
2024-04-09kfifo: remove support for physically non-contiguous memoryJiri Slaby (SUSE)1-33/+5
2024-04-09kfifo: add kfifo_out_linear{,_ptr}()Jiri Slaby (SUSE)1-0/+26
2024-04-09kfifo: drop __kfifo_dma_out_finish_r()Jiri Slaby (SUSE)1-8/+0
2021-07-08lib: fix spelling mistakesZhen Lei1-1/+1
2019-08-31Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-27kfifo: fix inaccurate commentMartin Kelly1-1/+1
2014-08-09kfifo: use BUG_ONHimangi Saraogi1-4/+2
2013-11-15kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen1-2/+2
2013-02-28kfifo: fix kfifo_alloc() and kfifo_init()Stefani Seibold1-4/+2
2013-02-28kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold1-0/+609