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
2019-06-18
mei: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-7
/
+1
2019-04-25
mei: expose device state in sysfs
Alexander Usyskin
1
-6
/
+59
2019-03-28
mei: adjust the copyright notice in the files.
Tomas Winkler
1
-1
/
+1
2019-03-28
mei: convert to SPDX license tags
Tomas Winkler
1
-11
/
+2
2018-10-02
mei: replace POLL* with EPOLL* for write queues.
Tomas Winkler
1
-2
/
+2
2018-07-12
mei: fix ssize_t to int assignment in read and write ops.
Tomas Winkler
1
-5
/
+5
2018-07-12
mei: don't update offset in write
Alexander Usyskin
1
-1
/
+0
2018-07-03
mei: expose fw version to sysfs
Alexander Usyskin
1
-1
/
+29
2018-03-14
mei: remove dev_err message on an unsupported ioctl
Colin Ian King
1
-1
/
+0
2018-03-14
mei: limit the number of queued writes
Alexander Usyskin
1
-0
/
+65
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-6
/
+6
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-27
annotate poll_table_struct ->_key
Al Viro
1
-1
/
+1
2017-04-08
mei: implement fsync
Alexander Usyskin
1
-0
/
+72
2017-04-08
mei: drop amthif internal client
Alexander Usyskin
1
-51
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-10
mei: remove support for broken parallel read
Alexander Usyskin
1
-22
/
+26
2016-11-10
mei: enable to set the internal flag for client write
Alexander Usyskin
1
-1
/
+1
2016-10-31
mei: show the HBM protocol versions in the device attributes
Alexander Usyskin
1
-1
/
+42
2016-08-30
mei: amthif: drop mei_amthif_read
Alexander Usyskin
1
-5
/
+0
2016-08-30
mei: enqueue consecutive reads
Alexander Usyskin
1
-20
/
+19
2016-08-30
mei: add wrapper for queuing control commands.
Tomas Winkler
1
-1
/
+1
2016-08-30
mei: add file pointer to the host client structure
Alexander Usyskin
1
-0
/
+1
2016-08-30
mei: fix return value on disconnection
Tomas Winkler
1
-1
/
+1
2016-08-30
mei: drop read complete queue emptiness check
Alexander Usyskin
1
-1
/
+2
2016-08-30
mei: amthif: enable poll for async events
Alexander Usyskin
1
-5
/
+5
2016-08-30
mei: amthif: drop READ_COMPLETE state
Alexander Usyskin
1
-1
/
+1
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
[next]