index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...
Waiman Long
2023-01-16
1
-2
/
+8
*
sched/fair: Fixes for capacity inversion detection
Qais Yousef
2023-01-13
1
-2
/
+11
*
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
2023-01-13
1
-19
/
+16
*
sched/core: Use kfree_rcu() in do_set_cpus_allowed()
Waiman Long
2023-01-09
1
-4
/
+29
*
sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
Waiman Long
2023-01-09
1
-5
/
+29
*
sched/core: Fix arch_scale_freq_tick() on tickless systems
Yair Podemsky
2023-01-07
1
-1
/
+3
*
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-14
1
-2
/
+1
|
\
|
*
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
2022-12-02
1
-2
/
+1
*
|
Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-12-13
2
-4
/
+27
|
\
\
|
*
|
sched: Move numa_balancing sysctls to its own file
Kefeng Wang
2022-11-21
2
-4
/
+27
*
|
|
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
1
-7
/
+11
|
\
\
\
|
*
|
|
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
2022-11-16
1
-7
/
+11
|
|
/
/
*
|
|
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-12-13
1
-1
/
+1
|
\
\
\
|
*
|
|
sched/fair: use try_cmpxchg in task_numa_work
Uros Bizjak
2022-11-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-13
6
-180
/
+603
|
\
\
\
|
*
|
|
sched: Clear ttwu_pending after enqueue_task()
Tianchen Ding
2022-11-16
1
-7
/
+11
|
*
|
|
sched/psi: Use task->psi_flags to clear in CPU migration
Chengming Zhou
2022-10-30
2
-19
/
+5
|
*
|
|
sched/psi: Stop relying on timer_pending() for poll_work rescheduling
Suren Baghdasaryan
2022-10-30
1
-10
/
+52
|
*
|
|
sched/psi: Fix avgs_work re-arm in psi_avgs_work()
Chengming Zhou
2022-10-30
1
-3
/
+27
|
*
|
|
sched/psi: Fix possible missing or delayed pending event
Hao Lee
2022-10-30
1
-3
/
+5
|
*
|
|
sched: Always clear user_cpus_ptr in do_set_cpus_allowed()
Waiman Long
2022-10-27
1
-1
/
+7
|
*
|
|
sched: Enforce user requested affinity
Waiman Long
2022-10-27
2
-0
/
+13
|
*
|
|
sched: Always preserve the user requested cpumask
Waiman Long
2022-10-27
2
-55
/
+72
|
*
|
|
sched: Introduce affinity_context
Waiman Long
2022-10-27
3
-47
/
+85
|
*
|
|
sched: Add __releases annotations to affine_move_task()
Waiman Long
2022-10-27
1
-1
/
+3
|
*
|
|
sched/fair: Check if prev_cpu has highest spare cap in feec()
Pierre Gondois
2022-10-27
1
-6
/
+7
|
*
|
|
sched/fair: Consider capacity inversion in util_fits_cpu()
Qais Yousef
2022-10-27
1
-5
/
+9
|
*
|
|
sched/fair: Detect capacity inversion
Qais Yousef
2022-10-27
2
-3
/
+79
|
*
|
|
sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...
Qais Yousef
2022-10-27
1
-6
/
+8
|
*
|
|
sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
Qais Yousef
2022-10-27
1
-1
/
+4
|
*
|
|
sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
Qais Yousef
2022-10-27
1
-8
/
+13
|
*
|
|
sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
Qais Yousef
2022-10-27
1
-3
/
+5
|
*
|
|
sched/uclamp: Fix fits_capacity() check in feec()
Qais Yousef
2022-10-27
3
-10
/
+68
|
*
|
|
sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
Qais Yousef
2022-10-27
2
-10
/
+25
|
*
|
|
sched/uclamp: Fix relationship between uclamp and migration margin
Qais Yousef
2022-10-27
1
-0
/
+123
|
|
/
/
*
|
|
Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"
Sam Wu
2022-11-22
1
-15
/
+15
*
|
|
sched: Fix race in task_call_func()
Peter Zijlstra
2022-11-14
1
-17
/
+35
|
/
/
*
|
sched: Introduce struct balance_callback to avoid CFI mismatches
Kees Cook
2022-10-17
4
-20
/
+26
*
|
sched/core: Fix comparison in sched_group_cookie_match()
Lin Shengwang
2022-10-17
1
-9
/
+9
|
/
*
Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-14
3
-74
/
+213
|
\
|
*
sched/psi: Per-cgroup PSI accounting disable/re-enable interface
Chengming Zhou
2022-09-09
1
-7
/
+63
|
*
sched/psi: Cache parent psi_group to speed up group iteration
Chengming Zhou
2022-09-09
1
-30
/
+19
|
*
sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressure
Chengming Zhou
2022-09-09
3
-2
/
+75
|
*
sched/psi: Remove NR_ONCPU task accounting
Johannes Weiner
2022-09-09
1
-11
/
+30
|
*
sched/psi: Optimize task switch inside shared cgroups again
Chengming Zhou
2022-09-09
1
-12
/
+9
|
*
sched/psi: Move private helpers to sched/stats.h
Chengming Zhou
2022-09-09
1
-0
/
+4
|
*
sched/psi: Save percpu memory when !psi_cgroups_enabled
Chengming Zhou
2022-09-09
1
-3
/
+4
|
*
sched/psi: Fix periodic aggregation shut off
Chengming Zhou
2022-09-09
1
-14
/
+14
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
4
-3
/
+189
|
\
\
|
*
|
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-27
1
-3
/
+7
[next]