aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list_nulls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov1-0/+5
2015-11-23list: Use READ_ONCE() when testing for empty listsPaul E. McKenney1-1/+1
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney1-1/+2
2015-01-04list_nulls: fix missing headerYing Xue1-0/+3
2015-01-03rhashtable: Supports for nulls markerThomas Graf1-1/+2
2009-06-13list_nulls: add hlist_nulls_add_head and hlist_nulls_delPablo Neira Ayuso1-0/+18
2008-11-16rcu: Introduce hlist_nulls variant of hlistEric Dumazet1-0/+94