Age | Commit message (Expand) | Author |
2017-09-29 | sched/debug: Ignore TASK_IDLE for SysRq-W | Peter Zijlstra |
2017-09-29 | sched/debug: Remove unused variable | Peter Zijlstra |
2017-09-14 | sched/wait: Introduce wakeup boomark in wake_up_page_bit | Tim Chen |
2017-09-14 | sched/wait: Break up long wake list walk | Tim Chen |
2017-09-13 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-09-12 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-09-12 | sched/debug: Add debugfs knob for "sched_debug" | Peter Zijlstra |
2017-09-12 | sched/core: WARN() when migrating to an offline CPU | Peter Zijlstra |
2017-09-12 | sched/fair: Plug hole between hotplug and active_load_balance() | Peter Zijlstra |
2017-09-12 | sched/fair: Avoid newidle balance for !active CPUs | Peter Zijlstra |
2017-09-11 | sched/fair: Fix nuisance kernel-doc warning | Randy Dunlap |
2017-09-08 | sched/deadline: replace earliest dl and rq leftmost caching | Davidlohr Bueso |
2017-09-08 | sched/fair: replace cfs_rq->rb_leftmost | Davidlohr Bueso |
2017-09-08 | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan |
2017-09-07 | sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs | Peter Zijlstra |
2017-09-07 | sched/fair: Fix wake_affine_llc() balancing rules | Peter Zijlstra |
2017-09-05 | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-09-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-09-04 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar |
2017-09-04 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2017-09-04 | Merge branch 'pm-cpufreq-sched' | Rafael J. Wysocki |
2017-09-04 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2017-08-29 | smp: Avoid using two cache lines for struct call_single_data | Ying Huang |
2017-08-27 | Minor page waitqueue cleanups | Linus Torvalds |
2017-08-25 | sched/debug: Optimize sched_domain sysctl generation | Peter Zijlstra |
2017-08-25 | sched/topology: Avoid pointless rebuild | Peter Zijlstra |
2017-08-25 | sched/topology: Improve comments | Peter Zijlstra |
2017-08-25 | sched/topology: Fix memory leak in __sdt_alloc() | Shu Wang |
2017-08-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2017-08-18 | cpufreq: schedutil: Always process remote callback with slow switching | Viresh Kumar |
2017-08-18 | cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily | Viresh Kumar |
2017-08-17 | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney |
2017-08-17 | completion: Replace spin_unlock_wait() with lock/unlock pair | Paul E. McKenney |
2017-08-17 | membarrier: Provide expedited private command | Mathieu Desnoyers |
2017-08-16 | sched/completion: Document that reinit_completion() must be called after comp... | Steven Rostedt |
2017-08-11 | sched: Replace spin_unlock_wait() with lock/unlock pair | Paul E. McKenney |
2017-08-11 | PM / s2idle: Rename ->enter_freeze to ->enter_s2idle | Rafael J. Wysocki |
2017-08-11 | PM / s2idle: Rename freeze_state enum and related items | Rafael J. Wysocki |
2017-08-10 | sched/autogroup: Fix error reporting printk text in autogroup_create() | Anshuman Khandual |
2017-08-10 | sched/fair: Fix wake_affine() for !NUMA_BALANCING | Peter Zijlstra |
2017-08-10 | locking/lockdep: Apply crossrelease to completions | Byungchul Park |
2017-08-10 | locking: Introduce smp_mb__after_spinlock() | Peter Zijlstra |
2017-08-10 | sched/wait: Remove the lockless swait_active() check in swake_up*() | Boqun Feng |
2017-08-10 | sched/debug: Intruduce task_state_to_char() helper function | Xie XiuQi |
2017-08-10 | sched/debug: Show task state in /proc/sched_debug | Xie XiuQi |
2017-08-10 | sched/debug: Use task_pid_nr_ns in /proc/$pid/sched | Aleksa Sarai |
2017-08-10 | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian |
2017-08-10 | sched/deadline: Change return value of cpudl_find() | Byungchul Park |