summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook2021-10-151-5/+2
* leaking_addresses: Always print a trailing newlineKees Cook2021-10-151-1/+2
* Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook2021-10-151-8/+11
* sched: Fill unconditional hole induced by sched_entityKees Cook2021-10-141-1/+1
* kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-143-23/+25
* sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang2021-10-141-4/+0
* sched/numa: Fix a few commentsBharata B Rao2021-10-141-2/+2
* sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao2021-10-141-7/+5
* sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao2021-10-141-1/+2
* sched,livepatch: Use wake_up_if_idle()Peter Zijlstra2021-10-142-1/+8
* sched: Simplify wake_up_*idle*()Peter Zijlstra2021-10-072-12/+8
* sched,livepatch: Use task_call_func()Peter Zijlstra2021-10-071-46/+44
* sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-074-14/+15
* sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-24/+39
* sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2021-10-061-1/+2
* sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot2021-10-051-5/+0
* sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner2021-10-051-8/+2
* sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner2021-10-053-10/+6
* sched: Disable TTWU_QUEUE on RTThomas Gleixner2021-10-051-0/+5
* sched: Limit the number of task migrations per batch on RTThomas Gleixner2021-10-051-0/+4
* sched: Move mmdrop to RCU on RTThomas Gleixner2021-10-053-1/+34
* sched: Make cookie functions staticShaokun Zhang2021-10-052-9/+5
* sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri2021-10-051-0/+92
* sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri2021-10-051-7/+13
* sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri2021-10-051-2/+3
* sched/fair: Optimize checking for group_asym_packingRicardo Neri2021-10-051-1/+1
* sched/topology: Introduce sched_group::flagsRicardo Neri2021-10-052-3/+19
* x86/sched: Decrease further the priorities of SMT siblingsRicardo Neri2021-10-051-1/+1
* kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior2021-10-051-8/+8
* sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2021-10-052-12/+49
* sched: Remove unused inline function __rq_clock_broken()YueHaibing2021-10-051-5/+0
* sched/dl: Support schedstats for deadline sched classYafang Shao2021-10-051-0/+93
* sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao2021-10-051-0/+2
* sched/rt: Support schedstats for RT sched classYafang Shao2021-10-051-0/+124
* sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao2021-10-051-0/+2
* sched: Introduce task block time in schedstatsYafang Shao2021-10-053-2/+7
* sched: Make schedstats helpers independent of fair sched classYafang Shao2021-10-053-115/+152
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-058-100/+143
* sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao2021-10-051-3/+3
* kselftests/sched: cleanup the child processesLi Zhijian2021-10-051-10/+18
* sched/fair: Add document for burstable CFS bandwidthHuaixin Chang2021-10-052-9/+83
* sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang2021-10-053-3/+22
* sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don2021-10-051-1/+6
* sched: reduce sched slice for SCHED_IDLE entitiesJosh Don2021-10-053-5/+27
* sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don2021-10-053-1/+27
* fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2021-10-053-7/+12
* sched/core: Simplify core-wide task selectionPeter Zijlstra2021-10-051-111/+45
* sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior2021-10-051-1/+1
* sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idleValentin Schneider2021-10-051-2/+13
* sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2021-10-052-11/+21