aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso1-9/+23
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+3
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds8-335/+289
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-54/+149
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro2-3/+3
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)1-0/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-2/+4
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds1-0/+5
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers1-2/+4
2014-04-08tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)1-5/+4
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers6-331/+280
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds21-117/+155
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett1-1/+2
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua1-0/+6
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another processOleg Nesterov1-13/+9
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov1-29/+21
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin1-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov1-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-04-07res_counter: remove interface for locked charging and unchargingDavid Rientjes1-11/+12
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso2-4/+17
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2-3/+23
2014-04-07Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+29
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-15/+62
2014-04-07cgroup: newly created dirs and files should be owned by the creatorTejun Heo1-1/+26
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann1-46/+0
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-6/+11
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-0/+10
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan1-2/+3
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds14-40/+35
2014-04-03printk: fix one circular lockdep warning about console_lockJane Li1-0/+2
2014-04-03printk: do not compute the size of the message twicePetr Mladek1-1/+1
2014-04-03printk: use also the last bytes in the ring bufferPetr Mladek1-2/+2
2014-04-03printk: add comment about tricky check for text buffer sizePetr Mladek1-0/+5
2014-04-03printk: remove obsolete check for log level "c"Petr Mladek1-2/+0
2014-04-03kernel/resource.c: make reallocate_resource() staticDaeseok Youn1-1/+1
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker6-9/+7
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett1-0/+1
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-12/+2
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+1
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-2/+2