index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
Merge branch 'sched/urgent' into sched/core, to pick up fix
Ingo Molnar
1
-1
/
+1
2020-05-26
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
1
-1
/
+1
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
2
-7
/
+35
2020-05-25
sched/core: Optimize ttwu() spinning on p->on_cpu
Peter Zijlstra
1
-21
/
+31
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-14
/
+39
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
3
-1
/
+21
2020-05-19
sched/cpuacct: Fix charge cpuacct.usage_sys
Muchun Song
1
-1
/
+2
2020-05-19
sched/fair: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-2
/
+2
2020-05-19
sched/pelt: Sync util/runnable_sum with PELT window when propagating
Vincent Guittot
2
-22
/
+51
2020-05-19
sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()
Muchun Song
1
-2
/
+2
2020-05-19
sched/fair: Optimize enqueue_task_fair()
Vincent Guittot
1
-20
/
+19
2020-05-19
Merge branch 'sched/urgent'
Peter Zijlstra
2
-14
/
+39
2020-05-19
sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
Vincent Guittot
1
-12
/
+30
2020-05-19
sched/debug: Fix requested task uclamp values shown in procfs
Pavankumar Kondeti
1
-2
/
+2
2020-05-19
sched/fair: Fix enqueue_task_fair() warning some more
Phil Auld
1
-0
/
+7
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
1
-7
/
+2
2020-05-18
scs: Move scs_overflow_check() out of architecture code
Will Deacon
1
-0
/
+3
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
1
-0
/
+2
2020-05-12
sched: Make scheduler_ipi inline
Thomas Gleixner
1
-10
/
+0
2020-05-12
sched: Clean up scheduler_ipi()
Peter Zijlstra (Intel)
3
-39
/
+36
2020-04-30
sched/core: Simplify sched_init()
Wei Yang
1
-2
/
+2
2020-04-30
sched/fair: Use __this_cpu_read() in wake_wide()
Muchun Song
1
-1
/
+1
2020-04-30
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
1
-2
/
+3
2020-04-30
sched/fair: Mark sched_init_granularity __init
Muchun Song
1
-1
/
+1
2020-04-30
sched/fair: Refill bandwidth before scaling
Huaixin Chang
1
-2
/
+2
2020-04-30
sched: Extract the task putting code from pick_next_task()
Chen Yu
1
-16
/
+23
2020-04-30
sched: Make newidle_balance() static again
Chen Yu
2
-6
/
+4
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
2
-31
/
+11
2020-04-30
sched/debug: Make sd->flags sysctl read-only
Valentin Schneider
1
-1
/
+1
2020-04-30
sched/fair: find_idlest_group(): Remove unused sd_flag parameter
Valentin Schneider
1
-5
/
+3
2020-04-30
sched/fair: Simplify the code of should_we_balance()
Peng Wang
1
-11
/
+5
2020-04-30
sched/fair: Remove distribute_running from CFS bandwidth
Josh Don
2
-13
/
+1
2020-04-30
sched/fair: Eliminate bandwidth race between throttling and distribution
Paul Turner
1
-32
/
+47
2020-04-30
sched/debug: Fix trival print_task() format
Xie XiuQi
1
-3
/
+3
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
4
-14
/
+10
2020-04-27
sched/core: Add function to sample state of locked-down task
Paul E. McKenney
1
-0
/
+48
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
4
-14
/
+10
2020-04-22
sched/core: Fix reset-on-fork from RT with uclamp
Quentin Perret
1
-7
/
+2
2020-04-15
sched/vtime: Work around an unitialized variable warning
Borislav Petkov
1
-2
/
+2
2020-04-15
sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters
Peter Xu
1
-2
/
+19
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
16
-547
/
+1097
2020-04-08
sched/debug: Add task uclamp values to SCHED_DEBUG procfs
Valentin Schneider
1
-0
/
+6
2020-04-08
sched/debug: Factor out printing formats into common macros
Valentin Schneider
1
-14
/
+12
2020-04-08
sched/debug: Remove redundant macro define
Valentin Schneider
1
-12
/
+0
2020-04-08
sched/core: Remove unused rq::last_load_update_tick
Vincent Donnefort
2
-2
/
+0
2020-04-08
workqueue: Remove the warning in wq_worker_sleeping()
Sebastian Andrzej Siewior
1
-1
/
+2
2020-04-08
sched/fair: Fix negative imbalance in imbalance calculation
Aubrey Li
1
-0
/
+8
2020-04-08
sched/fair: Fix race between runtime distribution and assignment
Huaixin Chang
1
-20
/
+11
2020-04-08
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
3
-11
/
+8
[prev]
[next]