summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | platform/x86: intel_ips: remove redundant variables slope and offsetColin Ian King2018-07-181-4/+1
| * | | | platform/mellanox: Use 2-factor allocator callsKees Cook2018-07-181-2/+2
| * | | | platform/x86: asus-wireless: Fix uninitialized symbol usageJoão Paulo Rechi Vita2018-07-021-10/+13
| * | | | platform/x86: asus-wireless: Toggle airplane mode LEDJoão Paulo Rechi Vita2018-07-021-0/+1
| * | | | platform/x86: dell-smbios-wmi: make function dell_smbios_wmi_call staticColin Ian King2018-07-021-1/+1
| * | | | platform/x86: intel-vbtn: Add support for dock mode detectionMatt Delco2018-07-021-0/+5
| * | | | platform/x86: intel-hid: Add support for Device Specific MethodsSrinivas Pandruvada2018-07-021-21/+157
| * | | | platform/x86: touchscreen_dmi: Add info for the Onda V820w tabletJun Bo Bi2018-07-021-0/+24
| * | | | platform/x86: touchscreen_dmi: Add info for the "Connect Tablet 9" tabletHans de Goede2018-07-021-0/+25
| * | | | platform/x86: touchscreen_dmi: Add info for the ONDA V891W Dual OS tabletyouling2572018-07-021-0/+27
| * | | | platform/x86: asus-wmi: Add keyboard backlight toggle supportChris Chiu2018-07-021-0/+8
| * | | | platform/x86: asus-wmi: Call led hw_changed API on kbd brightness changeChris Chiu2018-07-021-4/+22
| * | | | platform/x86: intel_pmc_core: Add CNP SLPS0 debug registersBox, David E2018-07-022-0/+126
| * | | | platform/x86: Rename silead_dmi to touchscreen_dmiHans de Goede2018-07-023-46/+46
| * | | | platform/x86: silead_dmi: Add touchscreen info for the Chuwi Vi10 tabletHans de Goede2018-07-021-0/+26
| * | | | platform/x86: silead_dmi: Sort entries alphabeticallyHans de Goede2018-07-021-252/+255
| * | | | platform/x86: silead_dmi: Rename trekstor entriesHans de Goede2018-07-021-11/+11
| * | | | platform/x86: dell-smbios: make a function and a pointer staticColin Ian King2018-06-271-2/+2
| * | | | platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, tooTakashi Iwai2018-06-271-2/+2
| * | | | platform/x86: dell-smbios-base: Support systems without tokensMario Limonciello2018-06-271-14/+21
| * | | | platform/x86: thinkpad_acpi: Add support for calculator hotkeyBenjamin Berg2018-06-271-2/+2
| * | | | platform/x86: toshiba_acpi: Update KBD backlight LED on second gen laptopsAzael Avalos2018-06-261-8/+22
| * | | | platform/x86: wmi: Do not mix pages and kmallocKees Cook2018-06-231-6/+3
| * | | | platform/x86: mlx-platform: Add mlxreg-io platform driver activationVadim Pasternak2018-06-201-2/+173
| * | | | platform/mellanox: Introduce support for Mellanox register access driverVadim Pasternak2018-06-203-0/+257
| | |/ / | |/| |
* | | | Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-08-222-4/+0
|\ \ \ \
| * | | | xtensa: drop variant IRQ supportMax Filippov2018-08-202-4/+0
* | | | | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-2230-553/+697
|\ \ \ \ \
| * | | | | block/DAC960.c: make some arrays static const, shrinks object sizeColin Ian King2018-08-211-18/+24
| * | | | | pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe2018-08-161-0/+1
| * | | | | bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-112-2/+4
| * | | | | bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
| * | | | | bcache: add missing SPDX headerColy Li2018-08-113-0/+3
| * | | | | bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
| * | | | | bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
| * | | | | bcache: fix code comments styleColy Li2018-08-113-13/+21
| * | | | | bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1
| * | | | | bcache: prefer 'help' in KconfigColy Li2018-08-111-3/+3
| * | | | | bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-112-2/+2
| * | | | | bcache: replace '%pF' by '%pS' in seq_printf()Coly Li2018-08-111-2/+2
| * | | | | bcache: fix indent by replacing blank by tabsColy Li2018-08-111-2/+2
| * | | | | bcache: replace printk() by pr_*() routinesColy Li2018-08-114-15/+15
| * | | | | bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-112-5/+5
| * | | | | bcache: style fixes for lines over 80 charactersColy Li2018-08-1113-28/+59
| * | | | | bcache: add identifier names to arguments of function definitionsColy Li2018-08-1114-185/+215
| * | | | | bcache: style fix to add a blank line after declarationsColy Li2018-08-1116-7/+55
| * | | | | bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-1122-293/+306
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2216-180/+177
|\ \ \ \ \ \
| * | | | | | drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King2018-08-221-2/+0
| * | | | | | bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18