summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig2017-01-102-7/+7
* libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig2017-01-101-24/+22
* libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven2017-01-091-13/+31
* ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko2017-01-091-8/+5
* Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-092-2/+7
|\
| * ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav2017-01-061-0/+3
| * libata: Fix ATA request senseDamien Le Moal2017-01-061-0/+2
| * libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo2017-01-061-2/+2
* | ata: sata_mv: fix module license specificationUwe Kleine-König2017-01-061-1/+1
* | ahci: imx: Add imx53 SATA temperature sensor supportCsaba Kertesz2017-01-061-0/+195
* | ata: ahci_xgene: free structure returned by acpi_get_object_info()Michał Kępień2017-01-061-2/+4
* | libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven2017-01-061-26/+35
* | libata: Make ata_sg_clean() static againGeert Uytterhoeven2017-01-062-2/+1
* | ata: AHCI and other non-SFF native drivers should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+4
* | ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
* | ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
* | ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
|/
* Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvh...Linus Torvalds2017-01-062-22/+22
|\
| * platform/x86: fujitsu-laptop: use brightness_set_blocking for LED-setting cal...Micha? K?pie?2016-12-281-21/+21
| * platform/x86: fix surface3_button build errorsRandy Dunlap2016-12-281-1/+1
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-01-063-18/+14
|\ \
| * | audit: Fix sleep in atomicJan Kara2017-01-031-4/+14
| * | fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-233-18/+4
* | | Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/d...Linus Torvalds2017-01-0611-45/+190
|\ \ \
| * | | drm/i915: Prevent timeline updates whilst performing resetChris Wilson2017-01-031-1/+9
| * | | drm/i915: Silence allocation failure during sg_trim()Chris Wilson2017-01-031-1/+1
| * | | drm/i915: Don't clflush before release phys objectChris Wilson2017-01-031-4/+6
| * | | drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä2017-01-031-2/+2
| * | | drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2017-01-032-1/+21
| * | | drm/i915: Initialize overlay->last_flip properlyVille Syrjälä2017-01-031-0/+2
| * | | drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä2017-01-031-16/+16
| * | | drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä2017-01-031-7/+34
| * | | Merge tag 'gvt-fixes-2016-12-26' of https://github.com/01org/gvt-linux into d...Jani Nikula2016-12-276-13/+99
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915/gvt: fix typo in cfg_space range checkPei Zhang2016-12-261-1/+1
| | * | drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMANDMin He2016-12-261-1/+1
| | * | drm/i915/gvt/kvmgt: trival: code cleanupJike Song2016-12-261-5/+2
| | * | drm/i915/gvt/kvmgt: prevent double-release of vgpuJike Song2016-12-262-3/+22
| | * | drm/i915/gvt/kvmgt: check returned slot for gfnJike Song2016-12-261-0/+8
| | * | drm/i915/gvt/kvmgt: dereference the pointer within lockJike Song2016-12-261-2/+5
| | * | drm/i915/gvt: reset the GGTT entry when vGPU createdPing Gao2016-12-262-0/+59
| | * | drm/i915/gvt: fix an error in opregion handlingMin He2016-12-261-1/+1
| |/ /
* | | Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-01-054-53/+90
|\ \ \
| * | | pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433Chanwoo Choi2016-12-302-40/+82
| * | | pinctrl: meson: fix gpio request disabling other modesNeil Armstrong2016-12-291-1/+1
| * | | pinctrl/amd: Set the level based on ACPI tablesShyam Sundar S K2016-12-291-12/+7
| |/ /
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-01-0558-296/+334
|\ \ \
| * \ \ Merge tag 'davinci-fixes-for-v4.10' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2017-01-044-27/+53
| |\ \ \
| | * | | ARM: davinci: da8xx: Fix sleeping function called from invalid contextAlexandre Bailon2017-01-021-19/+15
| | * | | ARM: davinci: Make __clk_{enable,disable} functions publicAlexandre Bailon2017-01-022-6/+8
| | * | | ARM: davinci: da850: don't add emac clock to lookup table twiceBartosz Golaszewski2017-01-021-1/+11