summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds4 days3-10/+5
|\
| * scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel2024-05-081-5/+1
| * scripts/gdb: make get_thread_info accept pointersFlorian Rommel2024-05-081-1/+1
| * scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel2024-05-081-3/+2
| * scripts/gdb: fix failing KGDB detection during probeFlorian Rommel2024-05-081-1/+1
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5 days1-1/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| |/
* / genirq: Convert kstat_irqs to a structBitao Hu2024-04-121-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-152-2/+6
|\
| * x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-2/+6
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-27/+29
|\ \
| * | scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee2024-02-211-27/+29
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-2/+2
|\ \
| * | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-062-2/+2
| |/
* / scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance2024-03-071-1/+1
|/
* Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-181-12/+3
|\
| * scripts: clean up IA-64 codeMasahiro Yamada2023-12-031-12/+3
* | scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee2023-12-102-35/+26
* | scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee2023-12-101-3/+3
* | scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli2023-12-061-8/+8
* | scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee2023-12-061-11/+7
|/
* scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2023-11-012-2/+7
* scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger2023-11-011-4/+5
* scripts/gdb: add lx_current support for riscvDeepak Gupta2023-11-011-0/+15
* revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton2023-09-191-21/+2
* scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee2023-08-212-0/+64
* scripts/gdb/slab: add slab supportKuan-Ying Lee2023-08-212-0/+339
* scripts/gdb/page_owner: add page owner supportKuan-Ying Lee2023-08-212-0/+197
* scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee2023-08-212-0/+56
* scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee2023-08-213-203/+624
* scripts/gdb/utils: add common type usageKuan-Ying Lee2023-08-211-0/+20
* scripts/gdb/modules: add get module text supportKuan-Ying Lee2023-08-211-1/+31
* scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee2023-08-211-2/+21
* scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-182-3/+12
* scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
* scripts/gdb: fix SB_* constants parsingFlorian Fainelli2023-06-191-6/+6
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-2710-31/+445
|\
| * scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Glenn Washburn2023-04-181-0/+37
| * scripts/gdb: create linux/vfs.py for VFS related GDB helpersGlenn Washburn2023-04-183-15/+31
| * scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur2023-04-181-1/+1
| * scripts/gdb: print interruptsFlorian Fainelli2023-04-182-0/+246
| * scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-04-181-0/+2
| * scripts/gdb: add a Radix Tree ParserKieran Bingham2023-04-182-0/+98
| * scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu2023-04-181-1/+2
| * scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-04-182-2/+7
| * scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu2023-04-181-2/+1
| * scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-04-081-1/+3
| * scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-04-081-0/+2
| * scripts/gdb: support getting current task struct in UMLGlenn Washburn2023-04-081-2/+8
| * scripts/gdb: correct indentation in get_current_taskGlenn Washburn2023-04-081-9/+9