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
/
topology.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
sched: Move energy_aware sysctls to topology.c
Zhen Ni
1
-2
/
+23
2022-03-15
Merge branch 'sched/fast-headers' into sched/core
Ingo Molnar
1
-1
/
+0
2022-03-08
sched/topology: Remove redundant variable and fix incorrect type in build_sch...
K Prateek Nayak
1
-5
/
+3
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
1
-1
/
+0
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
1
-4
/
+4
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
1
-85
/
+121
2022-02-16
sched: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-02-11
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
1
-0
/
+53
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-11-06
mm: move node_reclaim_distance to fix NUMA without SMP
Geert Uytterhoeven
1
-1
/
+0
2021-10-31
sched/fair: Wait before decaying max_newidle_lb_cost
Vincent Guittot
1
-1
/
+1
2021-10-15
sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-15
sched: Add cluster scheduler level in core and related Kconfig for ARM64
Barry Song
1
-0
/
+5
2021-10-14
sched/topology: Remove unused numa_distance in cpu_attach_domain()
Yicong Yang
1
-4
/
+0
2021-10-05
sched/topology: Introduce sched_group::flags
Ricardo Neri
1
-3
/
+18
2021-08-20
sched/topology: Skip updating masks for non-online nodes
Valentin Schneider
1
-0
/
+65
2021-06-24
sched/topology: Rework CPU capacity asymmetry detection
Beata Michalska
1
-78
/
+131
2021-05-12
sched: Wrap rq::lock access
Peter Zijlstra
1
-2
/
+2
2021-04-17
sched/debug: Rename the sched_debug parameter to sched_verbose
Peter Zijlstra
1
-6
/
+6
2021-04-16
sched,debug: Convert sysctl sched_domains to debugfs
Peter Zijlstra
1
-5
/
+1
2021-03-25
sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()
Barry Song
1
-1
/
+1
2021-03-22
sched: Fix various typos
Ingo Molnar
1
-1
/
+1
2021-03-06
sched/topology: fix the issue groups don't span domain->span for NUMA diamete...
Barry Song
1
-30
/
+61
2021-02-17
sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()
Dietmar Eggemann
1
-1
/
+1
2021-01-27
sched/topology: Make sched_init_numa() use a set for the deduplicating sort
Valentin Schneider
1
-51
/
+48
2020-11-19
sched/topology: Condition EAS enablement on FIE support
Ionela Voinescu
1
-0
/
+9
2020-11-19
sched/topology,schedutil: Wrap sched domains rebuild
Ionela Voinescu
1
-7
/
+11
2020-11-19
sched/topology: Warn when NUMA diameter > 2
Valentin Schneider
1
-0
/
+33
2020-10-29
sched/deadline: Optimize sched_dl_global_validate()
Peng Liu
1
-0
/
+1
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-29
/
+40
2020-09-25
sched/fair: Reduce busy load balance interval
Vincent Guittot
1
-1
/
+1
2020-09-25
sched/fair: Reduce minimal imbalance threshold
Vincent Guittot
1
-1
/
+1
2020-09-09
sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTL
Valentin Schneider
1
-0
/
+6
2020-08-26
sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h
Valentin Schneider
1
-0
/
+7
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-19
sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPS
Valentin Schneider
1
-1
/
+1
2020-08-19
sched/topology: Propagate SD_ASYM_CPUCAPACITY upwards
Valentin Schneider
1
-2
/
+1
2020-08-19
sched/topology: Remove SD_SERIALIZE degeneration special case
Valentin Schneider
1
-4
/
+2
2020-08-19
sched/topology: Use prebuilt SD flag degeneration mask
Valentin Schneider
1
-16
/
+4
2020-08-19
sched/topology: Verify SD_* flags setup when sched_debug is on
Valentin Schneider
1
-0
/
+17
2020-08-19
ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN
Valentin Schneider
1
-7
/
+3
2020-08-03
Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-10
/
+10
2020-06-24
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
1
-10
/
+10
2020-06-15
sched: correct SD_flags returned by tl->sd_flags()
Peng Liu
1
-1
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-04-30
sched/topology: Kill SD_LOAD_BALANCE
Valentin Schneider
1
-2
/
+1
2020-04-30
sched: Remove checks against SD_LOAD_BALANCE
Valentin Schneider
1
-19
/
+9
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-03-06
sched/topology: Don't enable EAS on SMT systems
Valentin Schneider
1
-2
/
+10
2020-02-20
sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
Morten Rasmussen
1
-12
/
+3
[next]