Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra
2014-04-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-15user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-15seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann
2014-04-13futex: update documentation for ordering guaranteesDavidlohr Bueso
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-13Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra
2014-04-11tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)
2014-04-10tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers
2014-04-09tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)
2014-04-09tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-08lglock: map to spinlock when !CONFIG_SMPJosh Triplett
2014-04-08modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter
2014-04-08kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-08kernel/panic.c: display reason at end + pr_emergFabian Frederick
2014-04-08hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua
2014-04-08wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov
2014-04-08wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov
2014-04-08wait: completely ignore the EXIT_DEAD tasksOleg Nesterov
2014-04-08wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov
2014-04-08wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov
2014-04-08wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-04-08kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin
2014-04-08exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov
2014-04-08exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov
2014-04-08res_counter: remove interface for locked charging and unchargingDavid Rientjes
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes
2014-04-08fork: collapse copy_flags into copy_processDavid Rientjes
2014-04-08mm: per-thread vma cachingDavidlohr Bueso
2014-04-08mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton
2014-04-08Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-08cgroup: newly created dirs and files should be owned by the creatorTejun Heo
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-04-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan
2014-04-04Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-04printk: fix one circular lockdep warning about console_lockJane Li
2014-04-04printk: do not compute the size of the message twicePetr Mladek
2014-04-04printk: use also the last bytes in the ring bufferPetr Mladek
2014-04-04printk: add comment about tricky check for text buffer sizePetr Mladek
2014-04-04printk: remove obsolete check for log level "c"Petr Mladek