linux-2.6-microblaze.git
2021-08-27 Peter Zijlstralocking/rtmutex: Return success on deadlock for ww_mute...
2021-08-27 Peter Zijlstralocking/rtmutex: Prevent spurious EDEADLK return caused...
2021-08-25 Thomas Gleixnerlocking/rtmutex: Dequeue waiter on ww_mutex deadlock
2021-08-25 Thomas Gleixnerlocking/rtmutex: Dont dereference waiter lockless
2021-08-20 Xiaoming Nilocking/semaphore: Add might_sleep() to down_*() family
2021-08-20 Sebastian Andrzej... locking/ww_mutex: Initialize waiter.ww_ctx properly
2021-08-17 Peter Zijlstrastatic_call: Update API documentation
2021-08-17 Thomas Gleixnerlocking/local_lock: Add PREEMPT_RT support
2021-08-17 Thomas Gleixnerlocking/spinlock/rt: Prepare for RT local_lock
2021-08-17 Steven Rostedtlocking/rtmutex: Add adaptive spinwait mechanism
2021-08-17 Gregory Haskinslocking/rtmutex: Implement equal priority lock stealing
2021-08-17 Thomas Gleixnerpreempt: Adjust PREEMPT_LOCK_OFFSET for RT
2021-08-17 Thomas Gleixnerlocking/rtmutex: Prevent lockdep false positive with...
2021-08-17 Thomas Gleixnerfutex: Prevent requeue_pi() lock nesting issue on RT
2021-08-17 Thomas Gleixnerfutex: Simplify handle_early_requeue_pi_wakeup()
2021-08-17 Thomas Gleixnerfutex: Reorder sanity checks in futex_requeue()
2021-08-17 Thomas Gleixnerfutex: Clarify comment in futex_requeue()
2021-08-17 Thomas Gleixnerfutex: Restructure futex_requeue()
2021-08-17 Thomas Gleixnerfutex: Correct the number of requeued waiters for PI
2021-08-17 Thomas Gleixnerfutex: Remove bogus condition for requeue PI
2021-08-17 Thomas Gleixnerfutex: Clarify futex_requeue() PI handling
2021-08-17 Thomas Gleixnerfutex: Clean up stale comments
2021-08-17 Thomas Gleixnerfutex: Validate waiter correctly in futex_proxy_trylock...
2021-08-17 Sebastian Andrzej... lib/test_lockup: Adapt to changed variables
2021-08-17 Thomas Gleixnerlocking/rtmutex: Add mutex variant for RT
2021-08-17 Peter Zijlstralocking/ww_mutex: Implement rtmutex based ww_mutex...
2021-08-17 Peter Zijlstralocking/rtmutex: Extend the rtmutex core to support...
2021-08-17 Peter Zijlstralocking/ww_mutex: Add rt_mutex based lock type and...
2021-08-17 Peter Zijlstralocking/ww_mutex: Add RT priority to W/W order
2021-08-17 Peter Zijlstralocking/ww_mutex: Implement rt_mutex accessors
2021-08-17 Thomas Gleixnerlocking/ww_mutex: Abstract out internal lock accesses
2021-08-17 Peter Zijlstralocking/ww_mutex: Abstract out mutex types
2021-08-17 Peter Zijlstralocking/ww_mutex: Abstract out mutex accessors
2021-08-17 Peter Zijlstralocking/ww_mutex: Abstract out waiter enqueueing
2021-08-17 Peter Zijlstralocking/ww_mutex: Abstract out the waiter iteration
2021-08-17 Peter Zijlstralocking/ww_mutex: Remove the __sched annotation from...
2021-08-17 Peter Zijlstra... locking/ww_mutex: Split out the W/W implementation...
2021-08-17 Peter Zijlstra... locking/ww_mutex: Split up ww_mutex_unlock()
2021-08-17 Peter Zijlstralocking/ww_mutex: Gather mutex_waiter initialization
2021-08-17 Peter Zijlstralocking/ww_mutex: Simplify lockdep annotations
2021-08-17 Thomas Gleixnerlocking/mutex: Make mutex::wait_lock raw
2021-08-17 Thomas Gleixnerlocking/ww_mutex: Move the ww_mutex definitions from...
2021-08-17 Thomas Gleixnerlocking/mutex: Move the 'struct mutex_waiter' definitio...
2021-08-17 Thomas Gleixnerlocking/mutex: Consolidate core headers, remove kernel...
2021-08-17 Peter Zijlstralocking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
2021-08-17 Thomas Gleixnerlocking/rwlock: Provide RT variant
2021-08-17 Thomas Gleixnerlocking/spinlock: Provide RT variant
2021-08-17 Thomas Gleixnerlocking/rtmutex: Provide the spin/rwlock core lock...
2021-08-17 Thomas Gleixnerlocking/spinlock: Provide RT variant header: <linux...
2021-08-17 Thomas Gleixnerlocking/spinlock: Provide RT specific spinlock_t
2021-08-17 Sebastian Andrzej... locking/rtmutex: Reduce <linux/rtmutex.h> header depend...
2021-08-17 Sebastian Andrzej... rbtree: Split out the rbtree type definitions into...
2021-08-17 Sebastian Andrzej... locking/lockdep: Reduce header dependencies in <linux...
2021-08-17 Sebastian Andrzej... locking/rtmutex: Prevent future include recursion hell
2021-08-17 Thomas Gleixnerlocking/spinlock: Split the lock types header, and...
2021-08-17 Thomas Gleixnerlocking/rtmutex: Guard regular sleeping locks specific...
2021-08-17 Thomas Gleixnerlocking/rtmutex: Prepare RT rt_mutex_wake_q for RT...
2021-08-17 Thomas Gleixnerlocking/rtmutex: Use rt_mutex_wake_q_head
2021-08-17 Thomas Gleixnerlocking/rtmutex: Provide rt_wake_q_head and helpers
2021-08-17 Thomas Gleixnerlocking/rtmutex: Add wake_state to rt_mutex_waiter
2021-08-17 Thomas Gleixnerlocking/rwsem: Add rtmutex based R/W semaphore implemen...
2021-08-17 Thomas Gleixnerlocking/rt: Add base code for RT rw_semaphore and rwlock
2021-08-17 Thomas Gleixnerlocking/rtmutex: Provide rt_mutex_base_is_locked()
2021-08-17 Thomas Gleixnerlocking/rtmutex: Provide rt_mutex_slowlock_locked()
2021-08-17 Peter Zijlstralocking/rtmutex: Split out the inner parts of 'struct...
2021-08-17 Thomas Gleixnerlocking/rtmutex: Split API from implementation
2021-08-17 Thomas Gleixnerlocking/rtmutex: Switch to from cmpxchg_*() to try_cmpx...
2021-08-17 Sebastian Andrzej... locking/rtmutex: Convert macros to inlines
2021-08-17 Peter Zijlstralocking/rtmutex: Remove rt_mutex_is_locked()
2021-08-17 Peter Zijlstramedia/atomisp: Use lockdep instead of *mutex_is_locked()
2021-08-17 Thomas Gleixnersched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()
2021-08-17 Thomas Gleixnersched/core: Provide a scheduling point for RT locks
2021-08-17 Thomas Gleixnersched/core: Rework the __schedule() preempt argument
2021-08-17 Thomas Gleixnersched/wakeup: Prepare for RT sleeping spin/rwlocks
2021-08-17 Thomas Gleixnersched/wakeup: Reorganize the current::__state helpers
2021-08-17 Thomas Gleixnersched/wakeup: Introduce the TASK_RTLOCK_WAIT state bit
2021-08-17 Thomas Gleixnersched/wakeup: Split out the wakeup ->__state check
2021-08-17 Thomas Gleixnerlocking/rtmutex: Set proper wait context for lockdep
2021-08-17 Thomas Gleixnerlocking/local_lock: Add missing owner initialization
2021-08-17 Ingo MolnarMerge tag 'v5.14-rc6' into locking/core, to pick up...
2021-08-15 Linus TorvaldsLinux 5.14-rc6
2021-08-15 Linus TorvaldsMerge tag 'powerpc-5.14-5' of git://git./linux/kernel...
2021-08-15 Linus TorvaldsMerge tag 'irq-urgent-2021-08-15' of git://git./linux...
2021-08-15 Linus TorvaldsMerge tag 'locking_urgent_for_v5.14_rc6' of git://git...
2021-08-15 Linus TorvaldsMerge tag 'efi_urgent_for_v5.14_rc6' of git://git....
2021-08-15 Linus TorvaldsMerge tag 'x86_urgent_for_v5.14_rc6' of git://git....
2021-08-15 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-08-15 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-08-15 Linus TorvaldsMerge tag 'libnvdimm-fixes-5.14-rc6' of git://git....
2021-08-15 Linus TorvaldsMerge tag 'usb-5.14-rc6' of git://git./linux/kernel...
2021-08-15 Linus TorvaldsMerge tag 'staging-5.14-rc6' of git://git./linux/kernel...
2021-08-15 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2021-08-14 Linus TorvaldsMerge tag 'for-linus-5.14-rc6-tag' of git://git./linux...
2021-08-14 Linus TorvaldsMerge tag 'riscv-for-linus-5.14-rc6' of git://git....
2021-08-14 Linus TorvaldsMerge tag 'configfs-5.14' of git://git.infradead.org...
2021-08-14 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-08-14 Linus TorvaldsMerge tag '5.14-rc5-smb3-fixes' of git://git.samba...
2021-08-14 Linus TorvaldsMerge tag 'linux-kselftest-fixes-5.14-rc6' of git:...
2021-08-14 Liang Wanglib: use PFN_PHYS() in devmem_is_allowed()
2021-08-14 Waiman Longmm/memcg: fix incorrect flushing of lruvec data in...
next