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
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group()
Tejun Heo
1
-2
/
+2
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+7
2025-05-31
sched/numa: add statistics of numa balance task
Chen Yu
1
-2
/
+7
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-65
/
+83
2025-05-21
sched/uclamp: Align uclamp and util_est and call before freq update
Xuewen Yan
1
-7
/
+10
2025-05-14
sched,livepatch: Untangle cond_resched() and live-patching
Peter Zijlstra
1
-42
/
+8
2025-04-30
sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks
John Stultz
1
-0
/
+6
2025-04-08
sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
Michal Koutný
1
-12
/
+24
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
1
-1
/
+5
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
1
-1
/
+1
2025-04-08
sched: Add commadline option for RT_GROUP_SCHED toggling
Michal Koutný
1
-0
/
+25
2025-04-08
sched: Fix trace_sched_switch(.prev_state)
Peter Zijlstra
1
-2
/
+4
2025-04-03
rseq: Eliminate useless task_work on execve
Mathieu Desnoyers
1
-1
/
+0
2025-03-27
Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+22
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-39
/
+73
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-1
/
+3
2025-03-24
Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-7
/
+2
2025-03-24
sched: Add sched tracepoints for RV task model
Gabriele Monaco
1
-1
/
+22
2025-03-19
sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
Ingo Molnar
1
-15
/
+3
2025-03-19
sched/debug: Make 'const_debug' tunables unconditional __read_mostly
Ingo Molnar
1
-2
/
+2
2025-03-19
sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
Ingo Molnar
1
-12
/
+12
2025-03-17
sched/deadline: Rebuild root domain accounting after every update
Juri Lelli
1
-2
/
+2
2025-03-17
sched/topology: Wrappers for sched_domains_mutex
Juri Lelli
1
-2
/
+2
2025-03-17
sched: Add a generic function to return the preemption string
Sebastian Andrzej Siewior
1
-0
/
+47
2025-03-15
Revert "sched/core: Reduce cost of sched_move_task when config autogroup"
Dietmar Eggemann
1
-18
/
+3
2025-03-15
sched/uclamp: Optimize sched_uclamp_used static key enabling
Xuewen Yan
1
-3
/
+3
2025-03-15
sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it
Xuewen Yan
1
-2
/
+2
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
1
-6
/
+8
2025-02-27
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner
1
-1
/
+1
2025-02-21
sched/core: Remove duplicate included header file stats.h
Thorsten Blum
1
-1
/
+0
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-16
Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2025-02-14
Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-3
/
+4
2025-02-13
sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP
Tejun Heo
1
-7
/
+2
2025-02-08
sched: Clarify wake_up_q()'s write to task->wake_q.next
Jann Horn
1
-2
/
+3
2025-02-05
sched: update __cond_resched comment about RCU quiescent states
Ankur Arora
1
-1
/
+3
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-27
sched_ext: Fix incorrect autogroup migration detection
Tejun Heo
1
-3
/
+4
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-8
/
+16
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2025-01-24
hung_task: add task->flags, blocked by coredump to log
Oxana Kharitonova
1
-2
/
+2
2025-01-23
Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-1
/
+5
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
1
-1
/
+1
2025-01-13
lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
Nicholas Piggin
1
-7
/
+15
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
1
-1
/
+1
2025-01-13
psi: Fix race when task wakes up before psi_sched_switch() adjusts flags
Chengming Zhou
1
-3
/
+3
2025-01-13
sched: Don't account irq time if sched_clock_irqtime is disabled
Yafang Shao
1
-21
/
+23
2025-01-10
sched_ext: Implement scx_bpf_now()
Changwoo Min
1
-1
/
+5
2025-01-08
sched,arm64: Handle CPU isolation on last resort fallback rq selection
Frederic Weisbecker
1
-1
/
+1
[next]