summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2016-05-26add down_write_killable_nested()Al Viro
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-05-15locking/rwsem: Fix down_write_killable()Peter Zijlstra
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-05locking/pvqspinlock: Robustify init_qspinlock_stat()Davidlohr Bueso
2016-05-05locking/pvqspinlock: Avoid double resetting of statsDavidlohr Bueso
2016-05-05Merge tag 'v4.6-rc6' into locking/core, to pick up fixesIngo Molnar
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra
2016-04-23locking/lockdep: Fix ->irq_context calculationBoqun Feng
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko
2016-04-13locking/lockdep: Deinline register_lock_class(), save 2328 bytesDenys Vlasenko
2016-04-13locking/locktorture: Fix NULL pointer dereference for cleanup pathsDavidlohr Bueso
2016-04-13locking/locktorture: Fix deboosting NULL pointer dereferenceDavidlohr Bueso
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov
2016-03-31locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-02-29locking/lockdep: Detect chain_key collisionsIngo Molnar
2016-02-29locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez
2016-02-29locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso
2016-02-29locking/pvqspinlock: Enable slowpath locking count trackingWaiman Long
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long
2016-02-29locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...Waiman Long
2016-02-29locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon
2015-12-04locking/pvqspinlock: Queue node adaptive spinningWaiman Long
2015-12-04locking/pvqspinlock: Allow limited lock stealingWaiman Long
2015-12-04locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds