summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | qla2xxx: Fix warning reported by static checkerHimanshu Madhani2016-01-291-3/+4
| * | | | | | target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-01-293-64/+67
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2016-02-136-33/+59
|\ \ \ \ \ \
| * | | | | | thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino2016-02-111-6/+8
| * | | | | | thermal: allow u8500-thermal driver to be a moduleArnd Bergmann2016-02-092-2/+5
| * | | | | | thermal: allow spear-thermal driver to be a moduleArnd Bergmann2016-02-091-1/+1
| * | | | | | thermal: spear: use __maybe_unused for PM functionsArnd Bergmann2016-02-091-4/+2
| * | | | | | thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto2016-02-091-5/+40
| * | | | | | thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan2016-02-091-15/+3
* | | | | | | Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-124-24/+12
|\ \ \ \ \ \ \
| * | | | | | | PCI: iproc: Allow multiple devices except on PAXCRay Jui2016-01-271-18/+11
| * | | | | | | PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior2016-01-253-6/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'mmc-v4.5-rc2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-02-129-36/+93
|\ \ \ \ \ \ \
| * | | | | | | Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson2016-02-111-3/+0
| * | | | | | | mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter2016-02-111-0/+30
| * | | | | | | mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter2016-02-111-0/+31
| * | | | | | | mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter2016-02-111-1/+1
| * | | | | | | mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-02-112-1/+3
| * | | | | | | mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson2016-02-101-1/+1
| * | | | | | | mmc: block: return error on failed mmc_blk_get()Olof Johansson2016-02-101-1/+3
| * | | | | | | mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik2016-02-081-26/+9
| * | | | | | | mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov2016-02-081-2/+13
| * | | | | | | mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error pathJisheng Zhang2016-02-021-0/+1
| * | | | | | | mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik2016-02-021-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-125-16/+25
|\ \ \ \ \ \ \
| * | | | | | | video: fbdev: imxfb: Provide a reset mechanismFabio Estevam2016-01-291-0/+15
| * | | | | | | fbdev: mmp: print IRQ resource using %pR format stringArnd Bergmann2016-01-291-2/+1
| * | | | | | | fbdev: da8xx-fb: remove incorrect type castArnd Bergmann2016-01-291-3/+3
| * | | | | | | fbdev: s6e8ax0: avoid unused function warningsArnd Bergmann2016-01-291-9/+4
| * | | | | | | ocfb: fix tgdel and tvdel timing parametersAndrea Merello2016-01-291-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-02-126-15/+21
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-046-15/+21
| |\ \ \ \ \ \ \
| | * | | | | | | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-041-2/+2
| | * | | | | | | SCSI: Add Marvell Console to VPD blacklistMika Westerberg2016-02-041-0/+1
| | * | | | | | | scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke2016-02-041-1/+3
| | * | | | | | | storvsc: Use the specified target ID in device lookupK. Y. Srinivasan2016-01-281-5/+5
| | * | | | | | | storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan2016-01-281-0/+6
| | * | | | | | | hisi_sas: fix v1 hw check for slot errorJohn Garry2016-01-261-6/+3
| | * | | | | | | hisi_sas: add dependency for HAS_IOMEMJohn Garry2016-01-261-1/+1
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-02-1225-257/+373
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-02-1125-257/+373
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/amdgpu: fix issue with overlapping userptrsChristian König2016-02-103-1/+23
| | * | | | | | | | | drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle2016-02-101-0/+5
| | * | | | | | | | | drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle2016-02-101-2/+0
| | * | | | | | | | | drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle2016-02-101-1/+4
| | * | | | | | | | | drm/amdgpu: fix s4 resumeFlora Cui2016-02-101-4/+9
| | * | | | | | | | | drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher2016-02-081-0/+13
| | * | | | | | | | | drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher2016-02-081-2/+12
| | * | | | | | | | | drma/dmgpu: move cg and pg flags into shared headersAlex Deucher2016-02-0813-171/+171
| | * | | | | | | | | drm/amdgpu: remove unused cg definesAlex Deucher2016-02-081-9/+0