summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_support.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin1-1/+0
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson1-1/+1
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson1-93/+25
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-301/+28
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg1-301/+28
2021-06-18sched: Change task_struct::statePeter Zijlstra1-8/+10
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg1-18/+0
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang1-33/+20
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+4
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-05kdb: 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-17kdb: fix compile error without CONFIG_KALLSYMSJason Wessel1-2/+2
2010-05-21kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+927