summaryrefslogtreecommitdiffstats
path: root/include/uapi/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret1-60/+50
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2-20/+20
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi1-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi1-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi1-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi2-0/+46
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi4-4/+253
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming5-3/+23
2019-09-03arch, ia64: Make NUMA select SMPMatt Fleming1-0/+1
2019-09-03sched, perf: MAINTAINERS update, add submaintainers and reviewersPeter Zijlstra1-0/+7
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef1-3/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra7-73/+34
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra7-8/+32
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra2-10/+12
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra7-46/+48
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra2-18/+15
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra2-24/+24
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra1-1/+1
2019-08-08stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra1-0/+2
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk3-83/+67
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra1-19/+30
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra1-3/+3
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai1-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli3-3/+33
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli1-3/+3
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2-9/+21
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli1-33/+35
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier8-6/+120
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier1-10/+14
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier2-4/+23
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar1-10/+8
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li3-5/+35
2019-07-25sched/stats: Fix unlikely() use of sched_info_on()Yi Wang1-3/+4
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)5-15/+12
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar1-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2-3/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider1-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider1-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider1-41/+41
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2-40/+90
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn4-8/+24
2019-07-22sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner1-4/+4
2019-07-22pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan1-0/+1
2019-07-22tcp: be more careful in tcp_fragment()Eric Dumazet2-2/+16
2019-07-22hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang1-1/+0