summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-043-56/+72
|\
| * xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-021-2/+18
| * xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-37/+47
| * xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand2019-10-011-2/+1
| * xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand2019-10-011-9/+4
| * xen/balloon: Drop __balloon_append()David Hildenbrand2019-10-011-8/+3
| * xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand2019-10-011-0/+1
* | Merge tag 'drm-fixes-2019-10-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-10-0438-159/+230
|\ \
| * \ Merge tag 'drm-intel-fixes-2019-10-03-1' of git://anongit.freedesktop.org/drm...Dave Airlie2019-10-046-102/+111
| |\ \
| | * | Revert "drm/i915: Fix DP-MST crtc_mask"Ville Syrjälä2019-10-031-1/+1
| | * | drm/i915: Fix g4x sprite scaling stride check with GTT remappingVille Syrjälä2019-10-031-2/+3
| | * | drm/i915/dp: Fix dsc bpp calculations, v5.Maarten Lankhorst2019-10-035-99/+107
| * | | Merge tag 'drm-misc-fixes-2019-10-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-10-048-23/+36
| |\ \ \
| | * \ \ Merge drm-misc-next-fixes-2019-10-02 into drm-misc-fixesMaxime Ripard2019-10-031-0/+1
| | |\ \ \
| | | * | | drm/tilcdc: include linux/pinctrl/consumer.h againArnd Bergmann2019-09-301-0/+1
| | * | | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-036076-174255/+495443
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
| | * | | | drm/komeda: prevent memory leak in komeda_wb_connector_addNavid Emamdoost2019-09-271-1/+3
| | * | | | drm: Clear the fence pointer when writeback job signaledLowry Li (Arm Technology China)2019-09-231-8/+15
| | * | | | drm: Free the writeback_job when it with an empty fbLowry Li (Arm Technology China)2019-09-235-13/+16
| * | | | | drm/amd/display: fix dcn21 Makefile for clangArnd Bergmann2019-10-021-1/+11
| * | | | | drm/amd/display: hide an unused variableArnd Bergmann2019-10-021-0/+2
| * | | | | drm/amdgpu: display_mode_vba_21: remove uint typedefArnd Bergmann2019-10-021-8/+5
| * | | | | drm/amdgpu: hide another #warningArnd Bergmann2019-10-021-2/+0
| * | | | | drm/amdgpu: make pmu support optional, againArnd Bergmann2019-10-021-1/+1
| * | | | | drm/amd/display: memory leakNavid Emamdoost2019-10-027-0/+7
| * | | | | drm/amdgpu: fix multiple memory leaks in acp_hw_initNavid Emamdoost2019-10-021-12/+22
| * | | | | drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák2019-10-024-1/+17
| * | | | | drm/amdgpu: don't increment vram lost if we are in hibernationAlex Deucher2019-10-022-4/+8
| * | | | | Revert "drm/amdgpu: disable stutter mode for renoir"Aaron Liu2019-10-021-2/+0
| * | | | | drm/amd/powerplay: add sensor lock support for smuKevin Wang2019-10-025-0/+9
| * | | | | drm/amd/powerplay: change metrics update period from 1ms to 100msKevin Wang2019-10-021-1/+1
| * | | | | drm/amdgpu: revert "disable bulk moves for now"Christian König2019-10-021-2/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-049-121/+175
|\ \ \ \ \
| * | | | | Revert "s390/dasd: Add discard support for ESE volumes"Stefan Haberland2019-10-011-54/+3
| * | | | | s390/dasd: Fix error handling during online processingJan Höppner2019-10-011-16/+8
| * | | | | loop: change queue block size to match when using DIOMartijn Coenen2019-10-011-0/+10
| * | | | | Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-277-51/+154
| |\ \ \ \ \
| | * | | | | nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg2019-09-271-1/+2
| | * | | | | nvme: Move ctrl sqsize to generic spaceKeith Busch2019-09-261-1/+1
| | * | | | | nvme: Add ctrl attributes for queue_count and sqsizeJames Smart2019-09-251-0/+4
| | * | | | | nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-16/+92
| | * | | | | nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-09-251-0/+10
| | * | | | | nvmet-tcp: remove superflous check on request sglSagi Grimberg2019-09-251-8/+4
| | * | | | | Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-09-251-0/+3
| | * | | | | nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy2019-09-251-5/+11
| | * | | | | nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-09-251-2/+3
| | * | | | | nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-09-251-7/+10
| | * | | | | nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark2019-09-251-2/+2
| | * | | | | nvme-pci: Fix a race in controller removalBalbir Singh2019-09-231-1/+4