summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/main.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-04-08mei: implement fsyncAlexander Usyskin
2017-04-08mei: drop amthif internal clientAlexander Usyskin
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-10mei: remove support for broken parallel readAlexander Usyskin
2016-11-10mei: enable to set the internal flag for client writeAlexander Usyskin
2016-10-31mei: show the HBM protocol versions in the device attributesAlexander Usyskin
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin
2016-08-30mei: enqueue consecutive readsAlexander Usyskin
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin
2016-08-30mei: fix return value on disconnectionTomas Winkler
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin
2016-08-30mei: amthif: drop READ_COMPLETE stateAlexander Usyskin
2016-02-20mei: fix format string in debug printsAlexander Usyskin
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-11mei: fix double freeing of a cb during link resetAlexander Usyskin
2016-02-07mei: drop reserved host client idsAlexander Usyskin
2016-02-07mei: fixed address clients for the new platformsAlexander Usyskin
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin
2016-02-07mei: constify struct file pointerTomas Winkler
2016-02-07mei: amthif: don't drop read packets on timeoutAlexander Usyskin
2016-02-07mei: fix possible integer overflow issueTomas Winkler
2016-02-06mei: validate request value in client notify request ioctlAlexander Usyskin
2016-02-06mei: always copy the read buffer if data is readyAlexander Usyskin
2016-01-07mei: fix fasync return value on errorTomas Winkler
2015-08-03mei: implement fasync for event notificationTomas Winkler
2015-08-03mei: support polling for event notificationTomas Winkler
2015-08-03mei: add async event notification ioctlsTomas Winkler
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler
2015-05-24mei: debug prints with client info in readAlexander Usyskin
2015-05-24mei: connection to fixed address clients from user-spaceAlexander Usyskin
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin
2015-05-24mei: revamp client disconnection flowTomas Winkler
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-03mei: replace check for connection instead of transitioningTomas Winkler
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler
2015-04-03mei: fix mei_poll operationTomas Winkler
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-01mei: allow read concurrencyTomas Winkler
2015-03-01mei: simplify io callback disposalTomas Winkler
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler
2015-03-01mei: use only one buffer in callbackTomas Winkler
2015-03-01mei: iamthif: use client write functionsTomas Winkler
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler
2015-01-25mei: add reference counting for me clientsTomas Winkler