index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
sched/numa: Fix the potential null pointer dereference in task_numa_work()
Shawn Wang
1
-2
/
+2
2024-11-01
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
1
-1
/
+3
2024-10-10
sched: psi: fix bogus pressure spikes from aggregation race
Johannes Weiner
1
-14
/
+12
2024-10-10
sched/core: Clear prev->dl_server in CFS pick fast path
Youssef Esmat
1
-0
/
+7
2024-10-10
sched/core: Add clearing of ->dl_server in put_prev_task_balance()
Joel Fernandes (Google)
1
-8
/
+8
2024-10-04
sched/pelt: Use rq_clock_task() for hw_pressure
Chen Yu
1
-1
/
+2
2024-10-04
sched/numa: Fix the vma scan starving issue
Yujie Liu
1
-0
/
+9
2024-10-04
sched/deadline: Fix schedstats vs deadline servers
Huang Shijie
1
-22
/
+16
2024-10-04
sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
Tianchen Ding
1
-13
/
+9
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
1
-10
/
+0
2024-07-29
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
1
-14
/
+26
2024-07-29
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
1
-7
/
+19
2024-07-29
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
1
-0
/
+6
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
3
-8
/
+8
2024-07-16
Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
17
-2044
/
+2130
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
6
-20
/
+39
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
3
-18
/
+14
2024-07-04
sched/psi: Optimise psi_group_change a bit
Tvrtko Ursulin
1
-27
/
+27
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
4
-10
/
+30
2024-07-01
sched/deadline: Fix task_struct reference leak
Wander Lairson Costa
1
-1
/
+6
2024-07-01
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
1
-9
/
+3
2024-06-06
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
1
-7
/
+7
2024-06-05
sched/balance: Skip unnecessary updates to idle load balancer's flags
Tim Chen
1
-0
/
+7
2024-06-05
idle: Remove stale RCU comment
Christian Loehle
1
-6
/
+0
2024-06-05
sched/headers: Move struct pre-declarations to the beginning of the header
Ingo Molnar
1
-10
/
+6
2024-06-05
sched/core: Clean up kernel/sched/sched.h a bit
Ingo Molnar
1
-132
/
+180
2024-06-05
sched/core: Simplify prefetch_curr_exec_start()
Ingo Molnar
1
-2
/
+2
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
16
-92
/
+92
2024-05-27
sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c
Ingo Molnar
4
-1773
/
+1818
2024-05-21
Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux
Linus Torvalds
1
-4
/
+2
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-6
/
+8
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-6
/
+0
2024-05-17
sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...
Cheng Yu
1
-1
/
+1
2024-05-17
sched/fair: Remove stale FREQUENCY_UTIL comment
Christian Loehle
1
-2
/
+2
2024-05-17
sched/fair: Fix initial util_avg calculation
Dawei Li
1
-2
/
+3
2024-05-17
sched/debug: Dump domains' level
Vitalii Bursov
1
-0
/
+1
2024-05-17
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
1
-1
/
+1
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-323
/
+379
2024-05-09
sched/topology: Optimize topology_span_sane()
Kyle Meyer
1
-4
/
+2
2024-04-28
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
Oleg Nesterov
1
-1
/
+6
2024-04-28
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
Oleg Nesterov
1
-1
/
+10
2024-04-24
sched/pelt: Remove shift of thermal clock
Vincent Guittot
3
-27
/
+3
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
5
-34
/
+34
2024-04-24
sched/cpufreq: Take cpufreq feedback into account
Vincent Guittot
1
-20
/
+25
2024-04-24
sched/fair: Fix update of rd->sg_overutilized
Vincent Guittot
1
-1
/
+1
2024-04-24
scheduler: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
6
-6
/
+0
2024-04-22
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
Xuewen Yan
1
-6
/
+12
[next]