aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/lists.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham1-0/+19
2016-05-23scripts/gdb: add documentation example for radix treeKieran Bingham1-0/+21
2016-05-23scripts/gdb: add a Radix Tree ParserKieran Bingham3-0/+105
2016-05-23scripts/gdb: cast CPU numbers to integerJan Kiszka1-1/+1
2016-05-23scripts/gdb: add cpu iteratorsKieran Bingham1-0/+38
2016-05-23scripts/gdb: add mount point list commandKieran Bingham2-0/+119
2016-05-23scripts/gdb: add io resource readersKieran Bingham1-0/+57
2016-05-23scripts/gdb: provide a dentry_name VFS path helperKieran Bingham1-0/+8
2016-05-23scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham1-1/+4
2016-05-23scripts/gdb: provide exception catching parserKieran Bingham1-0/+7
2016-05-23scripts/gdb: convert modules usage to lists functionsKieran Bingham1-11/+6
2016-05-23scripts/gdb: provide kernel list item generatorsKieran Bingham1-0/+21
2016-05-23scripts/gdb: provide linux constantsKieran Bingham4-1/+54
2016-05-23scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka1-1/+1
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov18-18/+0
2016-05-23drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani1-2/+1
2016-05-23rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko1-1/+1
2016-05-23kdump: fix gdb macros work work with newer and 64-bit kernelsCorey Minyard1-52/+44
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()Xunlei Pang4-33/+20
2016-05-23kexec: do a cleanup for function kexec_loadMinfei Huang1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang1-3/+6
2016-05-23kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-0/+45
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang4-2/+23
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2016-05-23signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2016-05-23kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang1-5/+5
2016-05-23signal: make oom_flags a boolTetsuo Handa3-8/+8
2016-05-23wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov1-1/+2
2016-05-23wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-05-23nilfs2: fix block commentsRyusuke Konishi11-107/+202
2016-05-23nilfs2: remove loops of single statement macrosRyusuke Konishi1-5/+4
2016-05-23nilfs2: remove unnecessary else after return or breakRyusuke Konishi3-23/+21
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi27-90/+97
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi6-16/+16
2016-05-23nilfs2: clean trailing semicolons in macrosRyusuke Konishi2-5/+5
2016-05-23nilfs2: add missing line spacingRyusuke Konishi10-0/+14
2016-05-23nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi1-1/+1
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi4-8/+38
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi3-32/+8
2016-05-23nilfs2: clarify permission to replicate the designRyusuke Konishi1-0/+5
2016-05-23MAINTAINERS: add web link for nilfs projectRyusuke Konishi1-0/+1
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi38-56/+46
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi38-152/+0
2016-05-23nilfs2: remove space before commaRyusuke Konishi2-4/+4
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-05-23nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-05-23fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1