aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_support.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva1-1/+1
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava1-5/+5
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy1-6/+6
2018-02-04kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel1-2/+2
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+927