summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2017-11-249-47/+107
|\
| * nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2017-11-232-1/+3
| * nvmet-fc: correct ref counting error when deferred rcv usedJames Smart2017-11-201-3/+6
| * nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2
| * nvme: Fix NULL dereference on reservation requestKeith Busch2017-11-201-6/+6
| * nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King2017-11-201-1/+1
| * nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im2017-11-201-1/+1
| * nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng2017-11-201-2/+10
| * nvme-loop: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+24
| * nvme-fc: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+18
| * nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-202-26/+36
* | null_blk: fix dev->badblocks leakDavid Disseldorp2017-11-221-1/+4
|/
* clean up x86 platform driver default valuesLinus Torvalds2017-11-181-11/+0
* Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-11-1832-542/+2168
|\
| * platform/x86: silead_dmi: Add silead, home-button property to some tabletsHans de Goede2017-11-181-0/+4
| * platform/x86: dell-laptop: Allocate buffer before rfkill useMario Limonciello2017-11-171-4/+5
| * platform/x86: dell-*wmi*: Relay failed initial probe to dependent driversMario Limonciello2017-11-174-5/+30
| * platform/x86: dell-wmi-descriptor: check if memory was allocatedMario Limonciello2017-11-171-0/+5
| * platform/x86: Revert intel_pmc_ipc: Use MFD framework to create dependent dev...Andy Shevchenko2017-11-131-139/+259
| * platform/x86: dell-smbios-wmi: release mutex lock on WMI call failureMario Limonciello2017-11-081-2/+5
| * platform/x86: wmi: release mutex on module acquistion failureMario Limonciello2017-11-081-2/+4
| * platform/x86: dell-smbios: fix string overflowArnd Bergmann2017-11-081-8/+4
| * platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devicesKuppuswamy Sathyanarayanan2017-11-051-259/+139
| * platform/x86: intel_punit_ipc: Fix resource ioremap warningKuppuswamy Sathyanarayanan2017-11-051-4/+4
| * platform/x86: dell-smo8800: remove redundant assignments to byte_dataColin Ian King2017-11-051-2/+1
| * platform/x86: hp-wmi: Fix tablet mode detection for convertiblesStefan BrĂ¼ns2017-11-051-1/+1
| * platform/x86: intel_ips: Convert timers to use timer_setup()Kees Cook2017-11-051-8/+7
| * platform/x86: sony-laptop: Drop variable assignment in sony_nc_setup_rfkill()Markus Elfring2017-11-051-1/+1
| * platform/x86: sony-laptop: Fix error handling in sony_nc_setup_rfkill()Markus Elfring2017-11-051-6/+8
| * platform/x86: dell-smbios-wmi: introduce userspace interfaceMario Limonciello2017-11-042-41/+45
| * platform/x86: wmi: create userspace interface for driversMario Limonciello2017-11-041-2/+187
| * platform/x86: dell-smbios: Add filtering supportMario Limonciello2017-11-042-0/+203
| * platform/x86: dell-smbios-smm: test for WSMTMario Limonciello2017-11-042-0/+35
| * platform/x86: dell-smbios-wmi: Add new WMI dispatcher driverMario Limonciello2017-11-043-0/+251
| * platform/x86: dell-smbios: Introduce dispatcher for SMM callsMario Limonciello2017-11-047-248/+392
| * platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokensMario Limonciello2017-11-041-1/+212
| * platform/x86: dell-smbios: only run if proper oem string is detectedMario Limonciello2017-11-041-0/+7
| * platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello2017-11-041-17/+0
| * platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driverMario Limonciello2017-11-045-74/+203
| * platform/x86: dell-wmi: don't check length returnedMario Limonciello2017-11-041-5/+1
| * platform/x86: dell-wmi: clean up wmi descriptor checkMario Limonciello2017-11-041-5/+5
| * platform/x86: dell-wmi: increase severity of some failuresMario Limonciello2017-11-041-6/+7
| * platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello2017-11-041-4/+24
| * platform/x86: dell-smbios: Prefix class/select with cmd_Mario Limonciello2017-11-042-4/+4
| * platform/x86: intel_cht_int33fe: Update fusb302 type string, add propertiesHans de Goede2017-11-032-2/+48
| * Merge branch 'i2c/cht-wc-fusb302-immutable' of git://git.kernel.org/pub/scm/l...Andy Shevchenko2017-11-03545-3352/+6194
| |\
| * | platform/x86: silead_dmi: Add entry for the Digma e200 tabletSergey Tshovrebov2017-11-031-0/+25
| * | platform/x86: silead_dmi: Fix GP-electronic T701 entryHans de Goede2017-11-031-0/+2
| * | platform/x86: peaq-wmi: Remove unnecessary checks from peaq_wmi_exitHans de Goede2017-11-031-7/+1
| * | platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_tableHans de Goede2017-11-031-0/+1