Age | Commit message (Expand) | Author |
2018-10-02 | mei: replace POLL* with EPOLL* for write queues. | Tomas Winkler |
2018-09-25 | misc: remove redundant include moduleparam.h | zhong jiang |
2018-09-12 | mei: bus: need to unlink client before freeing | Tomas Winkler |
2018-09-12 | mei: bus: fix hw module get/put balance | Tomas Winkler |
2018-09-12 | mei: fix use-after-free in mei_cl_write | John Hubbard |
2018-09-12 | mei: ignore not found client in the enumeration | Alexander Usyskin |
2018-08-02 | mei: define dma ring buffer sizes for PCH12 HW and newer | Alexander Usyskin |
2018-08-02 | mei: restrict dma ring support to hbm version 2.1 | Tomas Winkler |
2018-08-02 | mei: hbm: introduce dma bit in the message header | Tomas Winkler |
2018-08-02 | mei: hbm: define dma ring setup protocol | Tomas Winkler |
2018-08-02 | mei: add support for variable length mei headers. | Tomas Winkler |
2018-07-24 | mei: add mei_msg_hdr_init wrapper. | Tomas Winkler |
2018-07-24 | mei: move hbuf_depth from the mei device to the hw modules | Tomas Winkler |
2018-07-24 | mei: cleanup slots to data conversions | Tomas Winkler |
2018-07-16 | mei: bus: suppress sign-compare warnings | Tomas Winkler |
2018-07-16 | Merge 4.18-rc5 into char-misc-next | Greg Kroah-Hartman |
2018-07-12 | mei: fix ssize_t to int assignment in read and write ops. | Tomas Winkler |
2018-07-12 | mei: use correct type for counter variable in for loops | Tomas Winkler |
2018-07-12 | mei: check for error returned from mei_hbuf_empty_slots() | Tomas Winkler |
2018-07-12 | mei: don't update offset in write | Alexander Usyskin |
2018-07-12 | mei: bus: type promotion bug in mei_fwver() | Tomas Winkler |
2018-07-12 | mei: bus: type promotion bug in mei_nfc_if_version() | Dan Carpenter |
2018-07-03 | mei: discard messages from not connected client during power down. | Alexander Usyskin |
2018-07-03 | mei: expose fw version to sysfs | Alexander Usyskin |
2018-07-03 | mei: add optional timeout to internal bus recv | Alexander Usyskin |
2018-07-03 | mei: remove unused MEI_IAMTHIF_STALL_TIMER define | Alexander Usyskin |
2018-03-14 | mei: remove dev_err message on an unsupported ioctl | Colin Ian King |
2018-03-14 | mei: limit the number of queued writes | Alexander Usyskin |
2018-03-14 | mei: make module referencing local to the bus.c | Tomas Winkler |
2018-02-20 | mei: me: add cannon point device ids for 4th device | Tomas Winkler |
2018-02-20 | mei: me: add cannon point device ids | Alexander Usyskin |
2018-02-16 | mei: set device client to the disconnected state upon suspend. | Tomas Winkler |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-09 | mei: fix an && vs || typo | Dan Carpenter |
2018-01-02 | mei: fix incorrect logical operator in if statement | Colin Ian King |
2018-01-02 | mei: me: allow runtime pm for platform with D0i3 | Tomas Winkler |
2017-12-19 | mei: fix spelling mistake: "botther" -> "bother" | Colin Ian King |
2017-12-13 | mei: speed up the power down flow | Tomas Winkler |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-27 | annotate poll_table_struct ->_key | Al Viro |
2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-11-13 | Merge branch 'pm-core' | Rafael J. Wysocki |
2017-11-06 | PCI / PM: Use the NEVER_SKIP driver flag | Rafael J. Wysocki |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-20 | tracing, mei: Remove unused trace event mei_pci_cfg_write | Steven Rostedt (VMware) |
2017-10-04 | mei: me: add gemini lake devices id | Tomas Winkler |
2017-10-04 | mei: always use domain runtime pm callbacks. | Alexander Usyskin |
2017-08-28 | mei: make device_type const | Bhumika Goyal |
2017-08-14 | Merge 4.13-rc5 into char-misc-next | Greg Kroah-Hartman |