index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-29
sched/debug: Ignore TASK_IDLE for SysRq-W
Peter Zijlstra
1
-1
/
+23
2017-09-12
sched/core: WARN() when migrating to an offline CPU
Peter Zijlstra
1
-0
/
+4
2017-09-07
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
1
-4
/
+3
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2017-09-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+5
2017-08-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-4
/
+34
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
1
-4
/
+34
2017-08-17
membarrier: Provide expedited private command
Mathieu Desnoyers
1
-0
/
+25
2017-08-11
sched: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-2
/
+2
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
1
-2
/
+2
2017-08-10
sched/debug: Intruduce task_state_to_char() helper function
Xie XiuQi
1
-11
/
+4
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
1
-5
/
+0
2017-08-10
sched/core: Reuse put_prev_task()
Viresh Kumar
1
-1
/
+1
2017-07-28
sched: Allow migrating kthreads into online but inactive CPUs
Tejun Heo
1
-2
/
+7
2017-07-25
sched/core: Fix some documentation build warnings
Jonathan Corbet
1
-1
/
+1
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-717
/
+55
2017-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+1
2017-06-23
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
1
-315
/
+0
2017-06-23
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
1
-337
/
+6
2017-06-23
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
Nicolas Pitre
1
-4
/
+3
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
1
-18
/
+4
2017-06-20
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
1
-16
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-06-11
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
1
-1
/
+1
2017-06-08
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
1
-7
/
+1
2017-06-08
sched/core: Omit building stop_sched_class when !SMP
Nicolas Pitre
1
-30
/
+30
2017-06-08
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
1
-0
/
+2
2017-06-08
sched/deadline: Reclaim bandwidth not used by dl tasks
Luca Abeni
1
-7
/
+10
2017-06-08
sched/deadline: Make GRUB a task's flag
Luca Abeni
1
-1
/
+2
2017-06-08
sched/deadline: Do not reclaim the whole CPU bandwidth
Luca Abeni
1
-0
/
+11
2017-06-08
sched/deadline: Implement GRUB accounting
Luca Abeni
1
-2
/
+2
2017-06-08
sched/deadline: Fix the update of the total -deadline utilization
Luca Abeni
1
-24
/
+14
2017-06-08
sched/deadline: Improve the tracking of active utilization
Luca Abeni
1
-0
/
+3
2017-05-23
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
1
-1
/
+3
2017-05-23
sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
Steven Rostedt (VMware)
1
-2
/
+2
2017-05-23
sched/core: Use the new llist_for_each_entry_safe() primitive
Byungchul Park
1
-12
/
+3
2017-05-15
sched/topology: Small cleanup
Peter Zijlstra
1
-3
/
+1
2017-05-15
sched/clock: Use late_initcall() instead of sched_init_smp()
Peter Zijlstra
1
-2
/
+0
2017-05-15
sched/core: Call __schedule() from do_idle() without enabling preemption
Steven Rostedt (VMware)
1
-0
/
+25
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-05-01
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-11
/
+53
2017-05-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-98
/
+103
2017-05-01
Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-2
/
+2
2017-04-21
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
Paul E. McKenney
1
-1
/
+1
2017-04-11
cpuset: Remove cpuset_update_active_cpus()'s parameter.
Rakib Mullick
1
-2
/
+2
2017-04-04
sched,tracing: Update trace_sched_pi_setprio()
Peter Zijlstra
1
-1
/
+1
2017-04-04
sched/rtmutex: Refactor rt_mutex_setprio()
Peter Zijlstra
1
-13
/
+53
2017-04-04
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
Xunlei Pang
1
-0
/
+2
2017-03-23
sched/core: Fix rq lock pinning warning after call balance callbacks
Wanpeng Li
1
-3
/
+3
2017-03-16
sched/core: Avoid double update_rq_clock() in move_queued_task()
Peter Zijlstra
1
-1
/
+2
[next]