summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-074-97/+76
|\
| * pps: parport: use timespec64 instead of timespecArnd Bergmann2018-02-071-20/+20
| * drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring2018-02-071-7/+5
| * drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Markus Elfring2018-02-071-1/+1
| * drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Markus Elfring2018-02-071-3/+0
| * rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring2018-02-071-13/+12
| * rapidio: return an error code only as a constant in two functionsMarkus Elfring2018-02-071-15/+6
| * rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring2018-02-071-3/+3
| * rapidio: improve a size determination in five functionsMarkus Elfring2018-02-071-10/+5
| * rapidio: adjust five function calls together with a variable assignmentMarkus Elfring2018-02-071-12/+14
| * rapidio: adjust 12 checks for null pointersMarkus Elfring2018-02-071-9/+9
| * rapidio: delete an error message for a failed memory allocation in rio_init_m...Markus Elfring2018-02-071-1/+0
| * bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-071-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-0713-113/+137
|\ \
| * | be2net: Handle transmit completion errors in LancerSuresh Reddy2018-02-064-48/+69
| * | be2net: Fix HW stall issue in LancerSuresh Reddy2018-02-061-1/+4
| * | nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-065-49/+55
| * | net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang2018-02-061-1/+1
| * | net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn2018-02-061-1/+2
| * | ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario2018-02-061-10/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-041-3/+2
| |\ \
| | * | netdevsim: fix overflow on the error pathJakub Kicinski2018-02-011-3/+2
* | | | Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-02-0730-980/+2132
|\ \ \ \
| * | | | platform/x86: mlx-platform: Fix an ERR_PTR vs NULL issueDan Carpenter2018-02-061-2/+2
| * | | | platform/x86: intel_pmc_core: Special case for CoffeelakeRajneesh Bhardwaj2018-02-042-0/+16
| * | | | platform/x86: intel_pmc_core: Add CannonLake PCH supportRajneesh Bhardwaj2018-02-042-0/+96
| * | | | platform/x86: intel_pmc_core: Read base address from LPITSrinivas Pandruvada2018-02-041-1/+8
| * | | | ACPI / LPIT: Export lpit_read_residency_count_address()Srinivas Pandruvada2018-02-041-0/+1
| * | | | platform/x86: intel-vbtn: Replace License by SDPX identifierAndy Shevchenko2018-02-011-11/+1
| * | | | platform/x86: intel-vbtn: Remove redundant inclusionsAndy Shevchenko2018-02-011-5/+3
| * | | | platform/x86: intel-vbtn: Support tablet mode switchMarco Martin2018-02-011-0/+21
| * | | | platform/x86: dell-laptop: Allocate buffer on heap rather than globallyMario Limonciello2018-02-011-85/+103
| * | | | platform/x86: intel_pmc_core: Remove unused header fileRajneesh Bhardwaj2018-02-011-1/+0
| * | | | platform/x86: mlx-platform: Add hotplug device unregister to error pathVadim Pasternak2018-01-311-1/+3
| * | | | platform/x86: mlx-platform: fix module aliasesIvan Vecera2018-01-311-5/+2
| * | | | platform/mellanox: mlxreg-hotplug: Add check for negative adapter numberVadim Pasternak2018-01-311-0/+7
| * | | | platform/x86: mlx-platform: Add IO access verification callbacksVadim Pasternak2018-01-311-0/+77
| * | | | platform/x86: mlx-platform: Document pdev_hotplug fieldVadim Pasternak2018-01-311-0/+1
| * | | | platform/x86: mlx-platform: Allow compilation for 32 bit archVadim Pasternak2018-01-311-1/+0
| * | | | platform/mellanox: mlxreg-hotplug: Enable building for ARMVadim Pasternak2018-01-311-1/+1
| * | | | platform/mellanox: mlxreg-hotplug: Modify to use a regmap interfaceVadim Pasternak2018-01-313-297/+549
| * | | | platform/mellanox: Group create/destroy with attribute functionsVadim Pasternak2018-01-311-35/+35
| * | | | platform/mellanox: Rename i2c bus to nrVadim Pasternak2018-01-312-11/+11
| * | | | platform/mellanox: mlxreg-hotplug: Remove unused wait.h includeVadim Pasternak2018-01-311-1/+0
| * | | | platform/x86: Move Mellanox platform hotplug driver to platform/mellanoxVadim Pasternak2018-01-318-130/+154
| * | | | Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"Lukas Wunner2018-01-311-47/+1
| * | | | platform/x86: GPD pocket fan: Stop work on suspendHans de Goede2018-01-291-0/+1
| * | | | platform/x86: GPD pocket fan: Use a min-speed of 2 while chargingHans de Goede2018-01-291-4/+24
| * | | | platform/x86: GPD pocket fan: Set speed to max on get_temp failureHans de Goede2018-01-291-4/+6
| * | | | platform/x86: intel_pmc_core: Convert to ICPU macroRajneesh Bhardwaj2018-01-291-8/+7