index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-3
/
+172
|
\
|
*
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-26
1
-3
/
+7
|
*
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
1
-0
/
+1
|
*
memory tiering: adjust hot threshold automatically
Huang Ying
2022-09-11
1
-5
/
+41
|
*
memory tiering: rate limit NUMA migration throughput
Huang Ying
2022-09-11
1
-2
/
+31
|
*
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-09-11
1
-0
/
+99
*
|
sched/fair: Move call to list_last_entry() in detach_tasks
Vincent Guittot
2022-09-15
1
-2
/
+2
*
|
sched/fair: Cleanup loop_max and loop_break
Vincent Guittot
2022-09-15
1
-7
/
+4
*
|
sched/fair: Make sure to try to detach at least one movable task
Vincent Guittot
2022-09-15
1
-3
/
+9
*
|
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
2022-09-07
1
-1
/
+1
*
|
sched/fair: Cleanup for SIS_PROP
Abel Wu
2022-09-07
1
-6
/
+6
*
|
sched/fair: Default to false in test_idle_cores()
Abel Wu
2022-09-07
1
-8
/
+8
*
|
sched/fair: Remove useless check in select_idle_core()
Abel Wu
2022-09-07
1
-3
/
+0
*
|
sched/fair: Avoid double search on same cpu
Abel Wu
2022-09-07
1
-0
/
+2
*
|
sched/fair: Remove redundant check in select_idle_smt()
Abel Wu
2022-09-07
1
-7
/
+4
*
|
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...
Ingo Molnar
2022-08-30
1
-5
/
+5
|
\
\
|
*
|
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
2022-08-12
1
-5
/
+5
|
|
/
*
|
sched/fair: Don't init util/runnable_avg for !fair task
Chengming Zhou
2022-08-23
1
-14
/
+14
*
|
sched/fair: Move task sched_avg attach to enqueue_task_fair()
Chengming Zhou
2022-08-23
1
-8
/
+3
*
|
sched/fair: Allow changing cgroup of new forked task
Chengming Zhou
2022-08-23
1
-0
/
+7
*
|
sched/fair: Fix another detach on unattached task corner case
Chengming Zhou
2022-08-23
1
-0
/
+11
*
|
sched/fair: Combine detach into dequeue when migrating task
Chengming Zhou
2022-08-23
1
-12
/
+16
*
|
sched/fair: Update comments in enqueue/dequeue_entity()
Chengming Zhou
2022-08-23
1
-2
/
+4
*
|
sched/fair: Reset sched_avg last_update_time before set_task_rq()
Chengming Zhou
2022-08-23
1
-1
/
+1
*
|
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
2022-08-23
1
-22
/
+1
*
|
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
2022-08-23
1
-8
/
+0
*
|
sched/fair: Make per-cpu cpumasks static
Bing Huang
2022-08-03
1
-2
/
+9
*
|
sched/fair: Remove unused parameter idle of _nohz_idle_balance()
Hao Jia
2022-08-03
1
-4
/
+3
*
|
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
2022-08-02
1
-4
/
+4
|
/
*
sched/fair: fix case with reduced capacity CPU
Vincent Guittot
2022-07-13
1
-12
/
+42
*
sched/fair: Remove the energy margin in feec()
Vincent Donnefort
2022-06-28
1
-15
/
+8
*
sched/fair: Remove task_util from effective utilization in feec()
Vincent Donnefort
2022-06-28
1
-63
/
+139
*
sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()
Dietmar Eggemann
2022-06-28
1
-9
/
+13
*
sched/fair: Rename select_idle_mask to select_rq_mask
Dietmar Eggemann
2022-06-28
1
-5
/
+5
*
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
2022-06-28
1
-11
/
+10
*
sched/fair: Decay task PELT values during wakeup migration
Vincent Donnefort
2022-06-28
1
-27
/
+129
*
sched/fair: Provide u64 read for 32-bits arch helper
Vincent Donnefort
2022-06-28
1
-70
/
+14
*
sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg
Chen Yu
2022-06-28
1
-0
/
+87
*
sched/fair: Remove redundant word " *"
Zhang Qiao
2022-06-28
1
-1
/
+1
*
sched: Allow newidle balancing to bail out of load_balance
Josh Don
2022-06-13
1
-1
/
+7
*
sched/fair: Optimize and simplify rq leaf_cfs_rq_list
Chengming Zhou
2022-06-13
1
-64
/
+28
*
sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...
K Prateek Nayak
2022-06-13
1
-3
/
+13
*
sched/numa: Apply imbalance limitations consistently
Mel Gorman
2022-06-13
1
-36
/
+45
*
sched/numa: Do not swap tasks between nodes when spare capacity is available
Mel Gorman
2022-06-13
1
-0
/
+9
*
sched/numa: Initialise numa_migrate_retry
Mel Gorman
2022-06-13
1
-0
/
+1
*
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-03
1
-1
/
+1
|
\
|
*
sched: Update task_tick_numa to ignore tasks without an mm
Eric W. Biederman
2022-05-11
1
-1
/
+1
*
|
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-26
1
-1
/
+31
|
\
\
|
*
|
sched: Move cfs_bandwidth_slice sysctls to fair.c
Zhen Ni
2022-04-06
1
-20
/
+31
|
*
|
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
2022-04-06
1
-0
/
+19
|
|
/
[next]