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