aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/android-4.19-stable' into android11-stableUtsavBalar12312021-06-171-1/+1
|\
| * Merge 4.19.178 into android-4.19-stableGreg Kroah-Hartman2021-03-051-1/+1
| |\
| | * kdb: Make memory allocations more robustSumit Garg2021-03-041-1/+1
* | | Merge android-4.19-stable.157 (8ee67bc) into msm-4.19Srinivasarao P2020-12-181-2/+6
|\| |
| * | Merge 4.19.154 into android-4.19-stableGreg Kroah-Hartman2020-10-301-2/+6
| |\|
| | * kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-301-2/+6
* | | Merge android-4.19.110 (1984fff) into msm-4.19Ivaylo Georgiev2020-05-231-1/+1
|\| |
| * | Merge 4.19.99 into android-4.19Greg Kroah-Hartman2020-01-271-1/+1
| |\|
| | * kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-271-1/+1
| * | BACKPORT: sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2019-03-211-6/+1
| |/
* | Merge "Merge android-4.19.21 (6e0411b) into msm-4.19"qctecmdr Service2019-03-142-8/+10
|\ \
| * | Merge android-4.19.21 (6e0411b) into msm-4.19Ivaylo Georgiev2019-03-132-8/+10
| |\|
| | * kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2019-02-122-8/+10
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2019-03-071-6/+1
|/ /
* | Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19Rishabh Bhatnagar2018-12-203-12/+16
|\|
| * kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-12-013-12/+15
* | Merge LTS tag v4.19.3 into msm-konaBlagovest Kolenichev2018-12-063-15/+15
|\|
| * kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-212-13/+13
| * kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-211-2/+2
* | ANDROID: kdb: support new lines without carriage returnsColin Cross2018-08-281-2/+10
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-123-53/+44
|\
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-041-2/+2
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-01-311-3/+3
| * kdb: bl: don't use tab character in outputRandy Dunlap2018-01-251-2/+2
| * kdb: drop newline in unknown command outputRandy Dunlap2018-01-251-0/+11
| * kdb: make "mdr" command repeatRandy Dunlap2018-01-251-6/+21
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-40/+5
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-032-9/+3
|/
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-061-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-7/+2
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
* printk/kdb: handle more message headersPetr Mladek2016-12-121-1/+1
* mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
* kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
* kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
* kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-191-9/+13
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-191-1/+1
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-231-1/+1
|\
| * module: make module_refcount() a signed integer.Rusty Russell2015-01-221-1/+1