index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...
Dietmar Eggemann
2
-49
/
+44
2022-03-08
sched/deadline: Remove unused def_dl_bandwidth
Dietmar Eggemann
3
-9
/
+0
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-2
/
+2
2022-03-01
sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
Valentin Schneider
2
-16
/
+28
2022-03-01
sched/cpuacct: Remove redundant RCU read lock
Chengming Zhou
1
-2
/
+0
2022-03-01
sched/cpuacct: Optimize away RCU read lock
Chengming Zhou
1
-3
/
+1
2022-03-01
sched/cpuacct: Fix charge percpu cpuusage
Chengming Zhou
1
-1
/
+2
2022-02-28
Merge back cpufreq changes for v5.18.
Rafael J. Wysocki
1
-1
/
+1
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...
Ingo Molnar
4
-113
/
+46
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...
Ingo Molnar
1
-2
/
+41
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...
Ingo Molnar
1
-0
/
+24
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...
Ingo Molnar
1
-0
/
+29
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...
Ingo Molnar
1
-11
/
+70
2022-02-23
sched/headers: Standardize kernel/sched/sched.h header dependencies
Ingo Molnar
6
-11
/
+22
2022-02-23
sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...
Ingo Molnar
9
-15
/
+38
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
22
-63
/
+139
2022-02-23
sched/headers: Fix comment typo in kernel/sched/cpudeadline.c
Ingo Molnar
1
-1
/
+1
2022-02-23
sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...
Ingo Molnar
2
-24
/
+21
2022-02-23
sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...
Ingo Molnar
2
-0
/
+11
2022-02-23
sched/headers: Add header guard to kernel/sched/sched.h
Ingo Molnar
1
-0
/
+4
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
6
-102
/
+135
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
1
-2
/
+52
2022-02-19
sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
Mark Rutland
1
-0
/
+2
2022-02-19
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
1
-22
/
+37
2022-02-19
sched/preempt: Move PREEMPT_DYNAMIC logic later
Mark Rutland
1
-136
/
+136
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-13
/
+21
2022-02-16
sched/isolation: Split housekeeping cpumask per isolation features
Frederic Weisbecker
1
-29
/
+62
2022-02-16
sched/isolation: Fix housekeeping_mask memory leak
Frederic Weisbecker
1
-9
/
+10
2022-02-16
sched/isolation: Consolidate error handling
Frederic Weisbecker
1
-10
/
+9
2022-02-16
sched/isolation: Consolidate check for housekeeping minimum service
Frederic Weisbecker
1
-18
/
+17
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
4
-25
/
+37
2022-02-16
psi: fix possible trigger missing in the window
Zhaoyang Huang
1
-16
/
+30
2022-02-16
sched/numa: Avoid migrating task to CPU-less node
Huang Ying
1
-5
/
+20
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
4
-95
/
+137
2022-02-16
sched: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2
-2
/
+2
2022-02-11
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
2
-10
/
+65
2022-02-11
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
1
-8
/
+10
2022-02-06
sched/fair: Fix fault in reweight_entity
Tadeusz Struk
1
-5
/
+6
2022-02-04
cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_set
Kevin Hao
1
-1
/
+1
2022-02-02
block: check that there is a plug in blk_flush_plug
Christoph Hellwig
1
-5
/
+2
2022-02-02
block: remove blk_needs_flush_plug
Christoph Hellwig
1
-1
/
+1
2022-02-02
sched: move autogroup sysctls into its own file
Zhen Ni
2
-0
/
+24
2022-01-30
Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-4
/
+5
2022-01-30
psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
1
-38
/
+41
2022-01-27
psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
1
-38
/
+41
2022-01-27
sched/uclamp: Fix iowait boost escaping uclamp restriction
Qais Yousef
1
-0
/
+1
2022-01-27
sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
Qais Yousef
2
-84
/
+107
2022-01-27
sched/core: Export pelt_thermal_tp
Qais Yousef
1
-0
/
+1
2022-01-27
sched/numa: initialize numa statistics when forking new task
Honglei Wang
1
-0
/
+2
2022-01-27
sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
Bharata B Rao
1
-10
/
+0
[prev]
[next]