summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra2021-06-012-5/+7
* sched: Add CONFIG_SCHED_CORE help textPeter Zijlstra2021-06-011-0/+14
* sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker2021-05-261-1/+1
* sched: Fix a stale comment in pick_next_task()Masahiro Yamada2021-05-191-1/+1
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-05-191-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-05-191-4/+17
* lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowedYejune Deng2021-05-191-5/+1
* sched: Make the idle task quack like a per-CPU kthreadValentin Schneider2021-05-183-18/+35
* delayacct: Document task_delayacct sysctlMel Gorman2021-05-181-0/+7
* sched,stats: Further simplify sched_infoPeter Zijlstra2021-05-181-9/+12
* sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker2021-05-131-3/+1
* sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2021-05-122-7/+7
* sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-123-5/+5
* sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan2021-05-123-4/+4
* sched: Make nr_running() return 32-bit valueAlexey Dobriyan2021-05-124-5/+5
* sched: Fix leftover comment typosIngo Molnar2021-05-123-6/+6
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-1225-34/+8
* kselftest: Add test for core sched prctl interfaceChris Hyser2021-05-124-0/+354
* sched: prctl() core-scheduling interfaceChris Hyser2021-05-125-0/+137
* sched: Inherit task cookie on fork()Peter Zijlstra2021-05-123-0/+11
* sched: Trivial core scheduling cookie managementPeter Zijlstra2021-05-126-3/+137
* sched: Migration changes for core schedulingAubrey Li2021-05-122-6/+96
* sched: Trivial forced-newidle balancerPeter Zijlstra2021-05-124-1/+137
* sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)2021-05-123-25/+117
* sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)2021-05-121-39/+26
* sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai2021-05-123-8/+49
* sched: Add core wide task selection and schedulingPeter Zijlstra2021-05-122-2/+305
* sched: Basic tracking of matching tasksPeter Zijlstra2021-05-124-51/+210
* sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-126-9/+87
* sched: Allow sched_core_put() from atomic contextPeter Zijlstra2021-05-121-6/+27
* sched: Optimize rq_lockp() usagePeter Zijlstra2021-05-124-19/+36
* sched: Core-wide rq->lockPeter Zijlstra2021-05-123-4/+224
* sched: Prepare for Core-wide rq->lockPeter Zijlstra2021-05-122-33/+63
* sched: Wrap rq::lock accessPeter Zijlstra2021-05-1210-138/+136
* sched: Provide raw_spin_rq_*lock*() helpersPeter Zijlstra2021-05-122-0/+65
* sched/fair: Add a few assertionsPeter Zijlstra2021-05-121-2/+9
* delayacct: Add sysctl to enable at runtimePeter Zijlstra2021-05-124-4/+54
* delayacct: Default disabledPeter Zijlstra2021-05-124-25/+20
* delayacct: Add static_branch in scheduler hooksPeter Zijlstra2021-05-122-0/+11
* kvm: Select SCHED_INFO instead of TASK_DELAY_ACCTPeter Zijlstra2021-05-122-8/+2
* sched: Simplify sched_info_on()Peter Zijlstra2021-05-123-36/+12
* sched: Rename sched_info_{queued,dequeued}Peter Zijlstra2021-05-122-12/+12
* delayacct: Use sched_clock()Peter Zijlstra2021-05-121-12/+10
* sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois2021-05-121-12/+15
* sched/fair: Only compute base_energy_pd if necessaryPierre Gondois2021-05-121-17/+24
* sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel2021-05-121-1/+10
* sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov2021-05-121-1/+0
* sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-121-1/+1
* Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-111-0/+2
|\
| * btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani2021-05-111-0/+2