summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee2024-09-012-0/+45
* scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee2024-09-011-0/+27
* scripts/gdb: fix lx-mounts command errorKuan-Ying Lee2024-09-011-2/+2
* scripts/gdb: add iteration function for rbtreeKuan-Ying Lee2024-09-011-0/+12
* scripts/gdb: fix timerlist parsing issueKuan-Ying Lee2024-09-011-15/+16
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-212-11/+20
|\
| * scripts/gdb: rename pool_index to pool_index_plus_1Kuan-Ying Lee2024-06-281-2/+6
| * scripts/gdb: change VA_BITS_MIN when we use 16K pageKuan-Ying Lee2024-06-281-1/+4
| * scripts/gdb: set vabits_actual based on TCR_EL1Kuan-Ying Lee2024-06-281-1/+3
| * scripts/gdb: change the layout of vmemmapKuan-Ying Lee2024-06-281-4/+4
| * scripts/gdb: rework module VA rangeKuan-Ying Lee2024-06-281-1/+1
| * scripts/gdb: redefine MAX_ORDER sanelyKuan-Ying Lee2024-06-281-2/+2
* | kbuild: scripts/gdb: bring the "abspath" backJoel Granados2024-06-271-1/+1
|/
* kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson2024-05-291-1/+1
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-193-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 Torvalds2024-05-181-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-213-0/+65
* scripts/gdb/slab: add slab supportKuan-Ying Lee2023-08-213-0/+340
* scripts/gdb/page_owner: add page owner supportKuan-Ying Lee2023-08-213-0/+198
* scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee2023-08-213-0/+57
* scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee2023-08-214-204/+626
* 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