summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: add blk-mq support to blk_insert_cloned_request()Keith Busch2015-01-281-0/+7
* block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-282-2/+1
* blk-mq: add tag allocation policyShaohua Li2015-01-235-17/+39
* block: support different tag allocation policyShaohua Li2015-01-236-13/+39
* block: Remove annoying "unknown partition table" messageBoaz Harrosh2015-01-221-6/+6
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-214-8/+30
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-01-211-2/+7
* blk-mq: fix false negative out-of-tags conditionJens Axboe2015-01-141-17/+26
* block: Change direct_access calling conventionMatthew Wilcox2015-01-137-58/+86
* blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-022-0/+2
* Merge tag 'v3.19-rc2' into for-3.20/coreJens Axboe2015-01-02278-4322/+7904
|\
| * Linux 3.19-rc2v3.19-rc2Linus Torvalds2014-12-281-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-283-51/+65
| |\
| | * kvm: warn on more invariant breakagePaolo Bonzini2014-12-281-1/+3
| | * kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini2014-12-281-5/+17
| | * kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini2014-12-271-1/+1
| | * kvm: x86: vmx: reorder some msr writingTiejun Chen2014-12-271-44/+44
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-281-1/+1
| |\ \
| | * | [regression] braino in "lustre: use is_root_inode()"Al Viro2014-12-261-1/+1
| | |/
| * | Merge tag 'sound-3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-273-3/+27
| |\ \
| | * | ALSA: hda_intel: apply the Seperate stream_tag for SkylakeLibin Yang2014-12-261-1/+4
| | * | ALSA: hda_controller: Separate stream_tag for input and output streams.Rafal Redzimski2014-12-262-2/+23
| | |/
| * | Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-261-3/+10
| |\ \
| | * | parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin2014-12-261-3/+10
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-2547-221/+450
| |\ \ \
| | * | | Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie2014-12-249-74/+12
| | * | | Merge tag 'amdkfd-fixes-2014-12-23' of git://people.freedesktop.org/~gabbayo/...Dave Airlie2014-12-246-10/+85
| | |\ \ \
| | | * | | amdkfd: init aperture once per processAlexey Skidanov2014-11-183-8/+11
| | | * | | amdkfd: Display MEC fw version in topology nodeOded Gabbay2014-11-091-2/+6
| | | * | | drm/radeon: Add implementation of get_fw_versionOded Gabbay2014-11-091-0/+53
| | | * | | drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay2014-11-091-0/+15
| | | | |/ | | | |/|
| | * | | agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones2014-12-238-8/+8
| | * | | Merge tag 'drm/tegra/for-3.19-rc1-fixes' of git://people.freedesktop.org/~tag...Dave Airlie2014-12-235-30/+150
| | |\ \ \
| | | * | | drm/tegra: dc: Select root window for event dispatchSean Paul2014-12-171-2/+22
| | | * | | drm/tegra: gem: Use the proper size for GEM objectsThierry Reding2014-12-171-7/+7
| | | * | | drm/tegra: gem: Flush buffer objects upon allocationThierry Reding2014-12-171-4/+32
| | | * | | drm/tegra: dc: Fix a potential race on page-flip completionThierry Reding2014-12-171-3/+7
| | | * | | drm/tegra: dc: Consistently use the same pipeThierry Reding2014-12-172-13/+17
| | | * | | drm/irq: Add drm_crtc_vblank_count()Thierry Reding2014-12-172-0/+22
| | | * | | drm/irq: Add drm_crtc_handle_vblank()Thierry Reding2014-12-172-0/+21
| | | * | | drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding2014-12-172-0/+21
| | * | | | Merge tag 'drm-intel-next-fixes-2014-12-17' of git://anongit.freedesktop.org/...Dave Airlie2014-12-236-22/+82
| | |\ \ \ \
| | | * | | | drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson2014-12-162-8/+42
| | | * | | | drm/i915: Force the CS stall for invalidate flushesChris Wilson2014-12-161-0/+2
| | | * | | | drm/i915: Invalidate media caches on gen7Chris Wilson2014-12-162-0/+2
| | | * | | | drm/i915: sanitize RPS resetting during GPU resetImre Deak2014-12-152-10/+22
| | | * | | | drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interruptsImre Deak2014-12-151-3/+13
| | | * | | | drm/i915: vlv: fix IRQ masking when uninstalling interruptsImre Deak2014-12-111-1/+1
| | * | | | | Merge tag 'topic/atomic-fixes-2014-12-17' of git://anongit.freedesktop.org/dr...Dave Airlie2014-12-231-1/+1
| | |\ \ \ \ \
| | | * | | | | drm/atomic: fix potential null ptr on plane enableRob Clark2014-12-171-1/+1
| | | | |/ / / | | | |/| | |