index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
ksysfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
locking/ww-mutex: Limit stress test to 2 seconds
Chris Wilson
1
-9
/
+9
2017-03-30
sched/fair: Optimize ___update_sched_avg()
Yuyang Du
1
-94
/
+118
2017-03-30
sched/fair: Explicitly generate __update_load_avg() instances
Peter Zijlstra
1
-18
/
+38
2017-03-30
locking/atomic: Fix atomic_try_cmpxchg() semantics
Peter Zijlstra
2
-8
/
+13
2017-03-27
sched/fair: Prefer sibiling only if local group is under-utilized
Srikar Dronamraju
1
-3
/
+4
2017-03-26
lockdep: Fix per-cpu static objects
Peter Zijlstra
4
-2
/
+27
2017-03-23
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
3
-30
/
+52
2017-03-23
futex: Futex_unlock_pi() determinism
Peter Zijlstra
1
-13
/
+11
2017-03-23
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
3
-42
/
+62
2017-03-23
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
3
-12
/
+55
2017-03-23
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
3
-7
/
+11
2017-03-23
futex: Pull rt_mutex_futex_unlock() out from under hb->lock
Peter Zijlstra
1
-54
/
+100
2017-03-23
futex: Rework inconsistent rt_mutex/futex_q state
Peter Zijlstra
1
-36
/
+14
2017-03-23
futex: Cleanup refcounting
Peter Zijlstra
1
-4
/
+9
2017-03-23
futex: Change locking rules
Peter Zijlstra
1
-33
/
+132
2017-03-23
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
3
-32
/
+62
2017-03-23
futex: Remove rt_mutex_deadlock_account_*()
Peter Zijlstra
4
-43
/
+18
2017-03-23
futex: Use smp_store_release() in mark_wake_futex()
Peter Zijlstra
1
-2
/
+1
2017-03-23
futex: Cleanup variable names for futex_top_waiter()
Peter Zijlstra
1
-15
/
+15
2017-03-23
locking/atomic/x86: Use atomic_try_cmpxchg()
Peter Zijlstra
2
-45
/
+22
2017-03-23
locking/refcounts: Use atomic_try_cmpxchg()
Peter Zijlstra
1
-32
/
+15
2017-03-23
locking/atomic: Introduce atomic_try_cmpxchg()
Peter Zijlstra
4
-0
/
+123
2017-03-23
sched/fair: Fix FTQ noise bench regression
Vincent Guittot
1
-3
/
+36
2017-03-23
sched/core: Fix rq lock pinning warning after call balance callbacks
Wanpeng Li
1
-3
/
+3
2017-03-16
locking/ww_mutex: Improve test to cover acquire context changes
Peter Zijlstra
1
-8
/
+7
2017-03-16
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
5
-36
/
+77
2017-03-16
locking/lockdep: Add new check to lock_downgrade()
J. R. Okajima
3
-4
/
+60
2017-03-16
locking/lockdep: Factor out the validate_held_lock() helper function
J. R. Okajima
1
-18
/
+22
2017-03-16
locking/lockdep: Factor out the find_held_lock() helper function
J. R. Okajima
1
-60
/
+54
2017-03-16
sched/core: Avoid double update_rq_clock() in move_queued_task()
Peter Zijlstra
1
-1
/
+2
2017-03-16
sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()
Peter Zijlstra
1
-2
/
+4
2017-03-16
sched/core: Avoid obvious double update_rq_clock()
Peter Zijlstra
1
-8
/
+10
2017-03-16
sched/core: Simplify update_rq_clock() in __schedule()
Peter Zijlstra
1
-5
/
+3
2017-03-16
sched/core: Make sched_ttwu_pending() atomic in time
Peter Zijlstra
1
-1
/
+3
2017-03-16
sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTORE
Peter Zijlstra
1
-4
/
+4
2017-03-16
sched/core: Add {EN,DE}QUEUE_NOCLOCK flags
Peter Zijlstra
2
-5
/
+13
2017-03-16
sched/core: Add rq->lock wrappers
Peter Zijlstra
3
-112
/
+171
2017-03-16
sched/core: Add WARNING for multiple update_rq_clock() calls
Peter Zijlstra
2
-0
/
+10
2017-03-16
sched/rt: Add comments describing the RT IPI pull method
Steven Rostedt (VMware)
1
-0
/
+81
2017-03-16
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
1
-4
/
+4
2017-03-16
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
1
-0
/
+45
2017-03-16
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
1
-2
/
+7
2017-03-16
locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
Niklas Cassel
1
-5
/
+11
2017-03-16
sched/loadavg: Use {READ,WRITE}_ONCE() for sample window
Matt Fleming
1
-7
/
+11
2017-03-16
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
Matt Fleming
1
-2
/
+2
2017-03-16
sched/deadline: Add missing update_rq_clock() in dl_task_timer()
Wanpeng Li
1
-0
/
+1
2017-03-15
gfs2: Avoid alignment hole in struct lm_lockname
Andreas Gruenbacher
1
-1
/
+1
2017-03-14
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
1
-0
/
+2
2017-03-14
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
1
-9
/
+11
2017-03-14
qed: Enable iSCSI Out-of-Order
Mintz, Yuval
1
-0
/
+3
[next]