summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov-13/+16
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov-29/+21
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov-4/+11
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov-4/+2
2014-04-07res_counter: remove interface for locked charging and unchargingDavid Rientjes-11/+12
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes-1/+0
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes-10/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso-4/+17
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton-3/+23
2014-04-07Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+29
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-15/+62
2014-04-07cgroup: newly created dirs and files should be owned by the creatorTejun Heo-1/+26
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann-46/+0
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+11
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-0/+10
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan-2/+3
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-40/+35
2014-04-03printk: fix one circular lockdep warning about console_lockJane Li-0/+2
2014-04-03printk: do not compute the size of the message twicePetr Mladek-1/+1
2014-04-03printk: use also the last bytes in the ring bufferPetr Mladek-2/+2
2014-04-03printk: add comment about tricky check for text buffer sizePetr Mladek-0/+5
2014-04-03printk: remove obsolete check for log level "c"Petr Mladek-2/+0
2014-04-03kernel/resource.c: make reallocate_resource() staticDaeseok Youn-1/+1
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker-9/+7
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett-0/+1
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing-12/+2
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick-0/+1
2014-04-03drop_caches: add some documentation and info messageDave Hansen-2/+2
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman-1/+1
2014-04-03kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang-8/+8
2014-04-03kthread: ensure locality of task_struct allocationsNishanth Aravamudan-2/+2
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-2388/+1676
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-463/+638
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-20/+11
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-61/+58
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-16/+134
2014-04-02pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov-1/+3
2014-04-02audit: do not cast audit_rule_data pointers pointleslyEric Paris-2/+2
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-57/+57
2014-04-01pipe: kill ->map() and ->unmap()Al Viro-6/+0
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds-101/+81
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+4
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+32
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-37/+168
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-66/+290