summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_support.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-1/+1
* kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-3/+3
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-131-5/+5
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-131-6/+6
* kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-051-2/+2
* kdb: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney2011-12-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2010-08-161-2/+2
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-211-0/+927