aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-04-12genirq: Convert kstat_irqs to a structGravatar Bitao Hu 1-3/+3
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-2/+6
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-27/+29
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2024-03-07scripts/gdb/symbols: fix invalid escape sequence warningGravatar Andrew Ballance 1-1/+1
2024-03-06arch: simplify architecture specific page size configurationGravatar Arnd Bergmann 2-2/+2
2024-02-21scripts/gdb/vmalloc: fix vmallocinfo errorGravatar Kuan-Ying Lee 1-27/+29
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Gravatar Paolo Bonzini 2-2/+6
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-12/+3
2023-12-10scripts/gdb: remove exception handling and refine print formatGravatar Kuan-Ying Lee 2-35/+26
2023-12-10scripts/gdb/stackdepot: rename pool_index to pools_numGravatar Kuan-Ying Lee 1-3/+3
2023-12-06scripts/gdb: fix lx-device-list-bus and lx-device-list-classGravatar Florian Fainelli 1-8/+8
2023-12-06scripts/gdb/tasks: fix lx-ps command errorGravatar Kuan-Ying Lee 1-11/+7
2023-12-03scripts: clean up IA-64 codeGravatar Masahiro Yamada 1-12/+3
2023-11-01scripts/gdb/vmalloc: disable on no-MMUGravatar Ben Wolsieffer 2-2/+7
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nGravatar Clément Léger 1-4/+5
2023-11-01scripts/gdb: add lx_current support for riscvGravatar Deepak Gupta 1-0/+15
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Gravatar Andrew Morton 1-21/+2
2023-08-21scripts/gdb/vmalloc: add vmallocinfo supportGravatar Kuan-Ying Lee 3-0/+65
2023-08-21scripts/gdb/slab: add slab supportGravatar Kuan-Ying Lee 3-0/+340
2023-08-21scripts/gdb/page_owner: add page owner supportGravatar Kuan-Ying Lee 3-0/+198
2023-08-21scripts/gdb/stackdepot: add stackdepot supportGravatar Kuan-Ying Lee 3-0/+57
2023-08-21scripts/gdb/aarch64: add aarch64 page operation helper commands and configsGravatar Kuan-Ying Lee 4-204/+626
2023-08-21scripts/gdb/utils: add common type usageGravatar Kuan-Ying Lee 1-0/+20
2023-08-21scripts/gdb/modules: add get module text supportGravatar Kuan-Ying Lee 1-1/+31
2023-08-21scripts/gdb/symbols: add specific ko module load commandGravatar Kuan-Ying Lee 1-2/+21
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeGravatar Kuan-Ying Lee 2-3/+12
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMGravatar Koudai Iwahori 1-7/+10
2023-06-19scripts/gdb: fix SB_* constants parsingGravatar Florian Fainelli 1-6/+6
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 11-32/+452
2023-04-18scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Gravatar Glenn Washburn 1-0/+37
2023-04-18scripts/gdb: create linux/vfs.py for VFS related GDB helpersGravatar Glenn Washburn 4-15/+32
2023-04-18scripts/gdb: timerlist: convert int chunks to strGravatar Amjad Ouled-Ameur 1-1/+1
2023-04-18scripts/gdb: print interruptsGravatar Florian Fainelli 3-0/+247
2023-04-18scripts/gdb: raise error with reduced debugging informationGravatar Florian Fainelli 2-1/+6
2023-04-18scripts/gdb: add a Radix Tree ParserGravatar Kieran Bingham 3-0/+99
2023-04-18scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingGravatar Peng Liu 1-1/+2
2023-04-18scripts/gdb: fix lx-timerlist for Python3Gravatar Peng Liu 2-2/+7
2023-04-18scripts/gdb: fix lx-timerlist for struct timequeue_head changeGravatar Peng Liu 1-2/+1
2023-04-13scripts/gdb: use mem instead of core_layout to get the module addressGravatar Pankaj Raghav 3-4/+7
2023-04-08scripts/gdb: bail early if there are no generic PDGravatar Florian Fainelli 1-1/+3
2023-04-08scripts/gdb: bail early if there are no clocksGravatar Florian Fainelli 1-0/+2
2023-04-08scripts/gdb: support getting current task struct in UMLGravatar Glenn Washburn 1-2/+8
2023-04-08scripts/gdb: correct indentation in get_current_taskGravatar Glenn Washburn 1-9/+9
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-0/+223
2023-02-09scripts/gdb: fix 'lx-current' for x86Gravatar Jeff Xie 1-1/+1
2023-02-02scripts/gdb: add mm introspection utilsGravatar Dmitrii Bundin 2-0/+223
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2022-08-05Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-8/+15
2022-07-29scripts/gdb: ensure the absolute path is generated on initial sourceGravatar Aaron Tomlin 1-1/+1