index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-18
mei: don't of list_for_each_entry_safe when not deleting
Tomas Winkler
5
-33
/
+28
2014-02-18
mei: use helper function to find me client by id
Alexander Usyskin
2
-48
/
+56
2014-02-18
mei: fix potential read outside of array bounds
Alexander Usyskin
1
-13
/
+10
2014-02-18
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
5
-80
/
+66
2014-02-18
mei: hbm: revamp client connect and disconnection status
Alexander Usyskin
4
-39
/
+59
2014-02-18
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
4
-7
/
+20
2014-02-18
Merge 3.14-rc3 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+9
2014-02-14
mei: get rid of ext_msg
Tomas Winkler
6
-36
/
+88
2014-02-14
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
Tomas Winkler
5
-16
/
+16
2014-02-14
mei: fix compilation error with missing WATCHDOG_CORE
Tomas Winkler
1
-1
/
+1
2014-02-08
drivers/misc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2
-2
/
+0
2014-02-08
mei: export active connections to debugfs
Tomas Winkler
1
-0
/
+54
2014-02-08
mei: allow multiple retries if the hw reset has failed
Tomas Winkler
4
-14
/
+34
2014-02-08
mei: txe: add Kbuild for TXE device
Tomas Winkler
2
-1
/
+14
2014-02-08
mei: txe: add pci-txe.c
Tomas Winkler
1
-0
/
+293
2014-02-08
mei: txe: add hw-txe.c
Tomas Winkler
1
-0
/
+1106
2014-02-08
mei: txe: add hw-txe.h header file
Tomas Winkler
1
-0
/
+71
2014-02-08
mei: txe: add hw-txe-regs.h header file
Tomas Winkler
1
-0
/
+294
2014-02-07
mei: don't unset read cb ptr on reset
Alexander Usyskin
1
-1
/
+0
2014-02-07
mei: clear write cb from waiting list on reset
Alexander Usyskin
1
-1
/
+9
2014-01-14
mei: limit the number of consecutive resets
Tomas Winkler
3
-0
/
+18
2014-01-14
mei: revamp mei reset state machine
Tomas Winkler
6
-104
/
+143
2014-01-09
mei: fix syntax in comments and debug output
Alexander Usyskin
8
-36
/
+36
2014-01-09
mei: nfc: mei_nfc_free has to be called under lock
Tomas Winkler
1
-0
/
+2
2014-01-09
mei: use hbm idle state to prevent spurious resets
Tomas Winkler
4
-14
/
+43
2014-01-09
mei: do not run reset flow from the interrupt thread
Tomas Winkler
6
-138
/
+210
2013-12-19
mei: me: set dma mask using DMA mapping API
Tomas Winkler
1
-0
/
+15
2013-12-19
mei: enable marking internal commands
Tomas Winkler
5
-3
/
+10
2013-12-17
Merge 3.13-rc4 into char-misc-next
Greg Kroah-Hartman
2
-2
/
+7
2013-12-05
mei: add 9 series PCH mei device ids
Tomas Winkler
2
-2
/
+7
2013-11-27
mei: cleanup mei_irq_read_handler
Tomas Winkler
2
-39
/
+50
2013-11-27
mei: drop redundant list_del_init
Alexander Usyskin
1
-2
/
+0
2013-11-27
mei: remove flash_work_queue
Tomas Winkler
4
-8
/
+20
2013-10-30
mei: wd: host_init propagate error codes from called functions
Tomas Winkler
1
-6
/
+6
2013-10-30
mei: replace stray pr_debug with dev_dbg
Alexander Usyskin
1
-1
/
+1
2013-10-30
mei: bus: propagate error code returned by mei_me_cl_by_id
Tomas Winkler
1
-1
/
+1
2013-10-30
mei: mei_cl_link remove duplicated check for open_handle_count
Tomas Winkler
1
-6
/
+0
2013-10-30
mei: print correct device state during unexpected reset
Alexander Usyskin
1
-4
/
+4
2013-10-30
mei: nfc: fix memory leak in error path
Tomas Winkler
1
-4
/
+6
2013-10-20
mei: move host_clients_map cleanup to device init
Alexander Usyskin
2
-9
/
+8
2013-10-20
mei: me: downgrade two errors to debug level
Paul Bolle
1
-2
/
+2
2013-10-16
mei: me: add Lynx Point Wellsburg work station device id
Tomas Winkler
2
-0
/
+2
2013-10-04
mei: amthif: mei_amthif_host_init: propagate errors from called functions
Tomas Winkler
1
-4
/
+7
2013-10-04
mei: revamp open handler counts
Tomas Winkler
5
-16
/
+20
2013-10-04
mei: simplify mei_open error handling
Tomas Winkler
2
-18
/
+21
2013-09-30
Merge 3.12-rc3 into char-misc-next
Greg Kroah-Hartman
7
-15
/
+27
2013-09-27
mei: cancel stall timers in mei_reset
Alexander Usyskin
2
-0
/
+4
2013-09-27
mei: bus: stop wait for read during cl state transition
Tomas Winkler
3
-8
/
+14
2013-09-27
mei: make me client counters less error prone
Tomas Winkler
2
-7
/
+9
2013-09-26
misc: mei: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
[prev]
[next]