index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Fix reschedule which is generated on throttled cfs_rq
Kirill Tkhai
2014-08-20
1
-3
/
+3
*
sched: Match declaration with definition
Pranith Kumar
2014-08-20
1
-1
/
+1
*
sched: Change autogroup_move_group() to use for_each_thread()
Oleg Nesterov
2014-08-20
1
-4
/
+1
*
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
2014-08-20
1
-8
/
+2
*
sched: s/do_each_thread/for_each_process_thread/ in debug.c
Oleg Nesterov
2014-08-20
1
-4
/
+2
*
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
2014-08-20
1
-7
/
+6
*
sched/numa: Fix numa capacity computation
Rik van Riel
2014-08-12
1
-3
/
+8
*
sched/numa: Fix off-by-one in capacity check
Rik van Riel
2014-08-12
1
-1
/
+1
*
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
2014-08-12
1
-7
/
+6
*
sched/fair: Allow calculate_imbalance() to move idle cpus
Peter Zijlstra
2014-08-12
1
-6
/
+5
*
sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd
Rik van Riel
2014-08-12
1
-12
/
+37
*
sched/fair: Make calculate_imbalance() independent
Peter Zijlstra
2014-08-12
1
-1
/
+1
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-08-04
8
-184
/
+301
|
\
|
*
sched/fair: Fix 'make xmldocs' warning caused by missing description
Masanari Iida
2014-07-28
1
-0
/
+1
|
*
sched: Use macro for magic number of -1 for setparam
Steven Rostedt
2014-07-28
1
-7
/
+10
|
*
sched: Robustify topology setup
Peter Zijlstra
2014-07-28
1
-0
/
+14
|
*
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2014-07-28
2
-9
/
+5
|
|
\
|
|
*
sched: Fix sched_setparam() policy == -1 logic
Daniel Bristot de Oliveira
2014-07-28
1
-2
/
+3
|
*
|
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
2014-07-16
1
-8
/
+8
|
*
|
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
1
-0
/
+18
|
*
|
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
2014-07-16
1
-14
/
+6
|
*
|
sched: Fix static_key race with sched_feat()
Jason Baron
2014-07-16
1
-0
/
+5
|
*
|
sched: Remove extra static_key*() function indirection
Jason Baron
2014-07-16
1
-11
/
+1
|
*
|
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
2014-07-16
1
-1
/
+1
|
*
|
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
2014-07-16
6
-45
/
+47
|
*
|
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2014-07-16
1
-3
/
+3
|
*
|
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
2014-07-05
1
-0
/
+3
|
*
|
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2014-07-05
2
-1
/
+29
|
*
|
sched/numa: Change scan period code to match intent
Rik van Riel
2014-07-05
1
-4
/
+4
|
*
|
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
2014-07-05
1
-6
/
+13
|
*
|
sched/numa: Examine a task move when examining a task swap
Rik van Riel
2014-07-05
1
-2
/
+21
|
*
|
sched/numa: Simplify task_numa_compare()
Rik van Riel
2014-07-05
1
-6
/
+1
|
*
|
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
2014-07-05
1
-6
/
+14
|
*
|
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
2014-07-05
1
-15
/
+24
|
*
|
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
2014-07-05
1
-16
/
+1
|
*
|
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2014-07-05
2
-5
/
+28
|
*
|
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
2014-07-05
1
-2
/
+2
|
*
|
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
2014-07-05
1
-2
/
+11
|
*
|
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
2014-07-05
1
-21
/
+20
|
*
|
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
2014-07-05
1
-7
/
+3
|
*
|
Merge branch 'timers/nohz' into sched/core
Ingo Molnar
2014-07-05
2
-12
/
+22
|
|
\
\
|
|
*
|
nohz: Use IPI implicit full barrier against rq->nr_running r/w
Frederic Weisbecker
2014-06-16
2
-6
/
+13
|
|
*
|
nohz: Use nohz own full kick on 2nd task enqueue
Frederic Weisbecker
2014-06-16
2
-5
/
+2
|
|
*
|
nohz: Switch to nohz full remote kick on timer enqueue
Frederic Weisbecker
2014-06-16
1
-1
/
+7
|
*
|
|
sched: Fix CACHE_HOT_BUDY condition
Hillf Danton
2014-06-18
1
-5
/
+4
|
*
|
|
sched/numa: Always try to migrate to preferred node at task_numa_placement() ...
Rik van Riel
2014-06-18
1
-5
/
+7
|
*
|
|
sched/numa: Ensure task_numa_migrate() checks the preferred node
Rik van Riel
2014-06-18
1
-3
/
+2
|
|
/
/
*
|
|
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-08-04
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
2014-07-15
2
-2
/
+2
|
|
/
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-07-19
1
-1
/
+1
|
\
\
[next]