summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_support.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-051-1/+0
* kdb: Fix the putarea helper functionDaniel Thompson2022-03-241-1/+1
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-031-93/+25
* Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-071-301/+28
|\
| * kdb: Get rid of custom debug heap allocatorSumit Garg2021-07-271-301/+28
* | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
|/
* sched: Change task_struct::statePeter Zijlstra2021-06-181-8/+10
* kdb: Remove redundant function definitions/prototypesSumit Garg2021-03-191-18/+0
* kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-041-33/+20
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+4
* 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