index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-3
/
+5
2026-08-07
sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacity
Ricardo Neri
1
-4
/
+0
2026-08-07
sched/fair: Allow load balancing between CPUs of identical capacity
Ricardo Neri
1
-1
/
+8
2026-08-07
sched/fair: Skip misfit load accounting when the destination CPU cannot help
Ricardo Neri
1
-4
/
+17
2026-08-07
sched/fair: Check CPU capacity before comparing group types during load balance
Ricardo Neri
1
-11
/
+11
2026-08-07
sched/fair: Also gate overloaded status update for SD_ASYM_CPUCAPACITY
Ricardo Neri
1
-1
/
+3
2026-08-07
sched/fair: Do not skip CPUs of similar capacity with busy SMT siblings
Ricardo Neri
1
-3
/
+11
2026-08-07
sched/fair: Prefer fully idle cores for NOHZ balancing
Andrea Righi
1
-11
/
+44
2026-08-05
sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL
Oleg Nesterov
2
-6
/
+6
2026-08-04
block: split out a new blk_plug.h header
Christoph Hellwig
1
-1
/
+0
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
5
-11
/
+141
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
6
-33
/
+558
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
2
-24
/
+143
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
2
-70
/
+118
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
3
-6
/
+10
2026-08-03
sched_ext: Reject internal enq_flags in the dsq move kfuncs
Tejun Heo
1
-8
/
+13
2026-08-03
sched_ext: Factor out __scx_bpf_now()
Tejun Heo
2
-30
/
+30
2026-08-03
sched_ext: Make several ext.c helpers available outside ext.c
Tejun Heo
2
-90
/
+90
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
3
-8
/
+8
2026-08-03
sched_ext: Initialize idle masks as busy
Andrea Righi
1
-8
/
+8
2026-08-03
Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-10
/
+41
2026-08-03
Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-16
/
+59
2026-08-02
sched_ext: Set errno on ENABLING -> ENABLED transition failure
Liang Luo
1
-0
/
+1
2026-08-02
sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc
Liang Luo
1
-2
/
+2
2026-08-02
Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2026-07-31
Merge back cpufreq material for 7.3
Rafael J. Wysocki
1
-3
/
+5
2026-07-30
sched/deadline: Use revised wakeup rule only for running dl_server
Gabriele Monaco
1
-1
/
+2
2026-07-27
sched_ext: Report scx_link_sched() failures inline
Tejun Heo
1
-20
/
+9
2026-07-27
sched_ext: Abort directly from the hardlockup handler
Tejun Heo
1
-26
/
+9
2026-07-27
sched_ext: Report NMI kicks with scx_error()
Tejun Heo
2
-6
/
+1
2026-07-27
sched_ext: Format bstr exit messages after claiming the exit
Tejun Heo
3
-40
/
+64
2026-07-27
sched_ext: Make exit claiming lock-free
Tejun Heo
3
-45
/
+79
2026-07-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
5
-40
/
+46
2026-07-25
sched_ext: Use rcu_access_pointer() for the first_task comparison
Tejun Heo
1
-1
/
+1
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
4
-21
/
+50
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
3
-10
/
+26
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
2
-10
/
+41
2026-07-24
sched_ext: Factor out scx_cpuperf_set()
Tejun Heo
1
-33
/
+45
2026-07-24
sched_ext: Count kicks denied for lacking baseline cid access
Tejun Heo
2
-6
/
+22
2026-07-24
sched_ext: Gate local DSQ reenq on baseline cid access
Tejun Heo
2
-1
/
+20
2026-07-23
sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-doc
Liang Luo
1
-3
/
+3
2026-07-23
sched_ext: Repair kernel-doc comments
Randy Dunlap
1
-3
/
+6
2026-07-23
Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux
Rafael J. Wysocki
2
-59
/
+141
2026-07-22
sched_ext: Fix stale errno in scx_sub_enable_workfn()
Cui Jian
1
-0
/
+2
2026-07-22
sched_ext: Mark waker CPU busy when selected in WAKE_SYNC case
Kuba Piecuch
1
-1
/
+3
2026-07-22
cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs show
Zhongqiu Han
1
-1
/
+1
2026-07-22
cpufreq: schedutil: Publish util hooks only after all sg_cpu are initialized
Zhongqiu Han
1
-0
/
+11
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
5
-139
/
+273
2026-07-21
sched_ext: Drop unused scx_cpumask_to_cmask()
Tejun Heo
2
-22
/
+0
2026-07-21
sched_ext: Skip the default CPU selection while bypassing
Tejun Heo
1
-2
/
+13
[prev]
[next]