summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra4-2/+27
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra3-30/+52
2017-03-23futex: Futex_unlock_pi() determinismPeter Zijlstra1-13/+11
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra3-42/+62
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra3-12/+55
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra3-7/+11
2017-03-23futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra1-54/+100
2017-03-23futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra1-36/+14
2017-03-23futex: Cleanup refcountingPeter Zijlstra1-4/+9
2017-03-23futex: Change locking rulesPeter Zijlstra1-33/+132
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra3-32/+62
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra4-43/+18
2017-03-23futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra1-2/+1
2017-03-23futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra1-15/+15
2017-03-23locking/atomic/x86: Use atomic_try_cmpxchg()Peter Zijlstra2-45/+22
2017-03-23locking/refcounts: Use atomic_try_cmpxchg()Peter Zijlstra1-32/+15
2017-03-23locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra4-0/+123
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra1-8/+7
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner5-36/+77
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima3-4/+60
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima1-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima1-60/+54
2017-03-16Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2-14/+24
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel1-5/+11
2017-03-14futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-03-14futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor2-12/+129
2017-03-12Linux 4.11-rc2v4.11-rc2Linus Torvalds1-1/+1
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-29/+51
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-48/+80
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+35
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-101/+191
2017-03-11Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2-0/+3
2017-03-11Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-83/+65
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck2-0/+3
2017-03-11Merge tag 'tty-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-65/+73
2017-03-11Merge tag 'staging-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+1
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-144/+213
2017-03-11Merge tag 'pinctrl-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+21
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner10-46/+78
2017-03-10Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds6-8/+66
2017-03-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-22/+56
2017-03-10Merge tag 'drm-fixes-for-4.11-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds22-264/+768
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds64-147/+868
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds54-185/+277
2017-03-10x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-03-09Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-100/+103
2017-03-09Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-03-10drm: mxsfb: Implement drm_panel handlingFabio Estevam1-0/+4