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/topology: Don't set SD_BALANCE_WAKE on cpuset domain relax
Valentin Schneider
2019-10-17
1
-6
/
+3
|
*
|
|
|
|
|
sched/cputime: Spare a seqcount lock/unlock cycle on context switch
Frederic Weisbecker
2019-10-09
1
-11
/
+19
|
*
|
|
|
|
|
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
2019-10-09
1
-9
/
+9
*
|
|
|
|
|
|
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-25
1
-4
/
+12
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
io-wq: small threadpool implementation for io_uring
Jens Axboe
2019-10-29
1
-4
/
+12
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
sched/uclamp: Fix incorrect condition
Qais Yousef
2019-11-15
1
-1
/
+1
*
|
|
|
|
|
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
2019-11-13
1
-9
/
+20
*
|
|
|
|
|
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
2019-11-13
1
-1
/
+2
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
2019-11-08
7
-58
/
+112
*
|
|
|
|
sched/core: Fix compilation error when cgroup not selected
Qais Yousef
2019-11-08
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
sched/topology: Allow sched_asym_cpucapacity to be disabled
Valentin Schneider
2019-10-29
1
-1
/
+5
*
|
|
|
sched/topology: Don't try to build empty sched domains
Valentin Schneider
2019-10-29
1
-1
/
+4
|
/
/
/
*
|
/
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-10-13
2
-17
/
+25
|
\
|
|
|
|
/
|
/
|
|
*
sched/vtime: Fix guest/system mis-accounting on task switch
Frederic Weisbecker
2019-10-09
1
-3
/
+3
|
*
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
2019-10-09
1
-14
/
+22
*
|
Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2019-10-04
1
-36
/
+7
|
\
\
|
|
/
|
/
|
|
*
sched_setattr: switch to copy_struct_from_user()
Aleksa Sarai
2019-10-01
1
-36
/
+7
*
|
membarrier: Fix RCU locking bug caused by faulty merge
Peter Zijlstra
2019-10-01
1
-1
/
+0
|
/
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-09-28
4
-130
/
+210
|
\
|
*
sched/fair: Avoid redundant EAS calculation
Quentin Perret
2019-09-25
1
-1
/
+1
|
*
sched/core: Remove double update_max_interval() call on CPU startup
Valentin Schneider
2019-09-25
1
-2
/
+0
|
*
sched/core: Fix preempt_schedule() interrupt return comment
Valentin Schneider
2019-09-25
1
-4
/
+3
|
*
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
2019-09-25
1
-13
/
+6
|
*
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
KeMeng Shi
2019-09-25
1
-2
/
+2
|
*
sched/membarrier: Return -ENOMEM to userspace on memory allocation failure
Mathieu Desnoyers
2019-09-25
1
-43
/
+20
|
*
sched/membarrier: Skip IPIs when mm->mm_users == 1
Mathieu Desnoyers
2019-09-25
1
-4
/
+5
|
*
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
2019-09-25
3
-45
/
+168
|
*
sched/membarrier: Remove redundant check
Mathieu Desnoyers
2019-09-25
1
-2
/
+2
|
*
sched/membarrier: Fix private expedited registration check
Mathieu Desnoyers
2019-09-25
1
-1
/
+1
|
*
tasks, sched/core: RCUify the assignment of rq->curr
Eric W. Biederman
2019-09-25
1
-2
/
+7
|
*
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
2019-09-25
2
-3
/
+3
|
*
tasks, sched/core: Ensure tasks are available for a grace period after leavin...
Eric W. Biederman
2019-09-25
1
-1
/
+1
|
*
sched/fair: Remove unused cfs_rq_clock_task() function
Qian Cai
2019-09-17
1
-16
/
+0
*
|
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-25
1
-1
/
+0
*
|
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-09-21
1
-5
/
+14
|
\
\
|
*
|
kernel.h: Add non_block_start/end()
Daniel Vetter
2019-09-07
1
-5
/
+14
*
|
|
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-09-18
2
-4
/
+10
|
\
\
\
|
*
\
\
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2019-09-17
1
-1
/
+6
|
|
\
\
\
|
|
*
|
|
sched/cpufreq: Align trace event behavior of fast switching
Douglas RAILLARD
2019-08-28
1
-1
/
+6
|
|
|
/
/
|
*
|
|
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2019-09-17
1
-3
/
+4
|
|
\
\
\
|
|
*
|
|
cpuidle: play_idle: Increase the resolution to usec
Daniel Lezcano
2019-09-03
1
-3
/
+4
*
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-09-17
3
-12
/
+15
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
posix-cpu-timers: Move expiry cache into struct posix_cputimers
Thomas Gleixner
2019-08-28
1
-2
/
+4
|
*
|
|
|
sched/deadline: Ensure inactive_timer runs in hardirq context
Juri Lelli
2019-08-01
1
-2
/
+2
|
*
|
|
|
sched: Mark hrtimers to expire in hard interrupt context
Sebastian Andrzej Siewior
2019-08-01
3
-8
/
+9
*
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-17
12
-472
/
+902
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-09-16
3
-10
/
+10
|
|
\
\
\
\
\
|
|
*
|
|
|
|
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
2019-07-31
3
-10
/
+10
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
sched/psi: Correct overly pessimistic size calculation
Miles Chen
2019-09-13
1
-1
/
+1
|
*
|
|
|
|
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
2019-09-13
1
-60
/
+50
[prev]
[next]