index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...
Greg Kroah-Hartman
6
-0
/
+1261
2019-02-26
mei: bus: move hw module get/put to probe/release
Alexander Usyskin
1
-11
/
+10
2019-02-25
misc/mei/hdcp: Component framework for I915 Interface
topic/mei-hdcp-2019-02-26
Ramalingam C
1
-3
/
+83
2019-02-25
misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
Ramalingam C
1
-1
/
+54
2019-02-25
misc/mei/hdcp: Enabling the HDCP authentication
Ramalingam C
1
-1
/
+54
2019-02-25
misc/mei/hdcp: Verify M_prime
Ramalingam C
1
-1
/
+66
2019-02-25
misc/mei/hdcp: Repeater topology verification and ack
Ramalingam C
1
-1
/
+76
2019-02-25
misc/mei/hdcp: Prepare Session Key
Ramalingam C
1
-1
/
+58
2019-02-25
misc/mei/hdcp: Verify L_prime
Ramalingam C
1
-1
/
+59
2019-02-25
misc/mei/hdcp: Initiate Locality check
Ramalingam C
1
-1
/
+56
2019-02-25
misc/mei/hdcp: Store the HDCP Pairing info
Ramalingam C
1
-1
/
+59
2019-02-25
misc/mei/hdcp: Verify H_prime
Ramalingam C
1
-1
/
+57
2019-02-25
misc/mei/hdcp: Verify Receiver Cert and prepare km
Ramalingam C
1
-1
/
+82
2019-02-25
misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
Ramalingam C
2
-0
/
+105
2019-02-25
misc/mei/hdcp: Define ME FW interface for HDCP2.2
Ramalingam C
1
-0
/
+366
2019-02-25
misc/mei/hdcp: Client driver for HDCP application
Ramalingam C
4
-0
/
+83
2019-02-25
mei: bus: whitelist hdcp client
Tomas Winkler
1
-0
/
+16
2019-02-20
mei: hbm: clean the feature flags on link reset
Alexander Usyskin
1
-0
/
+7
2019-02-12
mei: bus: export to_mei_cl_device for mei client devices drivers
Tomas Winkler
1
-1
/
+0
2019-02-11
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
3
-1
/
+8
2019-01-30
mei: free read cb on ctrl_wr list flush
Alexander Usyskin
1
-1
/
+4
2019-01-30
mei: me: add ice lake point device id.
Tomas Winkler
2
-0
/
+4
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
3
-4
/
+14
2019-01-13
mei: squash single_recv_buf into one bit in client properties
Alexander Usyskin
1
-1
/
+2
2019-01-13
mei: me: add denverton innovation engine device IDs
Tomas Winkler
2
-0
/
+4
2019-01-13
mei: me: mark LBG devices as having dma support
Alexander Usyskin
1
-1
/
+1
2019-01-13
mei: dma: silent the reject message
Tomas Winkler
1
-3
/
+9
2018-11-26
mei: me: mark CNP devices as having dma support
Alexander Usyskin
1
-2
/
+2
2018-11-26
mei: bump hbm version to 2.1
Alexander Usyskin
1
-1
/
+1
2018-11-26
mei: dma ring: implement transmit flow
Tomas Winkler
3
-13
/
+142
2018-11-26
mei: dma ring: implement rx circular buffer logic
Tomas Winkler
6
-15
/
+98
2018-11-26
mei: hw: add dma ring control block
Tomas Winkler
4
-0
/
+46
2018-11-26
mei: hbm: setup dma ring
Tomas Winkler
2
-3
/
+85
2018-11-26
mei: dma ring buffers allocation
Tomas Winkler
4
-0
/
+126
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-11-07
mei: hbm: drop BUG() from the hbm handler
Tomas Winkler
1
-2
/
+2
2018-10-02
mei: replace POLL* with EPOLL* for write queues.
Tomas Winkler
1
-2
/
+2
2018-09-25
misc: remove redundant include moduleparam.h
zhong jiang
1
-1
/
+0
2018-09-12
mei: bus: need to unlink client before freeing
Tomas Winkler
1
-5
/
+4
2018-09-12
mei: bus: fix hw module get/put balance
Tomas Winkler
1
-2
/
+1
2018-09-12
mei: fix use-after-free in mei_cl_write
John Hubbard
1
-1
/
+1
2018-09-12
mei: ignore not found client in the enumeration
Alexander Usyskin
1
-3
/
+6
2018-08-02
mei: define dma ring buffer sizes for PCH12 HW and newer
Alexander Usyskin
2
-0
/
+17
2018-08-02
mei: restrict dma ring support to hbm version 2.1
Tomas Winkler
4
-0
/
+16
2018-08-02
mei: hbm: introduce dma bit in the message header
Tomas Winkler
4
-6
/
+16
2018-08-02
mei: hbm: define dma ring setup protocol
Tomas Winkler
1
-0
/
+49
2018-08-02
mei: add support for variable length mei headers.
Tomas Winkler
6
-64
/
+102
2018-07-24
mei: add mei_msg_hdr_init wrapper.
Tomas Winkler
2
-15
/
+20
2018-07-24
mei: move hbuf_depth from the mei device to the hw modules
Tomas Winkler
5
-49
/
+58
[next]