summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
* io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4
* io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang2020-08-051-2/+7
* io_uring: add comments on how the async buffered read retry worksJens Axboe2020-08-031-1/+22
* io_uring: io_async_buf_func() need not test page bitJens Axboe2020-08-031-4/+0
* Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0348-332/+1521
|\
| * sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rstValentin Schneider2020-08-011-10/+2
| * sched/doc: Document capacity aware schedulingValentin Schneider2020-08-012-0/+440
| * sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-012-0/+20
| * arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider2020-07-293-2/+2
| * Documentation/sysctl: Document uclamp sysctl knobsQais Yousef2020-07-291-0/+54
| * sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-296-8/+131
| * sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-07-291-2/+9
| * sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin2020-07-281-6/+1
| * sched: Fix a typo in a comment王文虎2020-07-271-1/+1
| * sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao2020-07-251-2/+0
| * arm, arm64: Select CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider2020-07-222-0/+2
| * sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entryValentin Schneider2020-07-221-1/+14
| * arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-226-15/+24
| * trace/events/sched.h: fix duplicated wordRandy Dunlap2020-07-221-1/+1
| * linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap2020-07-221-3/+3
| * smp: Fix a potential usage of stale nr_cpusMuchun Song2020-07-221-2/+1
| * sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov2020-07-221-1/+7
| * sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-223-3/+3
| * sched: Better document ttwu()Peter Zijlstra2020-07-223-31/+179
| * Merge branch 'sched/urgent'Peter Zijlstra2020-07-22654-2774/+5130
| |\
| * | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-086-8/+30
| * | net: Restrict receive packets queuing to housekeeping CPUsAlex Belits2020-07-081-1/+9
| * | PCI: Restrict probe functions to housekeeping CPUsAlex Belits2020-07-081-1/+4
| * | lib: Restrict cpumask_local_spread to houskeeping CPUsAlex Belits2020-07-081-5/+11
| * | sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-083-4/+119
| * | sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-07-081-5/+16
| * | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-082-8/+13
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081250-6391/+11132
| |\ \
| * | | sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior2020-06-251-2/+0
| * | | sched/fair: Optimize dequeue_task_fair()Peng Wang2020-06-251-3/+3
| * | | sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai2020-06-251-15/+4
| * | | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-256-6/+0
| * | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-253-9/+21
| * | | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-256-5/+23
| * | | sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-153-15/+24
| * | | sched/deadline: Fix a typo in a commentChristophe JAILLET2020-06-151-1/+1
| * | | sched/deadline: Implement fallback mechanism for !fit caseLuca Abeni2020-06-151-4/+16
| * | | sched/deadline: Make DL capacity-awareLuca Abeni2020-06-153-5/+42
| * | | sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2020-06-152-16/+20
| * | | sched/deadline: Add dl_bw_capacity()Dietmar Eggemann2020-06-151-0/+33
| * | | sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann2020-06-151-1/+7
| * | | sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-06-151-1/+1
| * | | sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
| * | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-153-2/+38