aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/cpus.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-11scripts/gdb: update documentation for lx_per_cpuIllia Ostapyshyn1-2/+2
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+20
2025-03-16scripts/gdb: add $lx_per_cpu_ptr()Brendan Jackman1-2/+20
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst1-1/+1
2025-02-01scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka1-1/+1
2024-05-08scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel1-5/+1
2024-05-08scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel1-3/+2
2023-11-01scripts/gdb: add lx_current support for riscvDeepak Gupta1-0/+15
2023-04-08scripts/gdb: support getting current task struct in UMLGlenn Washburn1-2/+8
2023-04-08scripts/gdb: correct indentation in get_current_taskGlenn Washburn1-9/+9
2023-02-09scripts/gdb: fix 'lx-current' for x86Jeff Xie1-1/+1
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song1-0/+13
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song1-2/+8
2019-05-14scripts/gdb: silence pep8 checksStephen Boyd1-0/+1
2016-05-23scripts/gdb: cast CPU numbers to integerJan Kiszka1-1/+1
2016-05-23scripts/gdb: add cpu iteratorsKieran Bingham1-0/+38
2015-02-17scripts/gdb: convert CpuList to generator functionJan Kiszka1-39/+32
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-1/+4
2015-02-17scripts/gdb: add class to iterate over CPU masksJan Kiszka1-0/+54
2015-02-17scripts/gdb: add lx_current convenience functionJan Kiszka1-0/+17
2015-02-17scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka1-0/+68