index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/rtmutex: Dont dereference waiter lockless
Thomas Gleixner
2021-08-25
2
-2
/
+16
*
locking/semaphore: Add might_sleep() to down_*() family
Xiaoming Ni
2021-08-20
1
-0
/
+4
*
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
2021-08-20
1
-1
/
+1
*
static_call: Update API documentation
Peter Zijlstra
2021-08-17
1
-0
/
+33
*
locking/local_lock: Add PREEMPT_RT support
Thomas Gleixner
2021-08-17
1
-0
/
+44
*
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
2021-08-17
4
-10
/
+35
*
locking/rtmutex: Add adaptive spinwait mechanism
Steven Rostedt
2021-08-17
1
-2
/
+65
*
locking/rtmutex: Implement equal priority lock stealing
Gregory Haskins
2021-08-17
1
-17
/
+35
*
preempt: Adjust PREEMPT_LOCK_OFFSET for RT
Thomas Gleixner
2021-08-17
1
-0
/
+4
*
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
2021-08-17
1
-0
/
+12
*
futex: Prevent requeue_pi() lock nesting issue on RT
Thomas Gleixner
2021-08-17
1
-49
/
+259
*
futex: Simplify handle_early_requeue_pi_wakeup()
Thomas Gleixner
2021-08-17
1
-26
/
+22
*
futex: Reorder sanity checks in futex_requeue()
Thomas Gleixner
2021-08-17
1
-7
/
+7
*
futex: Clarify comment in futex_requeue()
Thomas Gleixner
2021-08-17
1
-8
/
+20
*
futex: Restructure futex_requeue()
Thomas Gleixner
2021-08-17
1
-49
/
+41
*
futex: Correct the number of requeued waiters for PI
Thomas Gleixner
2021-08-17
1
-0
/
+4
*
futex: Remove bogus condition for requeue PI
Thomas Gleixner
2021-08-17
1
-1
/
+1
*
futex: Clarify futex_requeue() PI handling
Thomas Gleixner
2021-08-17
1
-38
/
+23
*
futex: Clean up stale comments
Thomas Gleixner
2021-08-17
1
-11
/
+7
*
futex: Validate waiter correctly in futex_proxy_trylock_atomic()
Thomas Gleixner
2021-08-17
1
-0
/
+7
*
lib/test_lockup: Adapt to changed variables
Sebastian Andrzej Siewior
2021-08-17
1
-3
/
+3
*
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2021-08-17
4
-16
/
+187
*
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2021-08-17
2
-1
/
+77
*
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
2021-08-17
4
-14
/
+115
*
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
2021-08-17
2
-12
/
+27
*
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
2021-08-17
1
-15
/
+49
*
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
2021-08-17
1
-0
/
+80
*
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
2021-08-17
2
-8
/
+28
*
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
2021-08-17
1
-10
/
+13
*
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
2021-08-17
1
-2
/
+14
*
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
2021-08-17
1
-6
/
+13
*
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
2021-08-17
1
-4
/
+53
*
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
2021-08-17
1
-6
/
+6
*
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)
2021-08-17
2
-371
/
+370
*
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
2021-08-17
1
-11
/
+15
*
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2021-08-17
2
-9
/
+4
*
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
2021-08-17
1
-9
/
+10
*
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
2021-08-17
3
-14
/
+14
*
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...
Thomas Gleixner
2021-08-17
2
-11
/
+8
*
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
2021-08-17
2
-13
/
+13
*
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
2021-08-17
4
-48
/
+26
*
locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
Peter Zijlstra
2021-08-17
1
-5
/
+20
*
locking/rwlock: Provide RT variant
Thomas Gleixner
2021-08-17
7
-13
/
+323
*
locking/spinlock: Provide RT variant
Thomas Gleixner
2021-08-17
2
-0
/
+130
*
locking/rtmutex: Provide the spin/rwlock core lock function
Thomas Gleixner
2021-08-17
2
-1
/
+61
*
locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>
Thomas Gleixner
2021-08-17
3
-1
/
+162
*
locking/spinlock: Provide RT specific spinlock_t
Thomas Gleixner
2021-08-17
1
-0
/
+26
*
locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...
Sebastian Andrzej Siewior
2021-08-17
1
-1
/
+1
*
rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>
Sebastian Andrzej Siewior
2021-08-17
2
-29
/
+36
*
locking/lockdep: Reduce header dependencies in <linux/debug_locks.h>
Sebastian Andrzej Siewior
2021-08-17
1
-2
/
+1
[next]