Age | Commit message (Expand) | Author |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-08-22 | sched/wait: assert the wait_queue_head lock is held in __wake_up_common | Christoph Hellwig |
2018-08-22 | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-08-20 | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-08-20 | sched: idle: Avoid retaining the tick when it has been stopped | Rafael J. Wysocki |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-05 | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner |
2018-08-03 | signal: Add calculate_sigpending() | Eric W. Biederman |
2018-07-31 | tracing: Centralize preemptirq tracepoints and unify their usage | Joel Fernandes (Google) |
2018-07-30 | sched/clock: Disable interrupts when calling generic_sched_clock_init() | Pavel Tatashin |
2018-07-25 | sched/numa: Move task_numa_placement() closer to numa_migrate_preferred() | Srikar Dronamraju |
2018-07-25 | sched/numa: Use group_weights to identify if migration degrades locality | Srikar Dronamraju |
2018-07-25 | sched/numa: Update the scan period without holding the numa_group lock | Srikar Dronamraju |
2018-07-25 | sched/numa: Remove numa_has_capacity() | Srikar Dronamraju |
2018-07-25 | sched/numa: Modify migrate_swap() to accept additional parameters | Srikar Dronamraju |
2018-07-25 | sched/numa: Remove unused task_capacity from 'struct numa_stats' | Srikar Dronamraju |
2018-07-25 | sched/numa: Skip nodes that are at 'hoplimit' | Srikar Dronamraju |
2018-07-25 | sched/debug: Reverse the order of printing faults | Srikar Dronamraju |
2018-07-25 | sched/numa: Use task faults only if numa_group is not yet set up | Srikar Dronamraju |
2018-07-25 | sched/numa: Set preferred_node based on best_cpu | Srikar Dronamraju |
2018-07-25 | sched/numa: Simplify load_too_imbalanced() | Srikar Dronamraju |
2018-07-25 | sched/numa: Evaluate move once per node | Srikar Dronamraju |
2018-07-25 | sched/debug: Show the sum wait time of a task group | Yun Wang |
2018-07-25 | sched/fair: Remove #ifdefs from scale_rt_capacity() | Vincent Guittot |
2018-07-25 | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar |
2018-07-25 | sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE | Hailong Liu |
2018-07-25 | sched/deadline: Update rq_clock of later_rq when pushing a task | Daniel Bristot de Oliveira |
2018-07-25 | sched/topology: Check variable group before dereferencing it | Yi Wang |
2018-07-20 | sched/clock: Close a hole in sched_clock_init() | Peter Zijlstra |
2018-07-20 | sched/clock: Use static key for sched_clock_running | Pavel Tatashin |
2018-07-20 | sched/clock: Enable sched clock early | Pavel Tatashin |
2018-07-20 | sched/clock: Move sched clock initialization and merge with generic clock | Pavel Tatashin |
2018-07-17 | sched/Documentation: Update wake_up() & co. memory-barrier guarantees | Andrea Parri |
2018-07-17 | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock() | Andrea Parri |
2018-07-17 | sched/core: Use smp_mb() in wake_woken_function() | Andrea Parri |
2018-07-16 | sched/core: Remove get_cpu() from sched_fork() | Sebastian Andrzej Siewior |
2018-07-16 | sched/cpufreq: Clarify sugov_get_util() | Peter Zijlstra |
2018-07-16 | sched/sysctl: Remove unused sched_time_avg_ms sysctl | Vincent Guittot |
2018-07-16 | sched/core: Remove the rt_avg code | Vincent Guittot |
2018-07-16 | sched/core: Use PELT for scale_rt_capacity() | Vincent Guittot |
2018-07-15 | sched/cpufreq: Remove sugov_aggregate_util() | Vincent Guittot |
2018-07-15 | cpufreq/schedutil: Take time spent in interrupts into account | Vincent Guittot |
2018-07-15 | sched/irq: Add IRQ utilization tracking | Vincent Guittot |
2018-07-15 | cpufreq/schedutil: Use DL utilization tracking | Vincent Guittot |
2018-07-15 | sched/dl: Add dl_rq utilization tracking | Vincent Guittot |
2018-07-15 | cpufreq/schedutil: Use RT utilization tracking | Vincent Guittot |
2018-07-15 | sched/rt: Add rt_rq utilization tracking | Vincent Guittot |