index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
sched/debug: Export the newly added tracepoints
Qais Yousef
2019-06-24
1
-0
/
+11
|
*
|
|
|
|
sched/debug: Add sched_overutilized tracepoint
Qais Yousef
2019-06-24
1
-2
/
+8
|
*
|
|
|
|
sched/debug: Add new tracepoint to track PELT at se level
Qais Yousef
2019-06-24
2
-0
/
+3
|
*
|
|
|
|
sched/debug: Add new tracepoints to track PELT at rq level
Qais Yousef
2019-06-24
2
-1
/
+14
|
*
|
|
|
|
sched/debug: Add a new sched_trace_*() helper functions
Qais Yousef
2019-06-24
1
-0
/
+99
|
*
|
|
|
|
sched/autogroup: Make autogroup_path() always available
Qais Yousef
2019-06-24
1
-2
/
+0
|
*
|
|
|
|
sched/wait: Deduplicate code with do-while
Pavel Begunkov
2019-06-24
1
-6
/
+2
|
*
|
|
|
|
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-06-24
8
-13
/
+13
|
*
|
|
|
|
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
Ingo Molnar
2019-06-24
18
-88
/
+149
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
sched/fair: Don't push cfs_bandwith slack timers forward
bsegall@google.com
2019-06-17
2
-4
/
+11
|
*
|
|
|
|
sched/core: Optimize try_to_wake_up() for local wakeups
Peter Zijlstra
2019-06-17
1
-5
/
+29
|
*
|
|
|
|
sched/fair: Fix "runnable_avg_yN_inv" not used warnings
Qian Cai
2019-06-17
1
-1
/
+1
|
*
|
|
|
|
sched/fair: Clean up definition of NOHZ blocked load functions
Valentin Schneider
2019-06-17
1
-10
/
+16
|
*
|
|
|
|
sched/core: Add __sched tag for io_schedule()
Gao Xiang
2019-06-17
1
-1
/
+1
|
*
|
|
|
|
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
2019-06-17
47
-264
/
+256
|
|
\
\
\
\
\
|
*
|
|
|
|
|
sched/fair: Remove sgs->sum_weighted_load
Dietmar Eggemann
2019-06-03
1
-3
/
+1
|
*
|
|
|
|
|
sched/core: Remove sd->*_idx
Dietmar Eggemann
2019-06-03
2
-25
/
+10
|
*
|
|
|
|
|
sched/core: Remove rq->cpu_load[]
Dietmar Eggemann
2019-06-03
3
-12
/
+1
|
*
|
|
|
|
|
sched/debug: Remove sd->*_idx range on sysctl
Dietmar Eggemann
2019-06-03
1
-23
/
+14
|
*
|
|
|
|
|
sched/fair: Replace source_load() & target_load() with weighted_cpuload()
Dietmar Eggemann
2019-06-03
2
-87
/
+4
|
*
|
|
|
|
|
sched/fair: Remove the rq->cpu_load[] update code
Dietmar Eggemann
2019-06-03
4
-264
/
+0
|
*
|
|
|
|
|
sched/fair: Remove rq->load
Dietmar Eggemann
2019-06-03
3
-9
/
+2
|
*
|
|
|
|
|
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
2019-06-03
9
-48
/
+50
*
|
|
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-09
12
-1500
/
+1982
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
locking/lockdep: increase size of counters for lockdep statistics
Kobe Wu
2019-06-25
1
-20
/
+16
|
*
|
|
|
|
|
|
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
2019-06-25
1
-39
/
+34
|
*
|
|
|
|
|
|
x86/percpu, sched/fair: Avoid local_clock()
Peter Zijlstra
2019-06-17
1
-2
/
+3
|
*
|
|
|
|
|
|
locking/rwsem: Guard against making count negative
Waiman Long
2019-06-17
1
-12
/
+41
|
*
|
|
|
|
|
|
locking/rwsem: Adaptive disabling of reader optimistic spinning
Waiman Long
2019-06-17
2
-8
/
+135
|
*
|
|
|
|
|
|
locking/rwsem: Enable time-based spinning on reader-owned rwsem
Waiman Long
2019-06-17
2
-30
/
+144
|
*
|
|
|
|
|
|
locking/rwsem: Make rwsem->owner an atomic_long_t
Waiman Long
2019-06-17
1
-45
/
+80
|
*
|
|
|
|
|
|
locking/rwsem: Enable readers spinning on writer
Waiman Long
2019-06-17
2
-12
/
+75
|
*
|
|
|
|
|
|
locking/rwsem: Clarify usage of owner's nonspinaable bit
Waiman Long
2019-06-17
1
-22
/
+21
|
*
|
|
|
|
|
|
locking/rwsem: Wake up almost all readers in wait queue
Waiman Long
2019-06-17
1
-5
/
+26
|
*
|
|
|
|
|
|
locking/rwsem: More optimal RT task handling of null owner
Waiman Long
2019-06-17
1
-7
/
+44
|
*
|
|
|
|
|
|
locking/rwsem: Always release wait_lock before waking up tasks
Waiman Long
2019-06-17
1
-16
/
+15
|
*
|
|
|
|
|
|
locking/rwsem: Implement lock handoff to prevent lock starvation
Waiman Long
2019-06-17
2
-54
/
+173
|
*
|
|
|
|
|
|
locking/rwsem: Make rwsem_spin_on_owner() return owner state
Waiman Long
2019-06-17
1
-18
/
+47
|
*
|
|
|
|
|
|
locking/rwsem: Code cleanup after files merging
Waiman Long
2019-06-17
2
-95
/
+42
|
*
|
|
|
|
|
|
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
2019-06-17
4
-900
/
+891
|
*
|
|
|
|
|
|
locking/rwsem: Implement a new locking scheme
Waiman Long
2019-06-17
2
-136
/
+85
|
*
|
|
|
|
|
|
locking/rwsem: Remove rwsem_wake() wakeup optimization
Waiman Long
2019-06-17
1
-72
/
+0
|
*
|
|
|
|
|
|
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2019-06-17
2
-24
/
+1
|
*
|
|
|
|
|
|
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
2019-06-17
1
-1
/
+1
|
*
|
|
|
|
|
|
jump_label: Batch updates if arch supports it
Daniel Bristot de Oliveira
2019-06-17
1
-0
/
+23
|
*
|
|
|
|
|
|
jump_label: Sort entries of the same key by the code
Daniel Bristot de Oliveira
2019-06-17
1
-0
/
+14
|
*
|
|
|
|
|
|
jump_label: Add a jump_label_can_update() helper
Daniel Bristot de Oliveira
2019-06-17
1
-11
/
+18
|
*
|
|
|
|
|
|
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
2019-06-17
47
-264
/
+256
|
|
\
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
locking/lock_events: Use raw_cpu_{add,inc}() for stats
Peter Zijlstra
2019-06-03
1
-41
/
+4
|
*
|
|
|
|
|
|
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
2019-06-03
1
-9
/
+9
[prev]
[next]