index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
mei: Fix error handling in mei_register
Ma Ke
1
-0
/
+1
2025-09-18
Merge patch series "mei: connect to card in D3cold"
Greg Kroah-Hartman
1
-9
/
+34
2025-09-18
mei: retry connect if interrupted by link reset
Alexander Usyskin
1
-0
/
+25
2025-09-18
mei: make a local copy of client uuid in connect
Alexander Usyskin
1
-9
/
+9
2025-09-18
mei: gsc: fix remove operations order
Alexander Usyskin
1
-5
/
+9
2025-09-06
mei: hook mei_device on class device
Alexander Usyskin
1
-25
/
+55
2025-07-19
mei: more prints with client prefix
Alexander Usyskin
1
-29
/
+26
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-06-04
mei: demote client disconnect warning on suspend to debug
Alexander Usyskin
1
-1
/
+1
2023-10-18
misc: mei: main.c: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2023-08-22
mei: make mei_class a static const structure
Ivan Orlov
1
-13
/
+12
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2023-03-23
mei: Move uuid.h to the MEI namespace
Andy Shevchenko
1
-1
/
+0
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-11-23
mei: add timeout to send
Alexander Usyskin
1
-1
/
+1
2022-09-12
mei: extend timeouts on slow devices
Alexander Usyskin
1
-2
/
+2
2021-06-22
mei: fix kdoc in the driver
Tamar Mashiah
1
-1
/
+1
2021-05-13
mei: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-02-09
mei: use sysfs_emit() in tx_queue_limit_show sysfs
Tomas Winkler
1
-1
/
+1
2020-08-18
mei: add connect with vtag ioctl
Alexander Usyskin
1
-16
/
+194
2020-08-18
mei: add a vtag map for each client
Alexander Usyskin
1
-3
/
+65
2020-08-18
mei: add a spin lock to protect rd_completed queue
Alexander Usyskin
1
-3
/
+3
2020-07-29
mei: add device kind to sysfs
Alexander Usyskin
1
-0
/
+25
2020-07-23
mei: ioctl: use sizeof of variable instead of struct type
Tomas Winkler
1
-3
/
+3
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+1
2019-11-07
mei: add trc detection register to sysfs
Alexander Usyskin
1
-0
/
+24
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-21
/
+1
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
1
-8
/
+1
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
[next]