summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_support.c
AgeCommit message (Expand)Author
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2019-05-02kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-02-04kdb: use memmove instead of overlapping memcpyArnd Bergmann
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney
2011-03-31Fix common misspellingsLucas De Marchi
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel