index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-5
/
+7
2025-12-02
Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+23
2025-12-02
Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+13
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-665
/
+565
2025-12-01
Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
15
-753
/
+1297
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-15
/
+5
2025-11-25
sched/mmcid: Switch over to the new mechanism
Thomas Gleixner
2
-92
/
+99
2025-11-25
sched/mmcid: Implement deferred mode change
Thomas Gleixner
1
-7
/
+51
2025-11-25
sched/mmcid: Provide CID ownership mode fixup functions
Thomas Gleixner
1
-24
/
+254
2025-11-25
sched/mmcid: Provide new scheduler CID mechanism
Thomas Gleixner
2
-1
/
+151
2025-11-25
sched/mmcid: Introduce per task/CPU ownership infrastructure
Thomas Gleixner
2
-0
/
+69
2025-11-25
sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutex
Thomas Gleixner
1
-0
/
+22
2025-11-25
sched/mmcid: Provide precomputed maximal value
Thomas Gleixner
2
-19
/
+43
2025-11-25
sched/mmcid: Move initialization out of line
Thomas Gleixner
1
-0
/
+14
2025-11-25
signal: Move MMCID exit out of sighand lock
Thomas Gleixner
1
-2
/
+2
2025-11-25
sched/mmcid: Convert mm CID mask to a bitmap
Thomas Gleixner
2
-4
/
+4
2025-11-25
sched: idle: Respect the CPU system wakeup QoS limit for s2idle
Ulf Hansson
1
-5
/
+7
2025-11-20
sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any
Gabriele Monaco
1
-0
/
+23
2025-11-20
Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-1
/
+4
2025-11-20
sched_ext: Fix scx_enable() crash on helper kthread creation failure
Saket Kumar Bhaskar
1
-1
/
+4
2025-11-20
sched/mmcid: Use cpumask_weighted_or()
Thomas Gleixner
1
-2
/
+3
2025-11-20
sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()
Thomas Gleixner
1
-3
/
+8
2025-11-20
sched/mmcid: Move scheduler code out of global header
Thomas Gleixner
1
-2
/
+18
2025-11-20
sched: Fixup whitespace damage
Thomas Gleixner
1
-4
/
+4
2025-11-20
sched/mmcid: Use proper data structures
Thomas Gleixner
2
-21
/
+21
2025-11-20
sched/mmcid: Revert the complex CID management
Thomas Gleixner
2
-746
/
+60
2025-11-17
Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-13
/
+13
2025-11-17
sched/fair: Proportional newidle balance
Peter Zijlstra
5
-4
/
+61
2025-11-17
sched/fair: Small cleanup to update_newidle_cost()
Peter Zijlstra
1
-4
/
+7
2025-11-17
sched/fair: Small cleanup to sched_balance_newidle()
Peter Zijlstra
1
-4
/
+6
2025-11-17
sched/fair: Revert max_newidle_lb_cost bump
Peter Zijlstra
1
-16
/
+3
2025-11-17
sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals
Mel Gorman
1
-22
/
+130
2025-11-17
sched/fair: Enable scheduler feature NEXT_BUDDY
Mel Gorman
1
-1
/
+1
2025-11-17
sched: Increase sched_tick_remote timeout
Phil Auld
1
-1
/
+1
2025-11-17
sched/fair: Have SD_SERIALIZE affect newidle balancing
Peter Zijlstra
1
-1
/
+1
2025-11-17
sched/fair: Skip sched_balance_running cmpxchg when balance is not due
Tim Chen
1
-26
/
+28
2025-11-17
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work
Zqiang
1
-1
/
+1
2025-11-13
sched_ext: Fix possible deadlock in the deferred_irq_workfn()
Zqiang
1
-1
/
+1
2025-11-12
sched/ext: convert scx_tasks_lock to raw spinlock
Emil Tsalapatis
1
-8
/
+8
2025-11-12
sched_ext: Fix unsafe locking in the scx_dump_state()
Zqiang
1
-2
/
+2
2025-11-11
sched/deadline: Minor cleanup in select_task_rq_dl()
Shrikanth Hegde
1
-2
/
+1
2025-11-11
sched/deadline: Use cpumask_weight_and() in dl_bw_cpus
Shrikanth Hegde
1
-10
/
+1
2025-11-11
sched/deadline: Document dl_server
Peter Zijlstra
1
-0
/
+194
2025-11-11
sched/deadline: Fix dl_server stop condition
Peter Zijlstra
1
-2
/
+38
2025-11-11
sched/deadline: Fix dl_server time accounting
Peter Zijlstra
4
-35
/
+33
2025-11-11
sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()
Hao Jia
1
-2
/
+0
2025-11-11
sched/eevdf: Fix min_vruntime vs avg_vruntime
Peter Zijlstra
3
-95
/
+31
2025-11-11
sched/core: Add comment explaining force-idle vruntime snapshots
Peter Zijlstra
1
-0
/
+181
2025-11-11
sched/core: Optimize core cookie matching check
Fernand Sieber
1
-1
/
+4
2025-11-11
sched/proxy: Yield the donor task
Fernand Sieber
5
-7
/
+8
[next]