| Commit message (Expand) | Author | Age | Files | Lines |
* | mei: fix kdoc in the driver | Tamar Mashiah | 2021-06-22 | 1 | -1/+1 |
* | mei: Drop unnecessary NULL check after container_of | Guenter Roeck | 2021-05-13 | 1 | -2/+0 |
* | mei: use sysfs_emit() in tx_queue_limit_show sysfs | Tomas Winkler | 2021-02-09 | 1 | -1/+1 |
* | mei: add connect with vtag ioctl | Alexander Usyskin | 2020-08-18 | 1 | -16/+194 |
* | mei: add a vtag map for each client | Alexander Usyskin | 2020-08-18 | 1 | -3/+65 |
* | mei: add a spin lock to protect rd_completed queue | Alexander Usyskin | 2020-08-18 | 1 | -3/+3 |
* | mei: add device kind to sysfs | Alexander Usyskin | 2020-07-29 | 1 | -0/+25 |
* | mei: ioctl: use sizeof of variable instead of struct type | Tomas Winkler | 2020-07-23 | 1 | -3/+3 |
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -21/+1 |
|\ |
|
| * | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -21/+1 |
* | | mei: add trc detection register to sysfs | Alexander Usyskin | 2019-11-07 | 1 | -0/+24 |
|/ |
|
* | drivers: Introduce device lookup variants by device type | Suzuki K Poulose | 2019-07-30 | 1 | -8/+1 |
* | mei: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-18 | 1 | -7/+1 |
* | mei: expose device state in sysfs | Alexander Usyskin | 2019-04-25 | 1 | -6/+59 |
* | mei: adjust the copyright notice in the files. | Tomas Winkler | 2019-03-28 | 1 | -1/+1 |
* | mei: convert to SPDX license tags | Tomas Winkler | 2019-03-28 | 1 | -11/+2 |
* | mei: replace POLL* with EPOLL* for write queues. | Tomas Winkler | 2018-10-02 | 1 | -2/+2 |
* | mei: fix ssize_t to int assignment in read and write ops. | Tomas Winkler | 2018-07-12 | 1 | -5/+5 |
* | mei: don't update offset in write | Alexander Usyskin | 2018-07-12 | 1 | -1/+0 |
* | mei: expose fw version to sysfs | Alexander Usyskin | 2018-07-03 | 1 | -1/+29 |
* | mei: remove dev_err message on an unsupported ioctl | Colin Ian King | 2018-03-14 | 1 | -1/+0 |
* | mei: limit the number of queued writes | Alexander Usyskin | 2018-03-14 | 1 | -0/+65 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -6/+6 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
* | annotate poll_table_struct ->_key | Al Viro | 2017-11-27 | 1 | -1/+1 |
* | mei: implement fsync | Alexander Usyskin | 2017-04-08 | 1 | -0/+72 |
* | mei: drop amthif internal client | Alexander Usyskin | 2017-04-08 | 1 | -51/+2 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mei: remove support for broken parallel read | Alexander Usyskin | 2017-02-10 | 1 | -22/+26 |
* | mei: enable to set the internal flag for client write | Alexander Usyskin | 2016-11-10 | 1 | -1/+1 |
* | mei: show the HBM protocol versions in the device attributes | Alexander Usyskin | 2016-10-31 | 1 | -1/+42 |
* | mei: amthif: drop mei_amthif_read | Alexander Usyskin | 2016-08-30 | 1 | -5/+0 |
* | mei: enqueue consecutive reads | Alexander Usyskin | 2016-08-30 | 1 | -20/+19 |
* | mei: add wrapper for queuing control commands. | Tomas Winkler | 2016-08-30 | 1 | -1/+1 |
* | mei: add file pointer to the host client structure | Alexander Usyskin | 2016-08-30 | 1 | -0/+1 |
* | mei: fix return value on disconnection | Tomas Winkler | 2016-08-30 | 1 | -1/+1 |
* | mei: drop read complete queue emptiness check | Alexander Usyskin | 2016-08-30 | 1 | -1/+2 |
* | mei: amthif: enable poll for async events | Alexander Usyskin | 2016-08-30 | 1 | -5/+5 |
* | mei: amthif: drop READ_COMPLETE state | Alexander Usyskin | 2016-08-30 | 1 | -1/+1 |
* | 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-06 | 1 | -1/+5 |
* | | mei: fix double freeing of a cb during link reset | Alexander Usyskin | 2016-02-11 | 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-06 | 1 | -18/+14 |
|/ |
|