summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/pxp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-16misc/mei: Allow building standalone for compile testingSimon Richter-1/+1
2026-01-16misc/mei: Decouple ME interfaces from GPU driversSimon Richter-1/+1
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula-2/+5
2024-05-31drm: move i915_pxp_tee_interface.h under include/drm/intelJani Nikula-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula-1/+1
2024-04-23mei: pxp: match against PCI_CLASS_DISPLAY_OTHERDaniele Ceraolo Spurio-2/+5
2024-01-30mei: pxp: add dependency on Xe driverAlexander Usyskin-1/+1
2024-01-30mei: pxp: match without driver nameAlexander Usyskin-2/+12
2023-12-15mei: rework Kconfig dependenciesArnd Bergmann-1/+1
2023-12-15mei: pxp: spdx should be at first lineAlexander Usyskin-1/+0
2023-11-27mei: pxp: fix mei_pxp_send_message return valueAlexander Usyskin-1/+2
2023-10-18mei: update mei-pxp's component interface with timeoutsAlan Previn-6/+27
2023-10-18mei: pxp: re-enable client on errorsAlexander Usyskin-22/+48
2023-10-18mei: pxp: recover from recv fail under memory pressureAlexander Usyskin-1/+24
2023-07-30mei: pxp: Keep a const qualifier when calling mei_cldev_send()Christophe JAILLET-2/+1
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko-1/+1
2023-01-20mei: pxp: Use correct macros to initialize uuid_leAndy Shevchenko-2/+2
2022-10-03mei: pxp: support matching with a gfx discrete cardTomas Winkler-3/+10
2022-10-03mei: pxp: add command streamer API to the PXP driverVitaly Lubart-0/+25
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung-1/+1
2021-10-04mei: pxp: export pavp client to me client busVitaly Lubart-0/+267