index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
mei: stop the stall timer worker if not needed
Alexander Usyskin
7
-7
/
+29
2016-09-12
mei: me: add kaby point device ids
Alexander Usyskin
2
-0
/
+6
2016-09-05
Merge 4.8-rc5 into char-misc-next
Greg Kroah-Hartman
2
-4
/
+10
2016-08-30
mei: amthif: fix deadlock in initialization during a reset
Alexander Usyskin
2
-5
/
+9
2016-08-30
mei: drop unused file transaction states
Alexander Usyskin
1
-3
/
+0
2016-08-30
mei: amthif: drop mei_amthif_read
Alexander Usyskin
4
-109
/
+1
2016-08-30
mei: enqueue consecutive reads
Alexander Usyskin
2
-20
/
+22
2016-08-30
mei: add wrapper for queuing control commands.
Tomas Winkler
6
-39
/
+61
2016-08-30
mei: use consistent naming for TX control flow credits
Tomas Winkler
3
-45
/
+43
2016-08-30
mei: rx flow control counter
Alexander Usyskin
3
-29
/
+16
2016-08-30
mei: prepare read cb for fixed address clients on the receive path only.
Alexander Usyskin
1
-5
/
+3
2016-08-30
mei: drop redundant krealloc and checks in irq read
Alexander Usyskin
1
-25
/
+11
2016-08-30
mei: amthif: drop mei_clear_lists function
Alexander Usyskin
1
-22
/
+5
2016-08-30
mei: add read callback on demand for fixed_address clients
Alexander Usyskin
2
-13
/
+12
2016-08-30
mei: add file pointer to the host client structure
Alexander Usyskin
4
-10
/
+10
2016-08-30
mei: move read cb to complete queue if not connected
Alexander Usyskin
1
-0
/
+1
2016-08-30
mei: fix return value on disconnection
Tomas Winkler
3
-3
/
+3
2016-08-30
mei: drop read complete queue emptiness check
Alexander Usyskin
2
-2
/
+4
2016-08-30
mei: hbm: add missing argument in the kdoc
Tomas Winkler
1
-0
/
+1
2016-08-30
mei: recover after errors in runtime pm flow
Alexander Usyskin
4
-0
/
+19
2016-08-30
mei: drop mei_io_cb_alloc_buf
Alexander Usyskin
2
-28
/
+6
2016-08-30
mei: amthif: use mei_cl_alloc_cb for allocating cbs
Alexander Usyskin
1
-13
/
+3
2016-08-30
mei: amthif: drop mei_amthif_send_cmd
Alexander Usyskin
1
-36
/
+16
2016-08-30
mei: amthif: enable poll for async events
Alexander Usyskin
1
-5
/
+5
2016-08-30
mei: amthif: drop iamthif_current_cb
Alexander Usyskin
3
-10
/
+0
2016-08-30
mei: amthif: fix request cancel
Alexander Usyskin
2
-75
/
+38
2016-08-30
mei: amthif: drop READ_COMPLETE state
Alexander Usyskin
3
-28
/
+13
2016-08-30
mei: me: disable driver on SPT SPS firmware
Tomas Winkler
2
-4
/
+10
2016-06-25
Merge 4.7-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2016-06-10
mei: don't use wake_up_interruptible for wr_ctrl
Alexander Usyskin
1
-1
/
+1
2016-06-10
mei: drop wr_msg from the mei_dev structure
Alexander Usyskin
2
-79
/
+68
2016-05-03
mei: bus: call mei_cl_read_start under device lock
Alexander Usyskin
1
-3
/
+12
2016-04-30
mei: fix waiting for wr_ctrl for corner cases.
Alexander Usyskin
1
-4
/
+14
2016-04-30
mei: don't clean control queues on notify request timeout
Alexander Usyskin
1
-6
/
+2
2016-04-30
mei: amthif: discard not read messages
Alexander Usyskin
3
-2
/
+5
2016-04-30
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
3
-6
/
+6
2016-04-30
mei: drop global me_client_index
Alexander Usyskin
2
-17
/
+8
2016-04-30
mei: do not pin module if cldrv->probe() failed
Alexey Khoroshilov
1
-2
/
+6
2016-03-31
mei: bus: use scnprintf in *_show
Rasmus Villemoes
1
-15
/
+4
2016-03-01
mei: me: add broxton pci device ids
Tomas Winkler
2
-0
/
+7
2016-02-20
mei: fix format string in debug prints
Alexander Usyskin
4
-6
/
+6
2016-02-14
Merge 4.5-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+5
2016-02-11
mei: fix double freeing of a cb during link reset
Alexander Usyskin
3
-20
/
+14
2016-02-09
mei: wd: drop AGAIN the watchdog code from the core mei driver
Tomas Winkler
1
-391
/
+0
2016-02-07
mei: split amthif client init from end of clients enumeration
Alexander Usyskin
7
-23
/
+15
2016-02-07
mei: hbm: send immediate reply flag in enum request
Alexander Usyskin
4
-5
/
+32
2016-02-07
mei: bus: run rescan on me_clients list change
Alexander Usyskin
4
-1
/
+20
2016-02-07
mei: drop reserved host client ids
Alexander Usyskin
7
-24
/
+11
2016-02-07
mei: hbm: warn about fw-initiated disconnect
Alexander Usyskin
2
-1
/
+4
2016-02-07
mei: fixed address clients for the new platforms
Alexander Usyskin
5
-6
/
+57
[next]