index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+222
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-32
/
+13
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-13
/
+35
2024-09-10
sched_ext: Compact struct bpf_iter_scx_dsq_kern
Tejun Heo
1
-1
/
+9
2024-09-10
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-2
/
+2
2024-09-10
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-15
/
+8
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
1
-0
/
+3
2024-09-04
sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable
Tejun Heo
1
-0
/
+5
2024-09-04
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
1
-1
/
+0
2024-09-02
task_stack: uninline stack_not_used
Pasha Tatashin
1
-15
/
+3
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
3
-13
/
+35
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-5
/
+5
2024-08-07
sched/rt, dl: Convert functions to return bool
Qais Yousef
2
-15
/
+9
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
3
-3
/
+31
2024-08-02
sched_ext: Allow p->scx.disallow only while loading
Tejun Heo
1
-5
/
+6
2024-07-31
scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALL
David Vernet
1
-8
/
+6
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
1
-3
/
+2
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
1
-1
/
+1
2024-07-09
sched_ext: Implement DSQ iterator
Tejun Heo
1
-0
/
+3
2024-07-09
sched_ext: Take out ->priq and ->flags from scx_dsq_node
Tejun Heo
1
-5
/
+5
2024-06-18
sched_ext: Documentation: scheduler: Document extensible scheduler class
Tejun Heo
1
-0
/
+2
2024-06-18
sched_ext: Add vtime-ordered priority queue to dispatch_q's
Tejun Heo
1
-3
/
+26
2024-06-18
sched_ext: Implement core-sched support
Tejun Heo
1
-0
/
+3
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_acquire/release()
David Vernet
1
-1
/
+3
2024-06-18
sched_ext: Track tasks that are subjects of the in-flight SCX operation
Tejun Heo
1
-0
/
+2
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
1
-0
/
+1
2024-06-18
sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
Tejun Heo
1
-0
/
+4
2024-06-18
sched_ext: Print sched_ext info when dumping stack
David Vernet
1
-0
/
+2
2024-06-18
sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...
Tejun Heo
1
-0
/
+12
2024-06-18
sched_ext: Implement runnable task stall watchdog
David Vernet
1
-0
/
+1
2024-06-18
sched_ext: Implement BPF extensible scheduler class
Tejun Heo
1
-1
/
+140
2024-06-18
sched_ext: Add boilerplate for extensible scheduler class
Tejun Heo
1
-0
/
+12
2024-06-18
sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
Tejun Heo
1
-1
/
+2
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+2
2024-05-22
vhost_task: Handle SIGKILL by flushing work and exiting
Mike Christie
1
-1
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+26
2024-04-26
mm: introduce arch_get_unmapped_area_vmflags()
Rick Edgecombe
1
-0
/
+17
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2
-1
/
+9
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
1
-4
/
+4
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
1
-23
/
+92
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-21
/
+39
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+53
2024-03-12
sched/balancing: Rename load_balance() => sched_balance_rq()
Ingo Molnar
1
-1
/
+1
2024-03-12
sched/balancing: Change 'enum cpu_idle_type' to have more natural definitions
Ingo Molnar
1
-1
/
+1
2024-03-12
Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+5
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+6
2024-03-10
mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN
Kent Overstreet
1
-4
/
+13
2024-03-10
mm: introduce memalloc_flags_{save,restore}
Kent Overstreet
1
-17
/
+26
2024-02-28
sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
Alex Shi
2
-5
/
+5
2024-02-24
sched: Add a new function to compare if two cpus have the same capacity
Qais Yousef
1
-0
/
+6
[next]