summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: acer-wmi: use __packed instead of __attribute__((packed))Jules Irenge2021-09-141-7/+7
* platform/x86: wmi: more detailed error reporting in find_guid()Barnabás Pőcze2021-09-141-16/+27
* platform/x86: wmi: introduce helper to retrieve event dataBarnabás Pőcze2021-09-141-22/+20
* platform/x86: wmi: introduce helper to determine typeBarnabás Pőcze2021-09-141-11/+10
* platform/x86: wmi: introduce helper to generate method namesBarnabás Pőcze2021-09-141-15/+27
* platform/x86: wmi: introduce helper to convert driver to WMI driverBarnabás Pőcze2021-09-141-12/+10
* platform/x86: wmi: simplify error handling logicBarnabás Pőcze2021-09-141-4/+3
* platform/x86: wmi: do not fail if disabling failsBarnabás Pőcze2021-09-141-1/+8
* platform/x86: wmi: improve debug messagesBarnabás Pőcze2021-09-141-4/+4
* platform/x86: wmi: align arguments of functionsBarnabás Pőcze2021-09-141-9/+10
* platform/x86: wmi: move variablesBarnabás Pőcze2021-09-141-5/+4
* platform/x86: wmi: remove variableBarnabás Pőcze2021-09-141-4/+1
* platform/x86: wmi: use sizeof(*p) in allocationBarnabás Pőcze2021-09-141-1/+1
* platform/x86: wmi: use !p to check for NULLBarnabás Pőcze2021-09-141-2/+2
* platform/x86: wmi: use sysfs_emit()Barnabás Pőcze2021-09-141-9/+10
* platform/x86: wmi: make GUID block packedBarnabás Pőcze2021-09-141-1/+5
* platform/x86: wmi: use guid_t and guid_equal()Barnabás Pőcze2021-09-141-17/+17
* platform/x86: wmi: use bool instead of intBarnabás Pőcze2021-09-141-8/+8
* platform/x86: wmi: use BIT() macroBarnabás Pőcze2021-09-141-4/+5
* platform/x86: wmi: remove unnecessary checksBarnabás Pőcze2021-09-141-2/+0
* platform/x86: wmi: remove stray empty lineBarnabás Pőcze2021-09-141-1/+0
* platform/x86: wmi: remove unnecessary castsBarnabás Pőcze2021-09-141-7/+5
* platform/x86: wmi: remove unnecessary argumentBarnabás Pőcze2021-09-141-5/+4
* platform/x86: wmi: remove unnecessary variableBarnabás Pőcze2021-09-141-4/+1
* platform/x86: wmi: remove unnecessary initializationsBarnabás Pőcze2021-09-141-9/+9
* platform/x86: wmi: remove unnecessary initializationBarnabás Pőcze2021-09-141-1/+1
* platform/x86: wmi: remove commasBarnabás Pőcze2021-09-141-4/+4
* platform/x86: wmi: fix checkpatch warningsBarnabás Pőcze2021-09-141-3/+2
* platform/x86: wmi: fix kernel docBarnabás Pőcze2021-09-141-1/+1
* platform/x86: Add driver for ACPI WMAA EC-based backlight controlDaniel Dadap2021-09-143-0/+222
* platform/x86: hp-wmi: add support for omen laptopsEnver Balalic2021-09-142-12/+318
* platform/x86: amd-pmc: Increase the response register timeoutMario Limonciello2021-09-141-1/+1
* platform/x86: touchscreen_dmi: Update info for the Chuwi Hi10 Plus (CWI527) t...Hans de Goede2021-09-131-4/+13
* platform/x86: touchscreen_dmi: Add info for the Chuwi HiBook (CWI514) tabletHans de Goede2021-09-131-0/+37
* lg-laptop: Correctly handle dmi_get_system_info() returning NULLMatan Ziv-Av2021-09-131-1/+1
* platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-09-131-2/+1
* Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linuxLinus Torvalds2021-09-124-20/+6
|\
| * auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3
| * auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko2021-07-161-13/+1
| * auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
| * auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-122-11/+27
|\ \
| * | lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* | | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\ \ \
| * | | char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * | | ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-1124-283/+3343
|\ \ \ \
| * | | | Documentation: Add documentation for VDUSEXie Yongji2021-09-061-5/+0
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-064-0/+1662
| * | | | vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618