Age | Commit message (Expand) | Author |
2021-11-10 | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | mm: move node_reclaim_distance to fix NUMA without SMP | Geert Uytterhoeven |
2021-11-01 | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-11-01 | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-31 | sched/fair: Cleanup newidle_balance | Vincent Guittot |
2021-10-31 | sched/fair: Remove sysctl_sched_migration_cost condition | Vincent Guittot |
2021-10-31 | sched/fair: Wait before decaying max_newidle_lb_cost | Vincent Guittot |
2021-10-31 | sched/fair: Skip update_blocked_averages if we are defering load balance | Vincent Guittot |
2021-10-31 | sched/fair: Account update_blocked_averages in newidle_balance cost | Vincent Guittot |
2021-10-22 | sched/core: Remove rq_relock() | Peng Wang |
2021-10-20 | block: cleanup the flush plug helpers | Christoph Hellwig |
2021-10-19 | sched/scs: Reset the shadow stack when idle_task_exit | Woody Lin |
2021-10-18 | sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h | Christoph Hellwig |
2021-10-15 | sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ | Sebastian Andrzej Siewior |
2021-10-15 | sched: Add cluster scheduler level in core and related Kconfig for ARM64 | Barry Song |
2021-10-15 | sched: Disable -Wunused-but-set-variable | Peter Zijlstra |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook |
2021-10-14 | kernel/sched: Fix sched_fork() access an invalid sched_task_group | Zhang Qiao |
2021-10-14 | sched/topology: Remove unused numa_distance in cpu_attach_domain() | Yicong Yang |
2021-10-14 | sched/numa: Fix a few comments | Bharata B Rao |
2021-10-14 | sched/numa: Remove the redundant member numa_group::fault_cpus | Bharata B Rao |
2021-10-14 | sched/numa: Replace hard-coded number by a define in numa_task_group() | Bharata B Rao |
2021-10-07 | sched: Simplify wake_up_*idle*() | Peter Zijlstra |
2021-10-07 | sched,rcu: Rework try_invoke_on_locked_down_task() | Peter Zijlstra |
2021-10-07 | sched: Improve try_invoke_on_locked_down_task() | Peter Zijlstra |
2021-10-06 | sched: Fix DEBUG && !SCHEDSTATS warn | Peter Zijlstra |
2021-10-05 | sched/fair: Removed useless update of p->recent_used_cpu | Vincent Guittot |
2021-10-05 | sched: Remove pointless preemption disable in sched_submit_work() | Thomas Gleixner |
2021-10-05 | sched: Move kprobes cleanup out of finish_task_switch() | Thomas Gleixner |
2021-10-05 | sched: Disable TTWU_QUEUE on RT | Thomas Gleixner |
2021-10-05 | sched: Limit the number of task migrations per batch on RT | Thomas Gleixner |
2021-10-05 | sched: Move mmdrop to RCU on RT | Thomas Gleixner |
2021-10-05 | sched: Make cookie functions static | Shaokun Zhang |
2021-10-05 | sched/fair: Consider SMT in ASYM_PACKING load balance | Ricardo Neri |
2021-10-05 | sched/fair: Carve out logic to mark a group for asymmetric packing | Ricardo Neri |
2021-10-05 | sched/fair: Provide update_sg_lb_stats() with sched domain statistics | Ricardo Neri |
2021-10-05 | sched/fair: Optimize checking for group_asym_packing | Ricardo Neri |
2021-10-05 | sched/topology: Introduce sched_group::flags | Ricardo Neri |
2021-10-05 | sched: Provide Kconfig support for default dynamic preempt mode | Frederic Weisbecker |
2021-10-05 | sched: Remove unused inline function __rq_clock_broken() | YueHaibing |
2021-10-05 | sched/dl: Support schedstats for deadline sched class | Yafang Shao |
2021-10-05 | sched/dl: Support sched_stat_runtime tracepoint for deadline sched class | Yafang Shao |
2021-10-05 | sched/rt: Support schedstats for RT sched class | Yafang Shao |
2021-10-05 | sched/rt: Support sched_stat_runtime tracepoint for RT sched class | Yafang Shao |
2021-10-05 | sched: Introduce task block time in schedstats | Yafang Shao |
2021-10-05 | sched: Make schedstats helpers independent of fair sched class | Yafang Shao |
2021-10-05 | sched: Make struct sched_statistics independent of fair sched class | Yafang Shao |