aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko1-2/+7
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko1-1/+5
2016-05-23mm, proc: make clear_refs killableMichal Hocko1-2/+9
2016-05-23mm: make vm_brk killableMichal Hocko2-7/+4
2016-05-23mm, elf: handle vm_brk errorMichal Hocko1-2/+5
2016-05-23mm, aout: handle vm_brk failuresMichal Hocko2-10/+23
2016-05-23mm: make vm_munmap killableMichal Hocko1-5/+3
2016-05-23mm: make vm_mmap killableMichal Hocko5-14/+8
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-05-23MAINTAINERS: add co-maintainer for scripts/gdbKieran Bingham1-0/+1
2016-05-23scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham1-2/+2
2016-05-23scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote1-3/+4
2016-05-23scripts/gdb: improve types abstraction for gdb python scriptsDom Cote1-2/+15
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