index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
sched/isolation: Reconcile rcu_nocbs= and nohz_full=
Paul Gortmaker
2021-05-13
1
-3
/
+1
|
*
|
|
|
|
sched: Make multiple runqueue task counters 32-bit
Alexey Dobriyan
2021-05-12
2
-7
/
+7
|
*
|
|
|
|
sched: Make nr_iowait_cpu() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-1
/
+1
|
*
|
|
|
|
sched: Make nr_iowait() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-2
/
+2
|
*
|
|
|
|
sched: Make nr_running() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-2
/
+2
|
*
|
|
|
|
sched: Fix leftover comment typos
Ingo Molnar
2021-05-12
2
-5
/
+5
|
*
|
|
|
|
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-12
1
-1
/
+1
|
*
|
|
|
|
sched: prctl() core-scheduling interface
Chris Hyser
2021-05-12
1
-0
/
+114
|
*
|
|
|
|
sched: Inherit task cookie on fork()
Peter Zijlstra
2021-05-12
1
-0
/
+6
|
*
|
|
|
|
sched: Trivial core scheduling cookie management
Peter Zijlstra
2021-05-12
4
-3
/
+130
|
*
|
|
|
|
sched: Migration changes for core scheduling
Aubrey Li
2021-05-12
2
-6
/
+96
|
*
|
|
|
|
sched: Trivial forced-newidle balancer
Peter Zijlstra
2021-05-12
3
-1
/
+136
|
*
|
|
|
|
sched/fair: Snapshot the min_vruntime of CPUs on force idle
Joel Fernandes (Google)
2021-05-12
3
-25
/
+117
|
*
|
|
|
|
sched: Fix priority inversion of cookied task with sibling
Joel Fernandes (Google)
2021-05-12
1
-39
/
+26
|
*
|
|
|
|
sched/fair: Fix forced idle sibling starvation corner case
Vineeth Pillai
2021-05-12
3
-8
/
+49
|
*
|
|
|
|
sched: Add core wide task selection and scheduling
Peter Zijlstra
2021-05-12
2
-2
/
+305
|
*
|
|
|
|
sched: Basic tracking of matching tasks
Peter Zijlstra
2021-05-12
3
-50
/
+203
|
*
|
|
|
|
sched: Introduce sched_class::pick_task()
Peter Zijlstra
2021-05-12
6
-9
/
+87
|
*
|
|
|
|
sched: Allow sched_core_put() from atomic context
Peter Zijlstra
2021-05-12
1
-6
/
+27
|
*
|
|
|
|
sched: Optimize rq_lockp() usage
Peter Zijlstra
2021-05-12
4
-19
/
+36
|
*
|
|
|
|
sched: Core-wide rq->lock
Peter Zijlstra
2021-05-12
2
-4
/
+218
|
*
|
|
|
|
sched: Prepare for Core-wide rq->lock
Peter Zijlstra
2021-05-12
2
-33
/
+63
|
*
|
|
|
|
sched: Wrap rq::lock access
Peter Zijlstra
2021-05-12
10
-138
/
+136
|
*
|
|
|
|
sched: Provide raw_spin_rq_*lock*() helpers
Peter Zijlstra
2021-05-12
2
-0
/
+65
|
*
|
|
|
|
sched/fair: Add a few assertions
Peter Zijlstra
2021-05-12
1
-2
/
+9
|
*
|
|
|
|
sched: Simplify sched_info_on()
Peter Zijlstra
2021-05-12
1
-27
/
+10
|
*
|
|
|
|
sched: Rename sched_info_{queued,dequeued}
Peter Zijlstra
2021-05-12
2
-12
/
+12
|
*
|
|
|
|
sched/fair: Fix negative energy delta in find_energy_efficient_cpu()
Pierre Gondois
2021-05-12
1
-12
/
+15
|
*
|
|
|
|
sched/fair: Only compute base_energy_pd if necessary
Pierre Gondois
2021-05-12
1
-17
/
+24
|
*
|
|
|
|
sched,fair: Skip newidle_balance if a wakeup is pending
Rik van Riel
2021-05-12
1
-1
/
+10
|
*
|
|
|
|
sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()
Oleg Nesterov
2021-05-12
1
-1
/
+0
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
sched/fair: Ensure that the CFS parent is added after unthrottling
Rik van Riel
2021-06-22
1
-0
/
+28
*
|
|
|
|
Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-06-20
1
-19
/
+25
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
sched/fair: Correctly insert cfs_rq's to list on unthrottle
Odin Ugedal
2021-06-14
1
-19
/
+25
*
|
|
|
|
Revert "cpufreq: CPPC: Add support for frequency invariance"
Viresh Kumar
2021-06-14
1
-1
/
+0
|
/
/
/
/
*
|
/
/
sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
Dietmar Eggemann
2021-06-03
3
-13
/
+6
|
|
/
/
|
/
|
|
*
|
|
sched/pelt: Ensure that *_sum is always synced with *_avg
Vincent Guittot
2021-06-03
1
-2
/
+8
*
|
|
sched/fair: Make sure to update tg contrib for blocked load
Vincent Guittot
2021-05-31
1
-1
/
+1
*
|
|
sched/fair: Keep load_avg and load_sum synced
Vincent Guittot
2021-05-31
1
-6
/
+5
|
/
/
*
/
sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()
Gautham R. Shenoy
2021-05-12
1
-1
/
+1
|
/
*
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
2021-05-06
1
-3
/
+9
*
sched: Fix out-of-bound access in uclamp
Quentin Perret
2021-05-06
1
-1
/
+1
*
psi: Fix psi state corruption when schedule() races with cgroup move
Johannes Weiner
2021-05-06
1
-10
/
+26
*
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-04-28
20
-662
/
+798
|
\
|
*
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
2021-04-21
2
-2
/
+2
|
*
sched/debug: Fix cgroup_path[] serialization
Waiman Long
2021-04-21
1
-13
/
+29
|
*
sched,psi: Handle potential task count underflow bugs more gracefully
Charan Teja Reddy
2021-04-21
1
-2
/
+3
|
*
sched: Warn on long periods of pending need_resched
Paul Turner
2021-04-21
4
-1
/
+94
|
*
sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...
YueHaibing
2021-04-20
1
-22
/
+18
|
*
sched/debug: Rename the sched_debug parameter to sched_verbose
Peter Zijlstra
2021-04-17
3
-9
/
+9
[prev]
[next]