index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-19
mei: more prints with client prefix
Alexander Usyskin
3
-37
/
+34
2025-07-19
mei: bus: use cldev in prints
Alexander Usyskin
2
-14
/
+14
2025-06-24
mei: bus: Check for still connected devices in mei_cl_bus_dev_release()
Hans de Goede
1
-0
/
+6
2025-06-24
mei: vsc: Fix "BUG: Invalid wait context" lockdep error
Hans de Goede
1
-1
/
+1
2025-06-24
mei: vsc: Run event callback from a workqueue
Hans de Goede
1
-6
/
+11
2025-06-24
mei: vsc: Unset the event callback on remove and probe errors
Hans de Goede
1
-0
/
+5
2025-06-24
mei: vsc: Event notifier fixes
Hans de Goede
1
-3
/
+9
2025-06-24
mei: vsc: Destroy mutex after freeing the IRQ
Hans de Goede
1
-4
/
+4
2025-06-24
mei: vsc: Use vsc_tp_remove() as shutdown handler
Hans de Goede
1
-12
/
+2
2025-06-24
mei: vsc: Don't call vsc_tp_reset() a second time on shutdown
Hans de Goede
1
-2
/
+0
2025-06-24
mei: vsc: Don't re-init VSC from mei_vsc_hw_reset() on stop
Hans de Goede
1
-0
/
+3
2025-06-24
mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq()
Hans de Goede
2
-34
/
+0
2025-06-24
mei: bus: replace sprintf/scnprintf with sysfs_emit in show functions
Moon Hee Lee
1
-9
/
+8
2025-05-21
mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array()
Hans de Goede
1
-2
/
+2
2025-05-01
mei: Cast the cb->ext_hdr allocation type
Kees Cook
1
-1
/
+1
2025-04-15
mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type
Hans de Goede
1
-7
/
+7
2025-04-15
mei: vsc: Fix fortify-panic caused by invalid counted_by() use
Hans de Goede
1
-11
/
+15
2025-04-15
mei: me: add panther lake H DID
Alexander Usyskin
2
-0
/
+2
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
5
-123
/
+0
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
3
-1
/
+5
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
3
-1
/
+5
2025-02-27
x86/cpu: Drop configuration options for early 64-bit CPUs
Arnd Bergmann
1
-1
/
+1
2025-02-20
mei: Remove unused functions
Dr. David Alan Gilbert
5
-123
/
+0
2025-02-19
mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
Hans de Goede
1
-1
/
+1
2025-02-19
mei: me: add panther lake P DID
Alexander Usyskin
2
-0
/
+4
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-11
/
+11
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-12
mei: vsc: Fix typo "maintstepping" -> "mainstepping"
Colin Ian King
1
-1
/
+1
2024-11-10
mei: vsc: Improve error logging in vsc_identify_silicon()
Hans de Goede
1
-10
/
+16
2024-11-10
mei: vsc: Do not re-enable interrupt from vsc_tp_reset()
Hans de Goede
2
-4
/
+0
2024-11-05
Merge 6.12-rc6 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2024-10-29
mei: use kvmalloc for read buffer
Alexander Usyskin
1
-2
/
+2
2024-10-13
mei: bus: Reorganize kerneldoc parameter names
Julia Lawall
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-3
/
+5
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-6
/
+6
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
4
-27
/
+20
2024-07-04
mei: vsc: Fix spelling error
Wentong Wu
1
-1
/
+1
2024-07-04
mei: vsc: Enhance SPI transfer of IVSC ROM
Wentong Wu
1
-1
/
+1
2024-07-04
mei: vsc: Utilize the appropriate byte order swap function
Wentong Wu
1
-1
/
+1
2024-07-04
mei: vsc: Prevent timeout error with added delay post-firmware download
Wentong Wu
1
-2
/
+2
2024-07-04
mei: vsc: Enhance IVSC chipset stability during warm reboot
Wentong Wu
1
-0
/
+14
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-06-24
mei: bus-fixup: set timeout for MKHI send operations
Alexander Usyskin
1
-3
/
+5
2024-06-19
Merge drm/drm-next into drm-intel-next
Jani Nikula
6
-8
/
+13
2024-06-04
mei: vsc: Fix wrong invocation of ACPI SID method
Hans de Goede
1
-1
/
+1
2024-06-04
mei: vsc: Don't stop/restart mei device during system suspend/resume
Wentong Wu
1
-24
/
+15
2024-06-04
mei: me: release irq in mei_me_pci_resume error path
Tomas Winkler
1
-1
/
+3
[next]