aboutsummaryrefslogtreecommitdiff
path: root/lib/list_debug.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-1/+4
2023-08-15list_debug: Introduce inline wrappers for debug checksGravatar Marco Elver 1-6/+5
2022-06-16lib/list_debug.c: Detect uninitialized listsGravatar Guenter Roeck 1-2/+10
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Gravatar Zhen Lei 1-4/+4
2018-04-11lib/list_debug.c: print unmangled addressesGravatar Matthew Wilcox 1-7/+7
2017-02-24bug: switch data corruption check to __must_checkGravatar Kees Cook 1-21/+24
2016-10-31bug: Provide toggle for BUG on data corruptionGravatar Kees Cook 1-35/+22
2016-10-31list: Split list_del() debug checking into separate functionGravatar Kees Cook 1-30/+23
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Gravatar Kees Cook 1-19/+0
2016-10-31list: Split list_add() debug checking into separate functionGravatar Kees Cook 1-25/+23
2016-03-09list: kill list_force_poison()Gravatar Dan Williams 1-9/+0
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupGravatar Dan Williams 1-0/+9
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsGravatar Paul E. McKenney 1-1/+1
2012-07-06rcu: Fix broken strings in RCU's source code.Gravatar Paul E. McKenney 1-4/+2
2012-05-29list_debug: WARN for adding something already in the listGravatar Chris Metcalf 1-0/+3
2012-04-24rcu: List-debug variants of rcu list routines.Gravatar Dave Jones 1-0/+22
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+2
2012-02-29bug.h: add include of it to various implicit C usersGravatar Paul Gortmaker 1-0/+1
2012-02-28lib: fix implicit users of kernel.h for TAINT_WARNGravatar Paul Gortmaker 1-0/+1
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsGravatar Linus Torvalds 1-13/+26
2010-08-09list debugging: warn when deleting a deleted entryGravatar Baruch Siach 1-0/+6
2008-07-25list debugging: use WARN() instead of BUG()Gravatar Dave Jones 1-22/+14
2008-07-25lists: remove a redundant conditional definition of list_add()Gravatar Robert P. J. Day 1-14/+0
2006-12-07[PATCH] More list debugging contextGravatar Dave Jones 1-4/+6
2006-10-01[PATCH] list_del-debug fixGravatar Andrew Morton 1-3/+0
2006-09-29[PATCH] list_del debug checkGravatar Manfred Spraul 1-5/+7
2006-09-29[PATCH] Debug variants of linked list macrosGravatar Dave Jones 1-0/+77