index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write
Su Hui
2023-11-27
1
-1
/
+1
*
misc: mei: client.c: return negative error code in mei_cl_write
Su Hui
2023-11-27
1
-1
/
+1
*
misc: mei: client.c: fix kernel-doc warnings
Randy Dunlap
2023-10-18
1
-10
/
+10
*
mei: clean pending read with vtag on bus
Alexander Usyskin
2023-01-27
1
-1
/
+3
*
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-16
1
-4
/
+16
|
\
|
*
mei: add timeout to send
Alexander Usyskin
2022-11-23
1
-4
/
+16
*
|
mei: add support to GSC extended header
Tomas Winkler
2022-10-03
1
-15
/
+40
|
/
*
mei: extend timeouts on slow devices
Alexander Usyskin
2022-09-12
1
-8
/
+8
*
mei: me: avoid link reset on shutdown
Alexander Usyskin
2022-02-25
1
-0
/
+1
*
Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-14
1
-0
/
+4
|
\
|
*
mei: cleanup status before client dma setup call
Alexander Usyskin
2021-12-27
1
-0
/
+4
*
|
mei: bus: add client dma interface
Alexander Usyskin
2021-11-26
1
-0
/
+3
|
/
*
mei: revamp mei extension header structure layout.
Tomas Winkler
2021-06-22
1
-7
/
+9
*
mei: fix kdoc in the driver
Tamar Mashiah
2021-06-22
1
-3
/
+3
*
mei: allow map and unmap of client dma buffer only for disconnected client
Tomas Winkler
2021-03-23
1
-10
/
+7
*
mei: implement client dma setup.
Alexander Usyskin
2021-02-06
1
-0
/
+286
*
mei: allow clients on bus to communicate in remove callback
Alexander Usyskin
2021-02-06
1
-1
/
+2
*
mei: document that mei_msg_hdr_init returns ERR_PTR
Tomas Winkler
2021-01-29
1
-1
/
+1
*
mei: bus: add vtag support
Alexander Usyskin
2020-12-07
1
-2
/
+4
*
mei: handle tx queue flushing for vtag connections
Alexander Usyskin
2020-08-18
1
-10
/
+13
*
mei: add a vtag map for each client
Alexander Usyskin
2020-08-18
1
-2
/
+166
*
mei: add a spin lock to protect rd_completed queue
Alexander Usyskin
2020-08-18
1
-6
/
+41
*
mei: add support for mei extended header.
Tomas Winkler
2020-08-18
1
-56
/
+133
*
mei: client: use sizeof of variable instead of struct type
Tomas Winkler
2020-07-23
1
-4
/
+4
*
mei: release me_cl object reference
Alexander Usyskin
2020-05-15
1
-0
/
+2
*
mei: limit number of bytes in mei header.
Tomas Winkler
2020-02-11
1
-2
/
+2
*
mei: expose device state in sysfs
Alexander Usyskin
2019-04-25
1
-1
/
+1
*
mei: adjust the copyright notice in the files.
Tomas Winkler
2019-03-28
1
-1
/
+1
*
mei: convert to SPDX license tags
Tomas Winkler
2019-03-28
1
-11
/
+1
*
mei: free read cb on ctrl_wr list flush
Alexander Usyskin
2019-01-30
1
-1
/
+4
*
mei: dma ring: implement transmit flow
Tomas Winkler
2018-11-26
1
-13
/
+51
*
mei: dma ring: implement rx circular buffer logic
Tomas Winkler
2018-11-26
1
-1
/
+1
*
mei: expedite ioctl return on the notify set operation error
Alexander Usyskin
2018-11-07
1
-1
/
+3
*
mei: flush queues by the host client only
Alexander Usyskin
2018-11-07
1
-19
/
+2
*
mei: fix use-after-free in mei_cl_write
John Hubbard
2018-09-12
1
-1
/
+1
*
mei: hbm: introduce dma bit in the message header
Tomas Winkler
2018-08-02
1
-0
/
+1
*
mei: add support for variable length mei headers.
Tomas Winkler
2018-08-02
1
-13
/
+18
*
mei: add mei_msg_hdr_init wrapper.
Tomas Winkler
2018-07-24
1
-13
/
+20
*
mei: move hbuf_depth from the mei device to the hw modules
Tomas Winkler
2018-07-24
1
-22
/
+31
*
mei: cleanup slots to data conversions
Tomas Winkler
2018-07-24
1
-1
/
+1
*
mei: fix ssize_t to int assignment in read and write ops.
Tomas Winkler
2018-07-12
1
-11
/
+11
*
mei: check for error returned from mei_hbuf_empty_slots()
Tomas Winkler
2018-07-12
1
-6
/
+16
*
mei: limit the number of queued writes
Alexander Usyskin
2018-03-14
1
-32
/
+50
*
mei: make module referencing local to the bus.c
Tomas Winkler
2018-03-14
1
-5
/
+0
*
mei: set device client to the disconnected state upon suspend.
Tomas Winkler
2018-02-16
1
-0
/
+6
*
mei: drop amthif internal client
Alexander Usyskin
2017-04-08
1
-9
/
+5
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
mei: revamp io list cleanup function.
Tomas Winkler
2017-01-31
1
-44
/
+39
*
mei: replace callback structures used as list head by list_head
Alexander Usyskin
2017-01-31
1
-26
/
+26
*
mei: amthif: clean command queue upon disconnection
Tomas Winkler
2017-01-31
1
-1
/
+1
[next]