summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | |/ | |/|
* / | sched/scs: Reset the shadow stack when idle_task_exitWoody Lin2021-10-191-0/+1
|/ /
* | sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman2021-10-011-1/+7
* | sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný2021-10-011-1/+5
|/
* Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-122-5/+5
|\
| * sched: Prevent balance_push() on remote runqueuesThomas Gleixner2021-09-091-3/+3
| * sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior2021-09-091-2/+2
* | Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-311-5/+11
|\ \
| * \ Merge back cpufreq changes for v5.15.Rafael J. Wysocki2021-08-231-5/+11
| |\ \
| | * | cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-08-061-5/+11
* | | | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-17/+92
|\ \ \ \
| * | | | sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-171-1/+19
| * | | | sched/core: Rework the __schedule() preempt argumentThomas Gleixner2021-08-171-11/+23
| * | | | sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-171-0/+33
| * | | | sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner2021-08-171-6/+18
| |/ / /
* | | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-306-129/+631
|\ \ \ \
| * | | | sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar2021-08-261-1/+1
| * | | | sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon2021-08-201-17/+29
| * | | | sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-202-18/+181
| * | | | sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon2021-08-201-48/+57
| * | | | sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-201-0/+20
| * | | | sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon2021-08-201-1/+8
| * | | | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon2021-08-201-2/+1
| * | | | sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon2021-08-201-6/+3
| * | | | sched: Cgroup SCHED_IDLE supportJosh Don2021-08-204-25/+208
| * | | | sched/topology: Skip updating masks for non-online nodesValentin Schneider2021-08-201-0/+65
| * | | | sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
| * | | | sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret2021-08-061-6/+13
| * | | | sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-08-061-6/+19
| * | | | sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-08-061-0/+1
| * | | | sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman2021-08-041-1/+1
| * | | | sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman2021-08-041-3/+1
| * | | | sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret2021-08-041-0/+1
| * | | | sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-08-042-3/+6
| * | | | sched: remove redundant on_rq status changeWang Hui2021-08-041-2/+0
| * | | | sched/numa: Fix is_core_idle()Mika Penttilä2021-08-041-1/+1