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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2
-0
/
+10
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
1
-0
/
+14
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
1
-0
/
+23
2025-09-03
sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operations
Tejun Heo
3
-56
/
+14
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2
-16
/
+19
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
4
-1057
/
+1062
2025-09-03
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
1
-1
/
+1
2025-09-03
sched_ext: Make explicit scx_task_iter_relock() calls unnecessary
Tejun Heo
1
-20
/
+23
2025-09-03
sched: Fix sched_numa_find_nth_cpu() if mask offline
Christian Loehle
1
-0
/
+2
2025-09-03
sched/fair: Get rid of throttled_lb_pair()
Aaron Lu
1
-31
/
+4
2025-09-03
sched/fair: Task based throttle time accounting
Aaron Lu
2
-25
/
+32
2025-09-03
sched/fair: Switch to task based throttle model
Valentin Schneider
3
-167
/
+181
2025-09-03
sched/fair: Implement throttle task work and related helpers
Valentin Schneider
1
-0
/
+65
2025-09-03
sched/fair: Add related data structure for task based throttle
Valentin Schneider
3
-0
/
+19
2025-09-03
sched: Move STDL_INIT() functions out-of-line
Peter Zijlstra
1
-0
/
+45
2025-09-03
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
1
-18
/
+10
2025-09-03
sched/deadline: Fix race in push_dl_task()
Harshit Agarwal
1
-24
/
+49
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
3
-5
/
+5
2025-08-26
sched/deadline: Don't count nr_running for dl_server proxy tasks
Yicong Yang
1
-2
/
+6
2025-08-26
sched/deadline: Fix RT task potential starvation when expiry time passed
kuyo chang
1
-3
/
+5
2025-08-26
sched/deadline: Always stop dl-server before changing parameters
Juri Lelli
1
-4
/
+2
2025-08-26
sched/deadline: Fix dl_server_stopped()
Huacai Chen
1
-1
/
+1
2025-08-11
sched/ext: Fix invalid task state transitions on class switch
Andrea Righi
1
-0
/
+4
2025-08-04
sched/psi: Fix psi_seq initialization
Peter Zijlstra
1
-5
/
+1
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
6
-190
/
+175
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+20
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-3
/
+10
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
38
-1245
/
+1054
2025-07-29
Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+20
2025-07-28
sched: Adapt sched tracepoints for RV task model
Gabriele Monaco
1
-3
/
+10
2025-07-20
Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2025-07-19
Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-5
/
+9
2025-07-17
sched_ext: idle: Handle migration-disabled tasks in idle selection
Andrea Righi
1
-1
/
+1
2025-07-17
sched_ext: Fix scx_bpf_reenqueue_local() reference
Christian Loehle
1
-1
/
+1
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
1
-4
/
+8
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
2
-25
/
+133
2025-07-14
sched: Fix proxy/current (push,pull)ability
Valentin Schneider
3
-0
/
+37
2025-07-14
sched: Add an initial sketch of the find_proxy_task() function
John Stultz
2
-6
/
+121
2025-07-14
sched: Fix runtime accounting w/ split exec & sched contexts
John Stultz
1
-14
/
+28
2025-07-14
sched: Move update_curr_task logic into update_curr_se
John Stultz
1
-17
/
+9
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
2
-0
/
+41
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
7
-27
/
+30
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
2
-12
/
+13
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
1
-16
/
+8
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
2
-1
/
+9
2025-07-14
sched/deadline: Reset extra_bw to max_bw when clearing root domains
Juri Lelli
1
-0
/
+7
2025-07-14
sched/deadline: Initialize dl_servers after SMP
Juri Lelli
3
-18
/
+33
2025-07-14
sched: Change nr_uninterruptible type to unsigned long
Aruna Ramakrishna
2
-2
/
+2
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
2
-11
/
+2
[prev]
[next]