index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
topology.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/topology: Check variable group before dereferencing it
Yi Wang
2018-07-25
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
sched/topology: Clarify root domain(s) debug string
Juri Lelli
2018-05-25
1
-1
/
+1
*
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-04
1
-4
/
+0
*
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-03-03
1
-21
/
+21
*
sched/rt: Up the root domain ref count when passing it around via IPIs
Steven Rostedt (VMware)
2018-02-06
1
-0
/
+13
*
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-11-08
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
sched/isolation: Move isolcpus= handling to the housekeeping code
Frederic Weisbecker
2017-10-27
1
-18
/
+6
*
|
sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...
Rakib Mullick
2017-10-24
1
-2
/
+2
*
|
sched/rt: Simplify the IPI based RT balancing logic
Steven Rostedt (Red Hat)
2017-10-10
1
-0
/
+6
*
|
sched/topology: Introduce NUMA identity node sched domain
Suravee Suthikulpanit
2017-10-10
1
-3
/
+15
*
|
sched/topology: Restore SD_PREFER_SIBLING on MC domains
Peter Zijlstra
2017-10-10
1
-0
/
+1
|
/
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-13
1
-3
/
+1
|
\
|
*
sched/debug: Add debugfs knob for "sched_debug"
Peter Zijlstra
2017-09-12
1
-3
/
+1
*
|
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
2017-09-08
1
-1
/
+1
|
/
*
sched/debug: Optimize sched_domain sysctl generation
Peter Zijlstra
2017-08-25
1
-0
/
+1
*
sched/topology: Avoid pointless rebuild
Peter Zijlstra
2017-08-25
1
-3
/
+12
*
sched/topology: Improve comments
Peter Zijlstra
2017-08-25
1
-2
/
+3
*
sched/topology: Fix memory leak in __sdt_alloc()
Shu Wang
2017-08-25
1
-9
/
+7
*
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
2017-08-10
1
-1
/
+1
*
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
2017-08-10
1
-3
/
+1
*
sched/topology: Rename sched_group_cpus()
Peter Zijlstra
2017-05-15
1
-19
/
+19
*
sched/topology: Rename sched_group_mask()
Peter Zijlstra
2017-05-15
1
-18
/
+15
*
sched/topology: Simplify sched_group_mask() usage
Peter Zijlstra
2017-05-15
1
-2
/
+3
*
sched/topology: Rewrite get_group()
Peter Zijlstra
2017-05-15
1
-24
/
+22
*
sched/topology: Add a few comments
Peter Zijlstra
2017-05-15
1
-7
/
+193
*
sched/topology: Fix overlapping sched_group_capacity
Peter Zijlstra
2017-05-15
1
-6
/
+16
*
sched/topology: Add sched_group_capacity debugging
Peter Zijlstra
2017-05-15
1
-10
/
+15
*
sched/topology: Small cleanup
Peter Zijlstra
2017-05-15
1
-2
/
+5
*
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
2017-05-15
1
-1
/
+17
*
sched/topology: Remove FORCE_SD_OVERLAP
Peter Zijlstra
2017-05-15
1
-1
/
+1
*
sched/topology: Move comment about asymmetric node setups
Lauro Ramos Venancio
2017-05-15
1
-9
/
+10
*
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
2017-05-15
1
-2
/
+2
*
sched/topology: Verify the first group matches the child domain
Peter Zijlstra
2017-05-15
1
-0
/
+6
*
sched/debug: Print the scheduler topology group mask
Peter Zijlstra
2017-05-15
1
-1
/
+11
*
sched/topology: Simplify build_overlap_sched_groups()
Peter Zijlstra
2017-05-15
1
-11
/
+2
*
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
2017-05-15
1
-1
/
+1
*
sched/topology: Refactor function build_overlap_sched_groups()
Lauro Ramos Venancio
2017-05-15
1
-19
/
+43
*
sched/topology: Split out scheduler topology code from core.c into topology.c
Ingo Molnar
2017-02-07
1
-0
/
+1658