summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sched: Disable -Wunused-but-set-variablePeter Zijlstra2021-10-151-0/+4
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-0/+19
| * | | kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-141-21/+22
| * | | 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: Simplify wake_up_*idle*()Peter Zijlstra2021-10-071-9/+5
| * | | sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-3/+3
| * | | 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-051-6/+0
| * | | 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-051-1/+1
| * | | 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
| * | | sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker2021-10-051-3/+26
| * | | 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-052-2/+5
| * | | 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-057-97/+140
| * | | sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao2021-10-051-3/+3
| * | | 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
| * | | 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
* | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-24/+43
|\ \ \ \
| * | | | sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2021-10-011-12/+16
| * | | | sched: Make might_sleep() output less confusingThomas Gleixner2021-10-011-5/+22
| * | | | sched: Cleanup might_sleep() printksThomas Gleixner2021-10-011-8/+6
| * | | | sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner2021-10-011-2/+2
| * | | | sched: Clean up the might_sleep() underscore zooThomas Gleixner2021-10-011-3/+3
| | |/ / | |/| |
* | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-012-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: cleanup the flush plug helpersChristoph Hellwig2021-10-201-2/+3
| * | | sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2021-10-182-2/+1
| | |/ | |/|