index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-27
misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write
Su Hui
1
-1
/
+1
2023-11-27
misc: mei: client.c: return negative error code in mei_cl_write
Su Hui
1
-1
/
+1
2023-10-18
misc: mei: client.c: fix kernel-doc warnings
Randy Dunlap
1
-10
/
+10
2023-01-27
mei: clean pending read with vtag on bus
Alexander Usyskin
1
-1
/
+3
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+16
2022-11-23
mei: add timeout to send
Alexander Usyskin
1
-4
/
+16
2022-10-03
mei: add support to GSC extended header
Tomas Winkler
1
-15
/
+40
2022-09-12
mei: extend timeouts on slow devices
Alexander Usyskin
1
-8
/
+8
2022-02-25
mei: me: avoid link reset on shutdown
Alexander Usyskin
1
-0
/
+1
2022-01-14
Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2021-12-27
mei: cleanup status before client dma setup call
Alexander Usyskin
1
-0
/
+4
2021-11-26
mei: bus: add client dma interface
Alexander Usyskin
1
-0
/
+3
2021-06-22
mei: revamp mei extension header structure layout.
Tomas Winkler
1
-7
/
+9
2021-06-22
mei: fix kdoc in the driver
Tamar Mashiah
1
-3
/
+3
2021-03-23
mei: allow map and unmap of client dma buffer only for disconnected client
Tomas Winkler
1
-10
/
+7
2021-02-06
mei: implement client dma setup.
Alexander Usyskin
1
-0
/
+286
2021-02-06
mei: allow clients on bus to communicate in remove callback
Alexander Usyskin
1
-1
/
+2
2021-01-29
mei: document that mei_msg_hdr_init returns ERR_PTR
Tomas Winkler
1
-1
/
+1
2020-12-07
mei: bus: add vtag support
Alexander Usyskin
1
-2
/
+4
2020-08-18
mei: handle tx queue flushing for vtag connections
Alexander Usyskin
1
-10
/
+13
2020-08-18
mei: add a vtag map for each client
Alexander Usyskin
1
-2
/
+166
2020-08-18
mei: add a spin lock to protect rd_completed queue
Alexander Usyskin
1
-6
/
+41
2020-08-18
mei: add support for mei extended header.
Tomas Winkler
1
-56
/
+133
2020-07-23
mei: client: use sizeof of variable instead of struct type
Tomas Winkler
1
-4
/
+4
2020-05-15
mei: release me_cl object reference
Alexander Usyskin
1
-0
/
+2
2020-02-12
mei: limit number of bytes in mei header.
Tomas Winkler
1
-2
/
+2
2019-04-25
mei: expose device state in sysfs
Alexander Usyskin
1
-1
/
+1
2019-03-27
mei: adjust the copyright notice in the files.
Tomas Winkler
1
-1
/
+1
2019-03-27
mei: convert to SPDX license tags
Tomas Winkler
1
-11
/
+1
2019-01-30
mei: free read cb on ctrl_wr list flush
Alexander Usyskin
1
-1
/
+4
2018-11-26
mei: dma ring: implement transmit flow
Tomas Winkler
1
-13
/
+51
2018-11-26
mei: dma ring: implement rx circular buffer logic
Tomas Winkler
1
-1
/
+1
2018-11-07
mei: expedite ioctl return on the notify set operation error
Alexander Usyskin
1
-1
/
+3
2018-11-07
mei: flush queues by the host client only
Alexander Usyskin
1
-19
/
+2
2018-09-12
mei: fix use-after-free in mei_cl_write
John Hubbard
1
-1
/
+1
2018-08-02
mei: hbm: introduce dma bit in the message header
Tomas Winkler
1
-0
/
+1
2018-08-02
mei: add support for variable length mei headers.
Tomas Winkler
1
-13
/
+18
2018-07-24
mei: add mei_msg_hdr_init wrapper.
Tomas Winkler
1
-13
/
+20
2018-07-24
mei: move hbuf_depth from the mei device to the hw modules
Tomas Winkler
1
-22
/
+31
2018-07-24
mei: cleanup slots to data conversions
Tomas Winkler
1
-1
/
+1
2018-07-12
mei: fix ssize_t to int assignment in read and write ops.
Tomas Winkler
1
-11
/
+11
2018-07-12
mei: check for error returned from mei_hbuf_empty_slots()
Tomas Winkler
1
-6
/
+16
2018-03-14
mei: limit the number of queued writes
Alexander Usyskin
1
-32
/
+50
2018-03-14
mei: make module referencing local to the bus.c
Tomas Winkler
1
-5
/
+0
2018-02-16
mei: set device client to the disconnected state upon suspend.
Tomas Winkler
1
-0
/
+6
2017-04-08
mei: drop amthif internal client
Alexander Usyskin
1
-9
/
+5
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-01-31
mei: revamp io list cleanup function.
Tomas Winkler
1
-44
/
+39
2017-01-31
mei: replace callback structures used as list head by list_head
Alexander Usyskin
1
-26
/
+26
2017-01-31
mei: amthif: clean command queue upon disconnection
Tomas Winkler
1
-1
/
+1
[next]