summaryrefslogtreecommitdiff
path: root/drivers/misc/mei
AgeCommit message (Expand)Author
2025-07-19mei: more prints with client prefixAlexander Usyskin
2025-07-19mei: bus: use cldev in printsAlexander Usyskin
2025-06-24mei: bus: Check for still connected devices in mei_cl_bus_dev_release()Hans de Goede
2025-06-24mei: vsc: Fix "BUG: Invalid wait context" lockdep errorHans de Goede
2025-06-24mei: vsc: Run event callback from a workqueueHans de Goede
2025-06-24mei: vsc: Unset the event callback on remove and probe errorsHans de Goede
2025-06-24mei: vsc: Event notifier fixesHans de Goede
2025-06-24mei: vsc: Destroy mutex after freeing the IRQHans de Goede
2025-06-24mei: vsc: Use vsc_tp_remove() as shutdown handlerHans de Goede
2025-06-24mei: vsc: Don't call vsc_tp_reset() a second time on shutdownHans de Goede
2025-06-24mei: vsc: Don't re-init VSC from mei_vsc_hw_reset() on stopHans de Goede
2025-06-24mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq()Hans de Goede
2025-06-24mei: bus: replace sprintf/scnprintf with sysfs_emit in show functionsMoon Hee Lee
2025-05-21mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array()Hans de Goede
2025-05-01mei: Cast the cb->ext_hdr allocation typeKees Cook
2025-04-15mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf typeHans de Goede
2025-04-15mei: vsc: Fix fortify-panic caused by invalid counted_by() useHans de Goede
2025-04-15mei: me: add panther lake H DIDAlexander Usyskin
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann
2025-02-20mei: Remove unused functionsDr. David Alan Gilbert
2025-02-19mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIOHans de Goede
2025-02-19mei: me: add panther lake P DIDAlexander Usyskin
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-12mei: vsc: Fix typo "maintstepping" -> "mainstepping"Colin Ian King
2024-11-10mei: vsc: Improve error logging in vsc_identify_silicon()Hans de Goede
2024-11-10mei: vsc: Do not re-enable interrupt from vsc_tp_reset()Hans de Goede
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman
2024-10-29mei: use kvmalloc for read bufferAlexander Usyskin
2024-10-13mei: bus: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter
2024-07-04mei: vsc: Fix spelling errorWentong Wu
2024-07-04mei: vsc: Enhance SPI transfer of IVSC ROMWentong Wu
2024-07-04mei: vsc: Utilize the appropriate byte order swap functionWentong Wu
2024-07-04mei: vsc: Prevent timeout error with added delay post-firmware downloadWentong Wu
2024-07-04mei: vsc: Enhance IVSC chipset stability during warm rebootWentong Wu
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-24mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler