Age | Commit message (Expand) | Author | Files | Lines |
2025-05-17 | x86/mm/64: Always use dynamic memory layout | Kirill A. Shutemov | 1 | -3/+1 |
2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -7/+94 |
2025-03-17 | scripts/gdb/symbols: determine KASLR offset on s390 | Ilya Leoshkevich | 2 | -1/+65 |
2025-03-17 | scripts/gdb/linux/symbols.py: address changes to module_sect_attrs | Antonio Quartulli | 1 | -4/+9 |
2025-03-16 | scripts/gdb: add $lx_per_cpu_ptr() | Brendan Jackman | 1 | -2/+20 |
2025-03-04 | x86/percpu: Move current_task to percpu hot section | Brian Gerst | 1 | -1/+1 |
2025-02-01 | scripts/gdb: fix aarch64 userspace detection in get_current_task | Jan Kiszka | 1 | -1/+1 |
2024-11-14 | gdb: lx-symbols: do not error out on monolithic build | Etienne Buira | 2 | -0/+6 |
2024-09-01 | scripts/gdb: add 'lx-kasan_mem_to_shadow' command | Kuan-Ying Lee | 2 | -0/+45 |
2024-09-01 | scripts/gdb: add 'lx-stack_depot_lookup' command. | Kuan-Ying Lee | 1 | -0/+27 |
2024-09-01 | scripts/gdb: fix lx-mounts command error | Kuan-Ying Lee | 1 | -2/+2 |
2024-09-01 | scripts/gdb: add iteration function for rbtree | Kuan-Ying Lee | 1 | -0/+12 |
2024-09-01 | scripts/gdb: fix timerlist parsing issue | Kuan-Ying Lee | 1 | -15/+16 |
2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -11/+20 |
2024-06-28 | scripts/gdb: rename pool_index to pool_index_plus_1 | Kuan-Ying Lee | 1 | -2/+6 |
2024-06-28 | scripts/gdb: change VA_BITS_MIN when we use 16K page | Kuan-Ying Lee | 1 | -1/+4 |
2024-06-28 | scripts/gdb: set vabits_actual based on TCR_EL1 | Kuan-Ying Lee | 1 | -1/+3 |
2024-06-28 | scripts/gdb: change the layout of vmemmap | Kuan-Ying Lee | 1 | -4/+4 |
2024-06-28 | scripts/gdb: rework module VA range | Kuan-Ying Lee | 1 | -1/+1 |
2024-06-28 | scripts/gdb: redefine MAX_ORDER sanely | Kuan-Ying Lee | 1 | -2/+2 |
2024-06-27 | kbuild: scripts/gdb: bring the "abspath" back | Joel Granados | 1 | -1/+1 |
2024-05-29 | kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src) | Douglas Anderson | 1 | -1/+1 |
2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -10/+5 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
2024-05-08 | scripts/gdb: fix detection of current CPU in KGDB | Florian Rommel | 1 | -5/+1 |
2024-05-08 | scripts/gdb: make get_thread_info accept pointers | Florian Rommel | 1 | -1/+1 |
2024-05-08 | scripts/gdb: fix parameter handling in $lx_per_cpu | Florian Rommel | 1 | -3/+2 |
2024-05-08 | scripts/gdb: fix failing KGDB detection during probe | Florian Rommel | 1 | -1/+1 |
2024-04-12 | genirq: Convert kstat_irqs to a struct | Bitao Hu | 1 | -3/+3 |
2024-03-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -2/+6 |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -27/+29 |
2024-03-12 | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+2 |
2024-03-07 | scripts/gdb/symbols: fix invalid escape sequence warning | Andrew Ballance | 1 | -1/+1 |
2024-03-06 | arch: simplify architecture specific page size configuration | Arnd Bergmann | 2 | -2/+2 |
2024-02-21 | scripts/gdb/vmalloc: fix vmallocinfo error | Kuan-Ying Lee | 1 | -27/+29 |
2024-02-08 | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM) | Paolo Bonzini | 2 | -2/+6 |
2024-01-18 | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -12/+3 |
2023-12-10 | scripts/gdb: remove exception handling and refine print format | Kuan-Ying Lee | 2 | -35/+26 |
2023-12-10 | scripts/gdb/stackdepot: rename pool_index to pools_num | Kuan-Ying Lee | 1 | -3/+3 |
2023-12-06 | scripts/gdb: fix lx-device-list-bus and lx-device-list-class | Florian Fainelli | 1 | -8/+8 |
2023-12-06 | scripts/gdb/tasks: fix lx-ps command error | Kuan-Ying Lee | 1 | -11/+7 |
2023-12-03 | scripts: clean up IA-64 code | Masahiro Yamada | 1 | -12/+3 |
2023-11-01 | scripts/gdb/vmalloc: disable on no-MMU | Ben Wolsieffer | 2 | -2/+7 |
2023-11-01 | scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n | Clément Léger | 1 | -4/+5 |
2023-11-01 | scripts/gdb: add lx_current support for riscv | Deepak Gupta | 1 | -0/+15 |
2023-09-19 | revert "scripts/gdb/symbols: add specific ko module load command" | Andrew Morton | 1 | -21/+2 |
2023-08-21 | scripts/gdb/vmalloc: add vmallocinfo support | Kuan-Ying Lee | 3 | -0/+65 |
2023-08-21 | scripts/gdb/slab: add slab support | Kuan-Ying Lee | 3 | -0/+340 |
2023-08-21 | scripts/gdb/page_owner: add page owner support | Kuan-Ying Lee | 3 | -0/+198 |
2023-08-21 | scripts/gdb/stackdepot: add stackdepot support | Kuan-Ying Lee | 3 | -0/+57 |
2023-08-21 | scripts/gdb/aarch64: add aarch64 page operation helper commands and configs | Kuan-Ying Lee | 4 | -204/+626 |
2023-08-21 | scripts/gdb/utils: add common type usage | Kuan-Ying Lee | 1 | -0/+20 |
2023-08-21 | scripts/gdb/modules: add get module text support | Kuan-Ying Lee | 1 | -1/+31 |
2023-08-21 | scripts/gdb/symbols: add specific ko module load command | Kuan-Ying Lee | 1 | -2/+21 |
2023-08-18 | scripts/gdb: fix 'lx-lsmod' show the wrong size | Kuan-Ying Lee | 2 | -3/+12 |
2023-08-18 | scripts/gdb: fix lx-symbols command for arm64 LLVM | Koudai Iwahori | 1 | -7/+10 |
2023-06-19 | scripts/gdb: fix SB_* constants parsing | Florian Fainelli | 1 | -6/+6 |
2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 11 | -32/+452 |
2023-04-18 | scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry() | Glenn Washburn | 1 | -0/+37 |
2023-04-18 | scripts/gdb: create linux/vfs.py for VFS related GDB helpers | Glenn Washburn | 4 | -15/+32 |
2023-04-18 | scripts/gdb: timerlist: convert int chunks to str | Amjad Ouled-Ameur | 1 | -1/+1 |
2023-04-18 | scripts/gdb: print interrupts | Florian Fainelli | 3 | -0/+247 |
2023-04-18 | scripts/gdb: raise error with reduced debugging information | Florian Fainelli | 2 | -1/+6 |
2023-04-18 | scripts/gdb: add a Radix Tree Parser | Kieran Bingham | 3 | -0/+99 |
2023-04-18 | scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printing | Peng Liu | 1 | -1/+2 |
2023-04-18 | scripts/gdb: fix lx-timerlist for Python3 | Peng Liu | 2 | -2/+7 |
2023-04-18 | scripts/gdb: fix lx-timerlist for struct timequeue_head change | Peng Liu | 1 | -2/+1 |
2023-04-13 | scripts/gdb: use mem instead of core_layout to get the module address | Pankaj Raghav | 3 | -4/+7 |
2023-04-08 | scripts/gdb: bail early if there are no generic PD | Florian Fainelli | 1 | -1/+3 |
2023-04-08 | scripts/gdb: bail early if there are no clocks | Florian Fainelli | 1 | -0/+2 |
2023-04-08 | scripts/gdb: support getting current task struct in UML | Glenn Washburn | 1 | -2/+8 |
2023-04-08 | scripts/gdb: correct indentation in get_current_task | Glenn Washburn | 1 | -9/+9 |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+223 |
2023-02-09 | scripts/gdb: fix 'lx-current' for x86 | Jeff Xie | 1 | -1/+1 |
2023-02-02 | scripts/gdb: add mm introspection utils | Dmitrii Bundin | 2 | -0/+223 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+1 |
2022-08-05 | Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -8/+15 |
2022-07-29 | scripts/gdb: ensure the absolute path is generated on initial source | Aaron Tomlin | 1 | -1/+1 |
2022-07-21 | scripts/gdb: Fix gdb 'lx-symbols' command | Khalid Masum | 1 | -1/+1 |
2022-07-21 | scripts/gdb: fix 'lx-dmesg' on 32 bits arch | Antonio Borneo | 2 | -8/+15 |
2022-06-11 | scripts/gdb: change kernel config dumping method | Kuan-Ying Lee | 1 | -3/+3 |
2021-12-16 | scripts/gdb: lx-dmesg: read records individually | John Ogness | 1 | -17/+18 |
2021-11-09 | scripts/gdb: handle split debug for vmlinux | Douglas Anderson | 1 | -1/+2 |
2021-05-07 | scripts/gdb: add lx_current support for arm64 | Barry Song | 1 | -0/+13 |
2021-05-07 | scripts/gdb: document lx_current is only supported by x86 | Barry Song | 1 | -2/+8 |
2021-05-07 | gdb: lx-symbols: store the abspath() | Johannes Berg | 1 | -1/+2 |
2021-02-26 | scripts/gdb: fix list_for_each | George Prekas | 1 | -0/+5 |
2021-02-16 | kbuild: use always-y instead of extra-y | Masahiro Yamada | 1 | -2/+2 |
2020-10-16 | scripts/gdb/tasks: add headers and improve spacing format | Ritesh Harjani | 1 | -4/+5 |
2020-10-16 | scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com... | Ritesh Harjani | 1 | -8/+7 |
2020-10-13 | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -37/+117 |
2020-10-12 | Merge branch 'printk-rework' into for-linus | Petr Mladek | 2 | -37/+117 |
2020-09-22 | printk: move dictionary keys to dev_printk_info | John Ogness | 1 | -5/+11 |
2020-09-15 | printk: ringbuffer: add finalization/extension support | John Ogness | 1 | -1/+2 |
2020-09-15 | printk: ringbuffer: change representation of states | John Ogness | 1 | -5/+6 |
2020-09-08 | scripts/gdb: update for lockless printk ringbuffer | John Ogness | 1 | -37/+102 |
2020-09-08 | scripts/gdb: add utils.read_ulong() | John Ogness | 1 | -0/+7 |
2020-08-12 | scripts/gdb: fix python 3.8 SyntaxWarning | Nick Desaulniers | 1 | -2/+2 |
2020-08-03 | Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 1 | -6/+6 |
2020-07-24 | scripts/gdb: fix lx-symbols 'gdb.error' while loading modules | Stefano Garzarella | 1 | -1/+1 |
2020-07-09 | PM: domains: Fix up terminology with parent/child | Kees Cook | 1 | -6/+6 |
2020-05-07 | scripts/gdb: repair rb_first() and rb_last() | Aymeric Agon-Rambosson | 1 | -2/+2 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2019-11-06 | scripts/gdb: fix debugging modules compiled with hot/cold partitioning | Ilya Leoshkevich | 1 | -1/+2 |
2019-10-19 | scripts/gdb: fix debugging modules on s390 | Ilya Leoshkevich | 1 | -1/+7 |
2019-10-19 | scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set | Joel Colledge | 2 | -16/+25 |
2019-09-25 | scripts/gdb: handle split debug | Douglas Anderson | 1 | -2/+2 |
2019-07-16 | scripts/gdb: add helpers to find and list devices | Leonard Crestez | 2 | -0/+183 |
2019-07-16 | scripts/gdb: add lx-genpd-summary command | Leonard Crestez | 2 | -0/+84 |
2019-07-11 | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada | 1 | -1/+1 |
2019-06-01 | scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not set | Fabiano Rosas | 1 | -1/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | scripts/gdb: print cached rate in lx-clk-summary | Leonard Crestez | 2 | -7/+18 |
2019-05-14 | scripts/gdb: clean up error handling in list helpers | Leonard Crestez | 1 | -8/+2 |
2019-05-14 | scripts/gdb: add $lx_clk_core_lookup function | Leonard Crestez | 1 | -0/+23 |
2019-05-14 | scripts/gdb: initial clk support: lx-clk-summary | Leonard Crestez | 2 | -0/+47 |
2019-05-14 | scripts/gdb: add hlist utilities | Leonard Crestez | 1 | -0/+23 |
2019-05-14 | scripts/gdb: silence pep8 checks | Stephen Boyd | 5 | -5/+16 |
2019-05-14 | scripts/gdb: add a timer list command | Stephen Boyd | 3 | -0/+233 |
2019-05-14 | scripts/gdb: add rb tree iterating utilities | Stephen Boyd | 2 | -0/+178 |
2019-05-14 | scripts/gdb: add kernel config dumping command | Stephen Boyd | 2 | -0/+45 |
2019-05-14 | scripts/gdb: find vmlinux where it was before | Stephen Boyd | 1 | -1/+5 |
2019-04-02 | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build | Masahiro Yamada | 1 | -1/+1 |
2019-03-10 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -12/+13 |
2019-03-07 | scripts/gdb: replace flags (MS_xyz -> SB_xyz) | Jackie Liu | 2 | -12/+12 |
2019-02-27 | scripts/gdb: refactor rules for symlink creation | Masahiro Yamada | 1 | -7/+11 |
2019-02-27 | scripts/gdb: do not descend into scripts/gdb from scripts | Masahiro Yamada | 1 | -6/+3 |
2019-01-04 | scripts/gdb: fix lx-version string output | Du Changbin | 1 | -1/+1 |
2018-01-19 | scripts/gdb/linux/tasks.py: fix get_thread_info | Xi Kangjie | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-01 | kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd) | Masahiro Yamada | 1 | -1/+1 |
2017-07-12 | scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replace | Leonard Crestez | 1 | -3/+10 |
2017-07-12 | scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetch | Leonard Crestez | 1 | -1/+1 |
2017-07-12 | scripts/gdb: add lx-fdtdump command | Peter Griffin | 2 | -0/+80 |
2017-06-02 | scripts/gdb: make lx-dmesg command work (reliably) | André Draszik | 1 | -4/+5 |
2016-07-15 | Revert "scripts/gdb: add a Radix Tree Parser" | Kieran Bingham | 3 | -105/+0 |
2016-07-15 | scripts/gdb: Perform path expansion to lx-symbol's arguments | Nikolay Borisov | 1 | -1/+1 |
2016-07-15 | scripts/gdb: add constants.py to .gitignore | Omar Sandoval | 1 | -0/+1 |
2016-07-15 | scripts/gdb: rebuild constants.py on dependancy change | Kieran Bingham | 1 | -2/+3 |
2016-07-15 | scripts/gdb: silence 'nothing to do' message | Kieran Bingham | 1 | -0/+1 |
2016-05-23 | scripts/gdb: decode bytestream on dmesg for Python3 | Kieran Bingham | 1 | -2/+2 |
2016-05-23 | scripts/gdb: fix issue with dmesg.py and python 3.X | Dom Cote | 1 | -3/+4 |
2016-05-23 | scripts/gdb: improve types abstraction for gdb python scripts | Dom Cote | 1 | -2/+15 |
2016-05-23 | scripts/gdb: add lx_thread_info_by_pid helper | Kieran Bingham | 1 | -0/+19 |
2016-05-23 | scripts/gdb: add a Radix Tree Parser | Kieran Bingham | 3 | -0/+105 |
2016-05-23 | scripts/gdb: cast CPU numbers to integer | Jan Kiszka | 1 | -1/+1 |
2016-05-23 | scripts/gdb: add cpu iterators | Kieran Bingham | 1 | -0/+38 |
2016-05-23 | scripts/gdb: add mount point list command | Kieran Bingham | 2 | -0/+119 |
2016-05-23 | scripts/gdb: add io resource readers | Kieran Bingham | 1 | -0/+57 |
2016-05-23 | scripts/gdb: provide a dentry_name VFS path helper | Kieran Bingham | 1 | -0/+8 |
2016-05-23 | scripts/gdb: support !CONFIG_MODULES gracefully | Kieran Bingham | 1 | -1/+4 |
2016-05-23 | scripts/gdb: provide exception catching parser | Kieran Bingham | 1 | -0/+7 |
2016-05-23 | scripts/gdb: convert modules usage to lists functions | Kieran Bingham | 1 | -11/+6 |
2016-05-23 | scripts/gdb: provide kernel list item generators | Kieran Bingham | 1 | -0/+21 |
2016-05-23 | scripts/gdb: provide linux constants | Kieran Bingham | 3 | -1/+44 |
2016-05-23 | scripts/gdb: Adjust module reference counter reported by lx-lsmod | Jan Kiszka | 1 | -1/+1 |
2016-03-22 | scripts/gdb: account for changes in module data structure | Jan Kiszka | 2 | -3/+4 |
2016-03-22 | scripts/gdb: add cmdline reader command | Kieran Bingham | 1 | -0/+13 |
2016-03-22 | scripts/gdb: add version command | Kieran Bingham | 2 | -0/+29 |
2015-06-30 | scripts/gdb: remove useless global instruction | Thiébaud Weksteen | 1 | -2/+0 |
2015-06-30 | scripts/gdb: add ps command | Thiébaud Weksteen | 1 | -0/+16 |
2015-06-30 | scripts/gdb: fix PEP8 compliance | Thiébaud Weksteen | 4 | -7/+7 |
2015-06-30 | scripts/gdb: fix typo in exception name | Thiébaud Weksteen | 1 | -1/+1 |
2015-06-30 | scripts/gdb: enable completion for lx-list-check parameter | Jan Kiszka | 1 | -1/+2 |
2015-06-30 | scripts/gdb: also allow list_head pointer as lx-list-check paramter | Jan Kiszka | 1 | -2/+4 |
2015-06-30 | scripts/gdb: add command to check list consistency | Thiébaud Weksteen | 2 | -0/+90 |
2015-05-28 | scripts/gdb: fix lx-lsmod refcnt | Adrien Schildknecht | 1 | -8/+1 |
2015-02-28 | scripts/gdb: add empty package initialization script | Jan Kiszka | 1 | -0/+1 |
2015-02-17 | scripts/gdb: disable pagination while printing from breakpoint handler | Jan Kiszka | 1 | -0/+11 |
2015-02-17 | scripts/gdb: convert CpuList to generator function | Jan Kiszka | 2 | -40/+33 |
2015-02-17 | scripts/gdb: convert ModuleList to generator function | Jan Kiszka | 2 | -23/+12 |
2015-02-17 | scripts/gdb: use a generator instead of iterator for task list | Daniel Wagner | 1 | -30/+20 |
2015-02-17 | scripts/gdb: ignore byte-compiled python files | Daniel Thompson | 1 | -0/+2 |
2015-02-17 | scripts/gdb: port to python3 / gdb7.7 | Pantelis Koukousoulas | 6 | -9/+18 |
2015-02-17 | scripts/gdb: add lx-lsmod command | Jan Kiszka | 1 | -1/+45 |
2015-02-17 | scripts/gdb: add class to iterate over CPU masks | Jan Kiszka | 1 | -0/+54 |
2015-02-17 | scripts/gdb: add lx_current convenience function | Jan Kiszka | 1 | -0/+17 |
2015-02-17 | scripts/gdb: add internal helper and convenience function for per-cpu lookup | Jan Kiszka | 2 | -0/+69 |
2015-02-17 | scripts/gdb: add get_gdbserver_type helper | Jan Kiszka | 1 | -0/+35 |
2015-02-17 | scripts/gdb: add internal helper and convenience function to retrieve thread_... | Jan Kiszka | 1 | -0/+35 |
2015-02-17 | scripts/gdb: add is_target_arch helper | Jan Kiszka | 1 | -0/+13 |
2015-02-17 | scripts/gdb: add helper and convenience function to look up tasks | Jan Kiszka | 2 | -0/+28 |
2015-02-17 | scripts/gdb: add task iteration class | Jan Kiszka | 1 | -0/+46 |
2015-02-17 | scripts/gdb: add lx-dmesg command | Jan Kiszka | 2 | -0/+65 |
2015-02-17 | scripts/gdb: add read_u16/32/64 helpers | Jan Kiszka | 1 | -0/+21 |
2015-02-17 | scripts/gdb: add get_target_endianness helper | Jan Kiszka | 1 | -0/+18 |
2015-02-17 | scripts/gdb: add internal helper and convenience function to look up a module | Jan Kiszka | 2 | -0/+29 |
2015-02-17 | scripts/gdb: add automatic symbol reloading on module insertion | Jan Kiszka | 1 | -0/+39 |
2015-02-17 | scripts/gdb: add lx-symbols command | Jan Kiszka | 2 | -0/+128 |
2015-02-17 | scripts/gdb: add module iteration class | Jan Kiszka | 1 | -0/+39 |
2015-02-17 | scripts/gdb: add container_of helper and convenience function | Jan Kiszka | 2 | -0/+37 |
2015-02-17 | scripts/gdb: add cache for type objects | Jan Kiszka | 1 | -0/+34 |
2015-02-17 | scripts/gdb: add infrastructure | Jan Kiszka | 3 | -0/+35 |