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.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
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
misc: mei: interrupt.c: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-10-18
mei: docs: fix spelling errors
Tomas Winkler
1
-1
/
+1
2022-10-03
mei: add support to GSC extended header
Tomas Winkler
1
-7
/
+40
2022-03-18
mei: avoid iterator usage outside of list_for_each_entry
Alexander Usyskin
1
-20
/
+15
2021-06-22
mei: revamp mei extension header structure layout.
Tomas Winkler
1
-13
/
+10
2021-05-27
mei: request autosuspend after sending rx flow control
Alexander Usyskin
1
-0
/
+3
2021-02-06
mei: implement client dma setup.
Alexander Usyskin
1
-0
/
+10
2021-01-29
mei: fix transfer over dma with extended header
Alexander Usyskin
1
-3
/
+30
2020-08-18
mei: add support for mei extended header.
Tomas Winkler
1
-14
/
+99
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
-12
/
+1
2018-11-26
mei: dma ring: implement rx circular buffer logic
Tomas Winkler
1
-12
/
+29
2018-08-02
mei: add support for variable length mei headers.
Tomas Winkler
1
-2
/
+2
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+4
2018-07-12
mei: check for error returned from mei_hbuf_empty_slots()
Tomas Winkler
1
-4
/
+11
2018-07-03
mei: discard messages from not connected client during power down.
Alexander Usyskin
1
-1
/
+4
2017-06-13
mei: validate the message header only in first fragment.
Tomas Winkler
1
-7
/
+19
2017-04-08
mei: drop amthif internal client
Alexander Usyskin
1
-31
/
+7
2017-01-31
mei: replace callback structures used as list head by list_head
Alexander Usyskin
1
-19
/
+17
2016-11-15
mei: consolidate repeating code in mei_cl_irq_read_msg
Tomas Winkler
1
-5
/
+2
2016-09-27
mei: stop the stall timer worker if not needed
Alexander Usyskin
1
-4
/
+21
2016-08-30
mei: enqueue consecutive reads
Alexander Usyskin
1
-0
/
+3
2016-08-30
mei: drop redundant krealloc and checks in irq read
Alexander Usyskin
1
-25
/
+11
2016-08-30
mei: add read callback on demand for fixed_address clients
Alexander Usyskin
1
-2
/
+8
2016-08-30
mei: add file pointer to the host client structure
Alexander Usyskin
1
-1
/
+0
2016-08-30
mei: move read cb to complete queue if not connected
Alexander Usyskin
1
-0
/
+1
2016-08-30
mei: amthif: drop iamthif_current_cb
Alexander Usyskin
1
-3
/
+0
2016-08-30
mei: amthif: fix request cancel
Alexander Usyskin
1
-2
/
+0
2016-05-01
mei: amthif: discard not read messages
Alexander Usyskin
1
-1
/
+0
2016-05-01
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
1
-4
/
+1
2016-02-21
mei: fix format string in debug prints
Alexander Usyskin
1
-3
/
+3
2016-02-08
mei: discard replies from unconnected fixed address clients
Alexander Usyskin
1
-1
/
+19
2016-02-08
mei: amthif: replace amthif_rd_complete_list with rd_completed
Tomas Winkler
1
-1
/
+1
2016-02-08
mei: rename variable names 'file_object' to fp
Tomas Winkler
1
-1
/
+1
2016-02-08
mei: amthif: don't drop read packets on timeout
Alexander Usyskin
1
-32
/
+0
2016-02-08
mei: fix possible integer overflow issue
Tomas Winkler
1
-5
/
+16
2016-02-07
mei: wd: drop the watchdog code from the core mei driver
Alexander Usyskin
1
-15
/
+0
2015-10-18
mei: keep the device awake during reads in chunks
Alexander Usyskin
1
-0
/
+4
2015-08-04
mei: add mei_cl_notify_request command
Tomas Winkler
1
-0
/
+7
2015-08-04
mei: disconnect on connection request timeout
Alexander Usyskin
1
-1
/
+19
2015-05-24
mei: support for fixed address clients
Alexander Usyskin
1
-1
/
+1
2015-05-24
mei: add a reference from the host client to the me client
Alexander Usyskin
1
-1
/
+3
2015-05-24
mei: revamp client connection
Tomas Winkler
1
-43
/
+0
2015-05-24
mei: revamp client disconnection flow
Tomas Winkler
1
-45
/
+1
2015-04-03
mei: use mei_cl_is_connected consistently
Tomas Winkler
1
-1
/
+1
2015-03-02
mei: allow read concurrency
Tomas Winkler
1
-27
/
+8
2015-03-02
mei: simplify io callback disposal
Tomas Winkler
1
-2
/
+1
2015-03-02
mei: use only one buffer in callback
Tomas Winkler
1
-9
/
+7
2015-03-02
mei: iamthif: use regular client read functions
Tomas Winkler
1
-12
/
+25
2015-03-02
mei: iamthif: send flow control as a regular client
Tomas Winkler
1
-21
/
+4
[next]