summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-043-32/+34
* Merge branch 'sched/core' into locking/coreThomas Gleixner2017-04-04226-1830/+3614
|\
| * sched/fair: Optimize ___update_sched_avg()Yuyang Du2017-03-301-94/+118
| * sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra2017-03-301-18/+38
| * sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju2017-03-271-3/+4
| * sched/fair: Fix FTQ noise bench regressionVincent Guittot2017-03-231-3/+36
| * sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li2017-03-231-3/+3
| * sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra2017-03-161-1/+2
| * sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra2017-03-161-2/+4
| * sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra2017-03-161-8/+10
| * sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra2017-03-161-5/+3
| * sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra2017-03-161-1/+3
| * sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra2017-03-161-4/+4
| * sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2017-03-162-5/+13
| * sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-163-112/+171
| * sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2017-03-162-0/+10
| * sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)2017-03-161-0/+81
| * sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-03-161-4/+4
| * sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-03-161-0/+45
| * sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-03-161-2/+7
| * sched/loadavg: Use {READ,WRITE}_ONCE() for sample windowMatt Fleming2017-03-161-7/+11
| * sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-03-161-2/+2
| * sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li2017-03-161-0/+1
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-167-47/+74
| |\
| | * blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe2017-03-141-4/+5
| | * writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-03-131-14/+21
| | * blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-03-131-0/+3
| | * blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-114-29/+45
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-1542-285/+645
| |\ \
| | * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-122-10/+18
| | |\ \
| | | * | scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-081-0/+1
| | | * | scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger2017-03-081-10/+17
| | * | | Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-0841-275/+627
| | |\| |
| | | * | scsi: lpfc: revise version number to 11.2.0.10James Smart2017-03-071-1/+1
| | | * | scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2017-03-072-3/+3
| | | * | scsi: lpfc: code cleanups in NVME initiator baseJames Smart2017-03-072-9/+10
| | | * | scsi: lpfc: correct rdp diag portnamesJames Smart2017-03-071-4/+4
| | | * | scsi: lpfc: remove dead sli3 nvme codeJames Smart2017-03-071-5/+0
| | | * | scsi: lpfc: correct double printJames Smart2017-03-071-22/+0
| | | * | scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart2017-03-074-9/+10
| | | * | scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2017-03-073-6/+41
| | | * | scsi: lpfc: add transport eh_timed_out referenceJames Smart2017-03-071-0/+1
| | | * | scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart2017-03-075-6/+69
| | | * | scsi: lpfc: add NVME exchange abortsJames Smart2017-03-078-10/+143
| | | * | scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart2017-03-071-2/+2
| | | * | scsi: lpfc: Fix IO submission if WQ is fullJames Smart2017-03-072-2/+5
| | | * | scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart2017-03-071-13/+4
| | | * | scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2017-03-072-2/+2
| | | * | scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart2017-03-071-4/+10
| | | * | scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart2017-03-071-1/+1