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
2014-04-01
Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-550
/
+2485
2014-04-01
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2014-03-17
mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macro
Tomas Winkler
2
-2
/
+2
2014-03-17
mei: amthif: fix checkpatch error
Tomas Winkler
1
-2
/
+1
2014-03-17
mei: client.h fix checkpatch errors
Tomas Winkler
1
-4
/
+4
2014-03-17
mei: use cl_dbg where appropriate
Tomas Winkler
2
-10
/
+3
2014-03-17
mei: fix Unnecessary space after function pointer name
Tomas Winkler
1
-12
/
+12
2014-03-17
mei: report consistently copy_from/to_user failures
Alexander Usyskin
2
-3
/
+6
2014-03-17
mei: drop pr_fmt macros
Tomas Winkler
2
-6
/
+0
2014-03-17
mei: make me hw headers private to me hw.
Tomas Winkler
9
-10
/
+4
2014-03-17
mei: fix memory leak of pending write cb objects
Tomas Winkler
2
-39
/
+55
2014-03-17
mei: me: do not reset when less than expected data is received
Tomas Winkler
2
-1
/
+10
2014-03-08
mei: fix regressions caused by removing ext_msg
Alexander Usyskin
1
-0
/
+2
2014-02-28
mei: wd: fix stop completion failure
Tomas Winkler
2
-16
/
+18
2014-02-28
mei: wd: simplify wd_send command
Tomas Winkler
2
-29
/
+30
2014-02-28
mei: make return values consistent across the driver
Alexander Usyskin
8
-33
/
+33
2014-02-28
mei: revamp writing slot counting
Tomas Winkler
8
-80
/
+68
2014-02-28
mei: add mei_hbuf_acquire wrapper
Tomas Winkler
7
-47
/
+57
2014-02-28
mei: txe: include irqreturn.h for irqreturn_t etc
Stephen Rothwell
2
-0
/
+3
2014-02-19
mei: Add include of <linux/irqreturn.h>
Bjorn Helgaas
1
-0
/
+1
2014-02-19
Merge branch 'char-misc-linus' into char-misc-next
Greg Kroah-Hartman
1
-1
/
+3
2014-02-18
mei: set client's read_cb to NULL when flow control fails
Chao Bi
1
-1
/
+3
2014-02-18
mei: txe: put pm callbacks under PM_SLEEP ifdef
Tomas Winkler
1
-2
/
+2
2014-02-18
mei: me: put pm callbacks under PM_SLEEP ifdef
Alexander Usyskin
1
-2
/
+3
2014-02-18
mei: don't of list_for_each_entry_safe when not deleting
Tomas Winkler
5
-33
/
+28
2014-02-18
mei: use helper function to find me client by id
Alexander Usyskin
2
-48
/
+56
2014-02-18
mei: fix potential read outside of array bounds
Alexander Usyskin
1
-13
/
+10
2014-02-18
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
5
-80
/
+66
2014-02-18
mei: hbm: revamp client connect and disconnection status
Alexander Usyskin
4
-39
/
+59
2014-02-18
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
4
-7
/
+20
2014-02-18
Merge 3.14-rc3 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+9
2014-02-14
mei: get rid of ext_msg
Tomas Winkler
6
-36
/
+88
2014-02-14
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
Tomas Winkler
5
-16
/
+16
2014-02-14
mei: fix compilation error with missing WATCHDOG_CORE
Tomas Winkler
1
-1
/
+1
2014-02-07
drivers/misc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2
-2
/
+0
2014-02-07
mei: export active connections to debugfs
Tomas Winkler
1
-0
/
+54
2014-02-07
mei: allow multiple retries if the hw reset has failed
Tomas Winkler
4
-14
/
+34
2014-02-07
mei: txe: add Kbuild for TXE device
Tomas Winkler
2
-1
/
+14
2014-02-07
mei: txe: add pci-txe.c
Tomas Winkler
1
-0
/
+293
2014-02-07
mei: txe: add hw-txe.c
Tomas Winkler
1
-0
/
+1106
2014-02-07
mei: txe: add hw-txe.h header file
Tomas Winkler
1
-0
/
+71
2014-02-07
mei: txe: add hw-txe-regs.h header file
Tomas Winkler
1
-0
/
+294
2014-02-07
mei: don't unset read cb ptr on reset
Alexander Usyskin
1
-1
/
+0
2014-02-07
mei: clear write cb from waiting list on reset
Alexander Usyskin
1
-1
/
+9
2014-01-13
mei: limit the number of consecutive resets
Tomas Winkler
3
-0
/
+18
2014-01-13
mei: revamp mei reset state machine
Tomas Winkler
6
-104
/
+143
2014-01-08
mei: fix syntax in comments and debug output
Alexander Usyskin
8
-36
/
+36
2014-01-08
mei: nfc: mei_nfc_free has to be called under lock
Tomas Winkler
1
-0
/
+2
2014-01-08
mei: use hbm idle state to prevent spurious resets
Tomas Winkler
4
-14
/
+43
2014-01-08
mei: do not run reset flow from the interrupt thread
Tomas Winkler
6
-138
/
+210
[next]