summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm cache metadata: switch to using the new cursor api for loading metadataJoe Thornber2016-09-221-23/+80
* dm array: introduce cursor apiJoe Thornber2016-09-222-0/+119
* dm btree: introduce cursor apiJoe Thornber2016-09-222-0/+197
* dm cache policy smq: distribute entries to random levels when switching to smqJoe Thornber2016-09-221-1/+6
* dm cache: speed up writing of the hint arrayJoe Thornber2016-09-225-94/+42
* dm array: add dm_array_new()Joe Thornber2016-09-222-31/+130
* dm mpath: delay the requeue of blk-mq requests while all paths downMike Snitzer2016-09-151-6/+9
* dm mpath: use dm_mq_kick_requeue_list()Mike Snitzer2016-09-151-6/+8
* dm rq: introduce dm_mq_kick_requeue_list()Mike Snitzer2016-09-152-4/+15
* dm rq: reduce arguments passed to map_request() and dm_requeue_original_reque...Mike Snitzer2016-09-151-11/+11
* dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer2016-09-141-14/+18
* dm: convert wait loops to use autoremove_wake_function()Bart Van Assche2016-09-142-14/+6
* dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche2016-09-141-2/+1
* dm: rename task state function argumentsBart Van Assche2016-09-141-5/+9
* dm: add two lockdep_assert_held() statementsBart Van Assche2016-09-141-0/+4
* dm rq: simplify dm_old_stop_queue()Bart Van Assche2016-09-141-6/+2
* dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer2016-09-141-3/+3
* dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPEDMike Snitzer2016-09-141-5/+14
* dm rq: factor out dm_mq_stop_queue()Bart Van Assche2016-09-141-8/+20
* dm: mark request_queue dead before destroying the DM deviceBart Van Assche2016-09-141-0/+5
* dm: return correct error code in dm_resume()'s retry loopMinfei Huang2016-09-141-3/+2
* block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche2016-09-141-1/+1
* nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14
* nbd: use flags instead of boolJosef Bacik2016-09-081-8/+10
* nbd: don't shutdown sock with irq's disabledJosef Bacik2016-09-081-4/+15
* nbd: convert to blkmqJosef Bacik2016-09-081-208/+129
* mtip32xx: mark symbols static where possibleBaoyou Xie2016-08-291-1/+1
* Merge tag 'drm-fixes-for-4.8-rc4' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-2820-71/+422
|\
| * drm/atomic: Don't potentially reset color_mgmt_changed on successive property...Mario Kleiner2016-08-291-3/+3
| * Merge tag 'drm-intel-fixes-2016-08-25' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-08-267-22/+309
| |\
| | * drm/i915: Fix botched merge that downgrades CSR versions.Maarten Lankhorst2016-08-221-4/+4
| | * drm/i915/skl: Ensure pipes with changed wms get added to the stateLyude2016-08-221-0/+4
| | * drm/i915/gen9: Only copy WM results for changed pipes to skl_hwMatt Roper2016-08-221-2/+26
| | * drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude2016-08-225-0/+173
| | * drm/i915/gen6+: Interpret mailbox error flagsLyude2016-08-222-1/+79
| | * drm/i915: Reattach comment, complete type specificationDave Gordon2016-08-221-2/+3
| | * drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson2016-08-222-10/+4
| | * drm/i915/gen9: Drop invalid WARN() during data rate calculationMatt Roper2016-08-221-2/+0
| | * drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)Matt Roper2016-08-221-1/+16
| * | drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter2016-08-262-0/+8
| * | Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-08-257-7/+32
| |\ \
| | * | drm/amdgpu: skip TV/CV in display parsingAlex Deucher2016-08-241-0/+7
| | * | drm/amdgpu: avoid a possible array overflowAlex Deucher2016-08-241-0/+6
| | * | drm/amdgpu: fix lru size grouping v2Christian König2016-08-242-0/+10
| | * | drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König2016-08-191-1/+1
| | * | drm/amdgpu: fix sdma_v2_4_ring_test_ibChristian König2016-08-191-1/+1
| | * | drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König2016-08-191-2/+2
| | * | drm/radeon: fix radeon_move_blit on 32bit systemsChristian König2016-08-191-2/+2
| | * | drm/radeon: only apply the SS fractional workaround to RS[78]80Christian König2016-08-181-1/+3
| * | | Merge tag 'drm/tegra/for-4.8-rc4' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2016-08-252-39/+67
| |\ \ \