VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
34 Branches
58 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
klist.c
Date
Commit Message
Rev
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
8092f73c
Thomas Gleixner
2018-07-02
scsi: klist: Make it safe to use klists in atomic context
624fa779
Bart Van Assche
2016-02-07
klist: fix starting point removed bug in klist iterators
00cd29b7
James Bottomley
2015-07-28
klist: implement klist_prev()
2e0fed7f
Andy Shevchenko
2014-08-06
klist: use same naming scheme as hlist for klist_add_after()
0f9859ca
Ken Helias
2013-05-21
klist: del waiter from klist_remove_waiters before wakeup waitting process
ac5a2962
wang, biao
2012-03-07
lib: reduce the use of module.h wherever possible
8bc3bcc9
Paul Gortmaker
2009-01-06
driver core: Remove completion from struct klist_node
210272a2
Matthew Wilcox
2008-10-09
klist: don't iterate over deleted entries
a1ed5b0c
Tejun Heo
2008-04-30
klist: fix coding style errors in klist.h and klist.c
c3bb7fad
Greg Kroah-Hartman
2008-04-30
klist: implement klist_add_{after|before}()
93dd4001
Tejun Heo
2006-09-25
Driver core: Don't call put methods while holding a spinlock
7e9f4b2d
Alan Stern
2006-01-04
[PATCH] klist: Fix broken kref counting in find functions
e22dafbc
Frank Pavlic
2005-09-07
[PATCH] fix klist semantics for lists which have elements removed on traversal
34bb61f9
James Bottomley
2005-09-05
[PATCH] klist: fix klist to have the same klist_add semantics as list_head
d856f1e3
James Bottomley
2005-06-20
[PATCH] Don't reference NULL klist pointer in klist_remove().
0293a509
mochel@digitalimplant.org
2005-06-20
[PATCH] add klist_node_attached() to determine if a node is on a list or not.
8b0c250b
mochel@digitalimplant.org
2005-06-20
[PATCH] Add initial implementation of klist helpers.
9a19fea4
mochel@digitalimplant.org