summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-20fork: Fix task_struct alignmentPeter Zijlstra
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle
2017-01-14locking/mutex: Improve inliningPeter Zijlstra
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso
2017-01-14sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso
2017-01-14kernel/exit: Compute 'current' directlyDavidlohr Bueso
2017-01-12locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long
2017-01-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-01-10mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-01-03audit: Fix sleep in atomicJan Kara
2016-12-26smp/hotplug: Undo tglxs brainfartThomas Gleixner
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner
2016-12-25cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-22move aio compat to fs/aio.cAl Viro
2016-12-20kcov: make kcov work properly with KASLR enabledAlexander Popov