summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api/accelerators (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-23platform/mellanox: Typo fix in the file mlxbf-bootctl.cBhaskar Chowdhury1-1/+1
2021-03-23platform/x86: Typo fix in the file classmate-laptop.cBhaskar Chowdhury1-1/+1
2021-03-23platform/x86: intel_pmt_crashlog: Fix incorrect macrosDavid E. Box1-7/+6
2021-03-23platform/x86: intel_pmt_class: Initial resource to 0David E. Box1-1/+1
2021-03-21platform/x86: thinkpad_acpi: sysfs interface to get wwan antenna typeNitin Joshi2-0/+129
2021-03-21platform/x86: intel-vbtn: Stop reporting SW_DOCK eventsHans de Goede1-2/+10
2021-03-21platform/x86: dell-wmi-sysman: Cleanup create_attributes_level_sysfs_files()Hans de Goede1-9/+7
2021-03-21platform/x86: dell-wmi-sysman: Make sysman_init() return -ENODEV of the inter...Hans de Goede1-5/+7
2021-03-21platform/x86: dell-wmi-sysman: Cleanup sysman_init() error-exit handlingHans de Goede1-29/+16
2021-03-21platform/x86: dell-wmi-sysman: Fix release_attributes_data() getting called t...Hans de Goede1-1/+0
2021-03-21platform/x86: dell-wmi-sysman: Make it safe to call exit_foo_attributes() mul...Hans de Goede4-0/+12
2021-03-21platform/x86: dell-wmi-sysman: Fix possible NULL pointer deref on exitHans de Goede1-9/+2
2021-03-21platform/x86: dell-wmi-sysman: Fix crash caused by calling kset_unregister twiceHans de Goede1-0/+1
2021-03-21platform/x86: thinkpad_acpi: Disable DYTC CQL mode around switching to balanc...Hans de Goede1-2/+7
2021-03-21platform/x86: thinkpad_acpi: Allow the FnLock LED to change stateEsteve Varela Colominas1-1/+7
2021-03-18platform/x86: thinkpad_acpi: check dytc version for lapmode sysfsMark Pearson1-26/+65
2021-03-17platform/surface: aggregator_registry: Add support for Surface Pro 7+Maximilian Luz1-1/+4
2021-03-17platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' staticWei Yongjun1-1/+1
2021-03-17docs: driver-api: Add Surface DTX driver documentationMaximilian Luz3-0/+720
2021-03-17platform/surface: dtx: Add support for native SSAM devicesMaximilian Luz2-1/+93
2021-03-17platform/surface: Add DTX driverMaximilian Luz6-0/+1373
2021-03-10mfd: intel_pmt: Add support for DG1David E. Box4-49/+119
2021-03-10mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilitiesDavid E. Box1-8/+3
2021-03-08platform/x86: touchscreen_dmi: Handle device properties with software node APIHeikki Krogerus1-1/+1
2021-03-08platform/x86: wmi: Make remove callback return voidUwe Kleine-König10-20/+11
2021-03-08platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki4-8/+3
2021-03-08platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2Alban Bedel1-0/+7
2021-03-08platform/x86: hp-wmi: add platform profile supportElia Devito2-5/+93
2021-03-08platform/x86: hp-wmi: rename "thermal policy" to "thermal profile"Elia Devito1-6/+6
2021-03-08platform/x86: Fix typo in KconfigPetr Vaněk1-1/+1
2021-03-08MAINTAINERS: update MELLANOX HARDWARE PLATFORM SUPPORT maintainersHans de Goede1-2/+2
2021-03-08platform/x86: thinkpad_acpi: Handle keyboard cover attach/detach eventsAlexander Kobel1-0/+23
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz6-62/+63
2021-03-06platform/surface: Add platform profile driverMaximilian Luz4-0/+219
2021-03-06platform/surface: aggregator_registry: Add HID subsystem devicesMaximilian Luz1-0/+49
2021-03-06platform/surface: aggregator_registry: Add DTX deviceMaximilian Luz1-0/+7
2021-03-06platform/surface: aggregator_registry: Add platform profile deviceMaximilian Luz1-0/+15
2021-03-06platform/surface: aggregator_registry: Add battery subsystem devicesMaximilian Luz1-0/+27
2021-03-06platform/surface: aggregator_registry: Add base device hubMaximilian Luz1-1/+260
2021-03-06platform/surface: Set up Surface Aggregator device registryMaximilian Luz4-0/+313
2021-03-06Linux 5.12-rc2v5.12-rc2Linus Torvalds1-1/+1
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe1-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe3-109/+54