summaryrefslogtreecommitdiff
path: root/scripts/gdb
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds3-10/+5
14 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-08scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel1-5/+1
2024-05-08scripts/gdb: make get_thread_info accept pointersFlorian Rommel1-1/+1
2024-05-08scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel1-3/+2
2024-05-08scripts/gdb: fix failing KGDB detection during probeFlorian Rommel1-1/+1
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-3/+3
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+6
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-27/+29
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-08scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann2-2/+2
2024-02-22scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee1-27/+29
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2-2/+6
2024-01-19Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-12/+3
2023-12-11scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee2-35/+26
2023-12-11scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee1-3/+3
2023-12-07scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli1-8/+8
2023-12-07scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee1-11/+7
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada1-12/+3
2023-11-01scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2-2/+7
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger1-4/+5
2023-11-01scripts/gdb: add lx_current support for riscvDeepak Gupta1-0/+15
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton1-21/+2
2023-08-21scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee3-0/+65
2023-08-21scripts/gdb/slab: add slab supportKuan-Ying Lee3-0/+340
2023-08-21scripts/gdb/page_owner: add page owner supportKuan-Ying Lee3-0/+198
2023-08-21scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee3-0/+57
2023-08-21scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee4-204/+626
2023-08-21scripts/gdb/utils: add common type usageKuan-Ying Lee1-0/+20
2023-08-21scripts/gdb/modules: add get module text supportKuan-Ying Lee1-1/+31
2023-08-21scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee1-2/+21
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2-3/+12
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori1-7/+10
2023-06-19scripts/gdb: fix SB_* constants parsingFlorian Fainelli1-6/+6
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds11-32/+452
2023-04-19scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Glenn Washburn1-0/+37
2023-04-19scripts/gdb: create linux/vfs.py for VFS related GDB helpersGlenn Washburn4-15/+32
2023-04-19scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur1-1/+1
2023-04-19scripts/gdb: print interruptsFlorian Fainelli3-0/+247
2023-04-19scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2-1/+6
2023-04-19scripts/gdb: add a Radix Tree ParserKieran Bingham3-0/+99
2023-04-19scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu1-1/+2
2023-04-19scripts/gdb: fix lx-timerlist for Python3Peng Liu2-2/+7
2023-04-19scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu1-2/+1
2023-04-14scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav3-4/+7
2023-04-08scripts/gdb: bail early if there are no generic PDFlorian Fainelli1-1/+3
2023-04-08scripts/gdb: bail early if there are no clocksFlorian Fainelli1-0/+2
2023-04-08scripts/gdb: support getting current task struct in UMLGlenn Washburn1-2/+8