index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
sched: Fix unreliable rseq cpu_id for new tasks
Mathieu Desnoyers
1
-0
/
+2
2020-06-30
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-22
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
1
-2
/
+3
2019-12-13
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
1
-1
/
+2
2019-10-11
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
KeMeng Shi
1
-2
/
+2
2019-10-05
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
1
-4
/
+0
2019-10-05
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
1
-8
/
+49
2019-07-26
sched/core: Add __sched tag for io_schedule()
Gao Xiang
1
-1
/
+1
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
2019-05-31
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
1
-0
/
+2
2019-05-31
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-1
/
+6
2019-04-20
sched/core: Fix buffer overflow in cgroup2 property cpu.max
Konstantin Khlebnikov
1
-1
/
+1
2019-04-05
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
1
-4
/
+5
2019-03-05
sched/wake_q: Fix wakeup ordering for wake_q
Peter Zijlstra
1
-3
/
+4
2018-12-19
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
1
-4
/
+3
2018-12-05
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+11
2018-11-27
sched/core: Take the hotplug lock in sched_init_smp()
Valentin Schneider
1
-1
/
+4
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
1
-1
/
+1
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+1
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-18
/
+12
2018-08-13
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-38
/
+33
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-35
/
+32
2018-08-03
signal: Add calculate_sigpending()
Eric W. Biederman
1
-0
/
+2
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
1
-1
/
+1
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
1
-3
/
+6
2018-07-25
sched/debug: Show the sum wait time of a task group
Yun Wang
1
-0
/
+10
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
1
-1
/
+1
2018-07-20
sched/clock: Move sched clock initialization and merge with generic clock
Pavel Tatashin
1
-1
/
+0
2018-07-17
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
1
-18
/
+12
2018-07-17
locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()
Andrea Parri
1
-20
/
+21
2018-07-16
sched/core: Remove get_cpu() from sched_fork()
Sebastian Andrzej Siewior
1
-9
/
+4
2018-07-16
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
1
-8
/
+0
2018-07-16
sched/core: Remove the rt_avg code
Vincent Guittot
1
-26
/
+0
2018-07-15
sched/irq: Add IRQ utilization tracking
Vincent Guittot
1
-1
/
+3
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
1
-20
/
+11
2018-07-03
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
1
-15
/
+21
2018-06-21
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
1
-18
/
+12
2018-06-15
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
1
-0
/
+4
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
1
-0
/
+2
2018-06-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+18
2018-06-04
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+0
2018-05-31
sched/core: Require cpu_active() in select_task_rq(), for user tasks
Paul Burton
1
-2
/
+1
2018-05-31
sched/core: Fix rules for running on online && !active CPUs
Peter Zijlstra
1
-12
/
+30
2018-05-16
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-14
/
+0
2018-05-15
softirq: Eliminate unused cond_resched_softirq() macro
Paul E. McKenney
1
-14
/
+0
2018-05-14
sched/core: Distinguish between idle_cpu() calls based on desired effect, int...
Rohit Jain
1
-0
/
+14
2018-05-14
sched/numa: Stagger NUMA balancing scan periods for new threads
Mel Gorman
1
-21
/
+1
2018-05-14
Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependencies
Ingo Molnar
1
-1
/
+6
[next]