index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
sched: Disable -Wunused-but-set-variable
Peter Zijlstra
2021-10-15
1
-0
/
+4
|
*
|
|
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-0
/
+19
|
*
|
|
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
2021-10-14
1
-21
/
+22
|
*
|
|
sched/topology: Remove unused numa_distance in cpu_attach_domain()
Yicong Yang
2021-10-14
1
-4
/
+0
|
*
|
|
sched/numa: Fix a few comments
Bharata B Rao
2021-10-14
1
-2
/
+2
|
*
|
|
sched/numa: Remove the redundant member numa_group::fault_cpus
Bharata B Rao
2021-10-14
1
-7
/
+5
|
*
|
|
sched/numa: Replace hard-coded number by a define in numa_task_group()
Bharata B Rao
2021-10-14
1
-1
/
+2
|
*
|
|
sched: Simplify wake_up_*idle*()
Peter Zijlstra
2021-10-07
1
-9
/
+5
|
*
|
|
sched,rcu: Rework try_invoke_on_locked_down_task()
Peter Zijlstra
2021-10-07
1
-3
/
+3
|
*
|
|
sched: Improve try_invoke_on_locked_down_task()
Peter Zijlstra
2021-10-07
1
-24
/
+39
|
*
|
|
sched: Fix DEBUG && !SCHEDSTATS warn
Peter Zijlstra
2021-10-06
1
-1
/
+2
|
*
|
|
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
2021-10-05
1
-5
/
+0
|
*
|
|
sched: Remove pointless preemption disable in sched_submit_work()
Thomas Gleixner
2021-10-05
1
-8
/
+2
|
*
|
|
sched: Move kprobes cleanup out of finish_task_switch()
Thomas Gleixner
2021-10-05
1
-6
/
+0
|
*
|
|
sched: Disable TTWU_QUEUE on RT
Thomas Gleixner
2021-10-05
1
-0
/
+5
|
*
|
|
sched: Limit the number of task migrations per batch on RT
Thomas Gleixner
2021-10-05
1
-0
/
+4
|
*
|
|
sched: Move mmdrop to RCU on RT
Thomas Gleixner
2021-10-05
1
-1
/
+1
|
*
|
|
sched: Make cookie functions static
Shaokun Zhang
2021-10-05
2
-9
/
+5
|
*
|
|
sched/fair: Consider SMT in ASYM_PACKING load balance
Ricardo Neri
2021-10-05
1
-0
/
+92
|
*
|
|
sched/fair: Carve out logic to mark a group for asymmetric packing
Ricardo Neri
2021-10-05
1
-7
/
+13
|
*
|
|
sched/fair: Provide update_sg_lb_stats() with sched domain statistics
Ricardo Neri
2021-10-05
1
-2
/
+3
|
*
|
|
sched/fair: Optimize checking for group_asym_packing
Ricardo Neri
2021-10-05
1
-1
/
+1
|
*
|
|
sched/topology: Introduce sched_group::flags
Ricardo Neri
2021-10-05
2
-3
/
+19
|
*
|
|
sched: Provide Kconfig support for default dynamic preempt mode
Frederic Weisbecker
2021-10-05
1
-3
/
+26
|
*
|
|
sched: Remove unused inline function __rq_clock_broken()
YueHaibing
2021-10-05
1
-5
/
+0
|
*
|
|
sched/dl: Support schedstats for deadline sched class
Yafang Shao
2021-10-05
1
-0
/
+93
|
*
|
|
sched/dl: Support sched_stat_runtime tracepoint for deadline sched class
Yafang Shao
2021-10-05
1
-0
/
+2
|
*
|
|
sched/rt: Support schedstats for RT sched class
Yafang Shao
2021-10-05
1
-0
/
+124
|
*
|
|
sched/rt: Support sched_stat_runtime tracepoint for RT sched class
Yafang Shao
2021-10-05
1
-0
/
+2
|
*
|
|
sched: Introduce task block time in schedstats
Yafang Shao
2021-10-05
2
-2
/
+5
|
*
|
|
sched: Make schedstats helpers independent of fair sched class
Yafang Shao
2021-10-05
3
-115
/
+152
|
*
|
|
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
2021-10-05
7
-97
/
+140
|
*
|
|
sched/fair: Use __schedstat_set() in set_next_entity()
Yafang Shao
2021-10-05
1
-3
/
+3
|
*
|
|
sched/fair: Add cfs bandwidth burst statistics
Huaixin Chang
2021-10-05
3
-3
/
+22
|
*
|
|
sched: adjust sleeper credit for SCHED_IDLE entities
Josh Don
2021-10-05
1
-1
/
+6
|
*
|
|
sched: reduce sched slice for SCHED_IDLE entities
Josh Don
2021-10-05
3
-5
/
+27
|
*
|
|
sched: Account number of SCHED_IDLE entities on each cfs_rq
Josh Don
2021-10-05
3
-1
/
+27
|
*
|
|
sched/core: Simplify core-wide task selection
Peter Zijlstra
2021-10-05
1
-111
/
+45
|
*
|
|
sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD
Sebastian Andrzej Siewior
2021-10-05
1
-1
/
+1
|
*
|
|
sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle
Valentin Schneider
2021-10-05
1
-2
/
+13
|
*
|
|
sched/fair: Add NOHZ balancer flag for nohz.next_balance updates
Valentin Schneider
2021-10-05
2
-11
/
+21
*
|
|
|
Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-01
1
-24
/
+43
|
\
\
\
\
|
*
|
|
|
sched: Make RCU nest depth distinct in __might_resched()
Thomas Gleixner
2021-10-01
1
-12
/
+16
|
*
|
|
|
sched: Make might_sleep() output less confusing
Thomas Gleixner
2021-10-01
1
-5
/
+22
|
*
|
|
|
sched: Cleanup might_sleep() printks
Thomas Gleixner
2021-10-01
1
-8
/
+6
|
*
|
|
|
sched: Remove preempt_offset argument from __might_sleep()
Thomas Gleixner
2021-10-01
1
-2
/
+2
|
*
|
|
|
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2021-10-01
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
2
-4
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
block: cleanup the flush plug helpers
Christoph Hellwig
2021-10-20
1
-2
/
+3
|
*
|
|
sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h
Christoph Hellwig
2021-10-18
2
-2
/
+1
|
|
|
/
|
|
/
|
[prev]
[next]