summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low
2016-06-08locking/qspinlock: Add commentsPeter Zijlstra
2016-06-08locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra
2016-06-08Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior
2016-06-08locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra
2016-06-03locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low
2016-06-03locking/rwsem: Optimize write lock by reducing operations in slowpathJason Low
2016-06-03locking/rwsem: Rework zeroing reader waiter->taskDavidlohr Bueso
2016-06-03locking/rwsem: Enable lockless waiter wakeup(s)Davidlohr Bueso
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-26add down_write_killable_nested()Al Viro
2016-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-24uprobes: wait for mmap_sem for write killableMichal Hocko
2016-05-24prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko
2016-05-24mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko
2016-05-24s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang
2016-05-24kexec: do a cleanup for function kexec_loadMinfei Huang
2016-05-24kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang
2016-05-24kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang
2016-05-24kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen
2016-05-24kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang
2016-05-24wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov
2016-05-24wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-05-24ELF/MIPS build fixRalf Baechle
2016-05-23bpf, inode: disallow userns mountsDaniel Borkmann
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-21radix-tree: introduce radix_tree_emptyMatthew Wilcox
2016-05-21kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-21printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-21printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-05-21fork: free thread in copy_process on failureJiri Slaby
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby