summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aio: make aio_setup_ring killableMichal Hocko2016-05-241-1/+6
* coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+3
* vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-249-10/+21
* ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko2016-05-241-2/+7
* mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+5
* mm, proc: make clear_refs killableMichal Hocko2016-05-241-2/+9
* mm: make vm_brk killableMichal Hocko2016-05-242-7/+4
* mm, elf: handle vm_brk errorMichal Hocko2016-05-241-2/+5
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-242-10/+23
* mm: make vm_munmap killableMichal Hocko2016-05-241-5/+3
* mm: make vm_mmap killableMichal Hocko2016-05-245-14/+8
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-248-21/+55
* MAINTAINERS: add co-maintainer for scripts/gdbKieran Bingham2016-05-241-0/+1
* scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham2016-05-241-2/+2
* scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote2016-05-241-3/+4
* scripts/gdb: improve types abstraction for gdb python scriptsDom Cote2016-05-241-2/+15
* scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham2016-05-241-0/+19
* scripts/gdb: add documentation example for radix treeKieran Bingham2016-05-241-0/+21
* scripts/gdb: add a Radix Tree ParserKieran Bingham2016-05-243-0/+105
* scripts/gdb: cast CPU numbers to integerJan Kiszka2016-05-241-1/+1
* scripts/gdb: add cpu iteratorsKieran Bingham2016-05-241-0/+38
* scripts/gdb: add mount point list commandKieran Bingham2016-05-242-0/+119
* scripts/gdb: add io resource readersKieran Bingham2016-05-241-0/+57
* scripts/gdb: provide a dentry_name VFS path helperKieran Bingham2016-05-241-0/+8
* scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham2016-05-241-1/+4
* scripts/gdb: provide exception catching parserKieran Bingham2016-05-241-0/+7
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-241-11/+6
* scripts/gdb: provide kernel list item generatorsKieran Bingham2016-05-241-0/+21
* scripts/gdb: provide linux constantsKieran Bingham2016-05-244-1/+54
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-241-1/+1
* arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-2418-18/+0
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-241-2/+1
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-241-1/+1
* kdump: fix gdb macros work work with newer and 64-bit kernelsCorey Minyard2016-05-241-52/+44
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-244-33/+20
* kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-241-56/+69
* kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-241-3/+6
* kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-241-0/+45
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-244-2/+23
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-241-7/+0
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2016-05-241-6/+9
* signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov2016-05-241-9/+7
* kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang2016-05-241-5/+5
* signal: make oom_flags a boolTetsuo Handa2016-05-243-8/+8
* wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov2016-05-241-1/+2
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-05-241-9/+20
* nilfs2: fix block commentsRyusuke Konishi2016-05-2411-107/+202
* nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-241-5/+4
* nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-243-23/+21
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-2427-90/+97