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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-20
mei: fix format string in debug prints
Alexander Usyskin
1
-1
/
+1
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
1
-16
/
+10
2016-02-07
mei: drop reserved host client ids
Alexander Usyskin
1
-1
/
+1
2016-02-07
mei: fixed address clients for the new platforms
Alexander Usyskin
1
-4
/
+14
2016-02-07
mei: fill file pointer in read cb for fixed address client
Alexander Usyskin
1
-5
/
+0
2016-02-07
mei: constify struct file pointer
Tomas Winkler
1
-2
/
+2
2016-02-07
mei: amthif: don't drop read packets on timeout
Alexander Usyskin
1
-16
/
+0
2016-02-07
mei: fix possible integer overflow issue
Tomas Winkler
1
-2
/
+3
2016-02-06
mei: validate request value in client notify request ioctl
Alexander Usyskin
1
-1
/
+5
2016-02-06
mei: always copy the read buffer if data is ready
Alexander Usyskin
1
-18
/
+14
2016-01-07
mei: fix fasync return value on error
Tomas Winkler
1
-2
/
+4
2015-08-03
mei: implement fasync for event notification
Tomas Winkler
1
-0
/
+21
2015-08-03
mei: support polling for event notification
Tomas Winkler
1
-0
/
+8
2015-08-03
mei: add async event notification ioctls
Tomas Winkler
1
-0
/
+67
2015-07-22
mei: prevent unloading mei hw modules while the device is opened.
Tomas Winkler
1
-1
/
+1
2015-05-24
mei: debug prints with client info in read
Alexander Usyskin
1
-5
/
+4
2015-05-24
mei: connection to fixed address clients from user-space
Alexander Usyskin
1
-1
/
+7
2015-05-24
mei: add a reference from the host client to the me client
Alexander Usyskin
1
-18
/
+13
2015-05-24
mei: revamp client disconnection flow
Tomas Winkler
1
-6
/
+3
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-97
/
+49
2015-04-03
mei: replace check for connection instead of transitioning
Tomas Winkler
1
-2
/
+2
2015-04-03
mei: use mei_cl_is_connected consistently
Tomas Winkler
1
-6
/
+7
2015-04-03
mei: fix mei_poll operation
Tomas Winkler
1
-13
/
+11
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-03-01
mei: allow read concurrency
Tomas Winkler
1
-34
/
+8
2015-03-01
mei: simplify io callback disposal
Tomas Winkler
1
-24
/
+5
2015-03-01
mei: add mei_cl_alloc_linked function
Tomas Winkler
1
-12
/
+5
2015-03-01
mei: always initialize the callback with the intended operation type
Tomas Winkler
1
-6
/
+2
2015-03-01
mei: use only one buffer in callback
Tomas Winkler
1
-4
/
+4
2015-03-01
mei: iamthif: use client write functions
Tomas Winkler
1
-1
/
+1
2015-03-01
mei: fix device reset on mei_cl_irq_read_msg allocation failure
Tomas Winkler
1
-4
/
+13
2015-01-25
mei: add reference counting for me clients
Tomas Winkler
1
-13
/
+9
2014-11-26
mei: export fw status registers through sysfs
Tomas Winkler
1
-2
/
+41
2014-09-29
mei: fix KDoc documentation formatting
Alexander Usyskin
1
-11
/
+10
2014-09-29
mei: remove include to pci header from mei module files
Tomas Winkler
1
-1
/
+1
2014-09-29
mei: get rid of most of the pci dependencies in mei
Tomas Winkler
1
-20
/
+20
2014-09-29
mei: kill error message for allocation failure
Tomas Winkler
1
-1
/
+0
2014-09-23
mei: use connect_data on the stack
Tomas Winkler
1
-16
/
+5
2014-09-23
mei: enable adding more IOCTL handlers
Tomas Winkler
1
-25
/
+28
2014-09-23
mei: add mei_me_cl_by_uuid_id function
Tomas Winkler
1
-1
/
+2
2014-09-23
mei: me_client lookup function to return me_client object
Tomas Winkler
1
-16
/
+14
2014-07-09
mei: move from misc to char device
Alexander Usyskin
1
-27
/
+121
2014-05-03
mei: set connecting state just upon connection request is sent to the fw
Alexander Usyskin
1
-1
/
+0
2014-04-16
mei: ignore client writing state during cb completion
Alexander Usyskin
1
-2
/
+1
2014-03-17
mei: use cl_dbg where appropriate
Tomas Winkler
1
-8
/
+2
2014-03-17
mei: report consistently copy_from/to_user failures
Alexander Usyskin
1
-2
/
+3
2014-03-17
mei: drop pr_fmt macros
Tomas Winkler
1
-3
/
+0
2014-03-17
mei: make me hw headers private to me hw.
Tomas Winkler
1
-1
/
+0
2014-02-28
mei: make return values consistent across the driver
Alexander Usyskin
1
-1
/
+1
[next]