summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-2417-221/+0
* s390: virtio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-242-0/+2
* s390: scsi: zfcp_aux: add SPDX identifierGreg Kroah-Hartman2017-11-241-0/+1
* s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2410-0/+10
* s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2414-0/+14
* s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2416-0/+16
* s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2418-0/+18
* s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-248-0/+8
* s390/zcrypt: Fix wrong comparison leading to strange load balancingHarald Freudenberger2017-11-201-2/+2
* Merge tag 'ntb-4.15' of git://github.com/jonmason/ntbLinus Torvalds2017-11-2011-362/+1317
|\
| * ntb: intel: remove b2b memory window workaround for Skylake NTBDave Jiang2017-11-191-73/+2
| * NTB: make idt_89hpes_cfg constBhumika Goyal2017-11-191-8/+8
| * NTB: switchtec_ntb: Add memory window supportLogan Gunthorpe2017-11-191-3/+210
| * NTB: switchtec_ntb: Implement scratchpad registersLogan Gunthorpe2017-11-191-2/+73
| * NTB: switchtec_ntb: Implement doorbell registersLogan Gunthorpe2017-11-191-4/+85
| * NTB: switchtec_ntb: Add link managementLogan Gunthorpe2017-11-191-1/+129
| * NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-191-1/+147
| * NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe2017-11-191-0/+142
| * NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe2017-11-191-0/+360
| * NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-196-0/+96
| * NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe2017-11-193-22/+22
| * NTB: switchtec: Add link event notifier callbackLogan Gunthorpe2017-11-191-0/+51
| * NTB: switchtec: Export class symbol for use in upper layer driverLogan Gunthorpe2017-11-191-1/+3
| * NTB: switchtec: Move structure definitions into a common headerLogan Gunthorpe2017-11-191-259/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2017-11-191-1/+1
|\ \
| * | PNP: ide: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* | | 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