index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: add also write waiting list to runtime pm blockers
Tomas Winkler
2015-05-24
1
-3
/
+5
*
Merge 4.0-rc3 into char-misc-next
Greg Kroah-Hartman
2015-03-09
1
-0
/
+2
|
\
|
*
mei: make device disabled on stop unconditionally
Alexander Usyskin
2015-03-01
1
-0
/
+2
*
|
mei: allow read concurrency
Tomas Winkler
2015-03-01
1
-1
/
+0
*
|
mei: revamp me clients list handling
Tomas Winkler
2015-03-01
1
-0
/
+1
|
/
*
mei: read and print all six FW status registers
Alexander Usyskin
2014-11-26
1
-5
/
+33
*
mei: fix kernel-doc warnings
Alexander Usyskin
2014-09-29
1
-2
/
+2
*
mei: fix KDoc documentation formatting
Alexander Usyskin
2014-09-29
1
-5
/
+5
*
mei: remove include to pci header from mei module files
Tomas Winkler
2014-09-29
1
-1
/
+0
*
mei: move fw_status back to hw ops handlers
Tomas Winkler
2014-09-29
1
-21
/
+0
*
mei: get rid of most of the pci dependencies in mei
Tomas Winkler
2014-09-29
1
-21
/
+21
*
mei: push all standard settings into mei_device_init
Tomas Winkler
2014-09-29
1
-2
/
+12
*
mei: fix style warning: Missing a blank line after declarations
Tomas Winkler
2014-09-29
1
-2
/
+4
*
mei: add hbm and pg state in devstate debugfs print
Alexander Usyskin
2014-09-29
1
-0
/
+12
*
mei: wait for hbm start non-interruptible
Alexander Usyskin
2014-09-23
1
-1
/
+1
*
mei: use list for me clients book keeping
Tomas Winkler
2014-09-23
1
-0
/
+1
*
mei: add per device configuration
Alexander Usyskin
2014-05-27
1
-1
/
+23
*
mei: fix memory leak of mei_clients array
Tomas Winkler
2014-05-27
1
-1
/
+1
*
mei: extract fw status registers
Alexander Usyskin
2014-05-03
1
-3
/
+7
*
mei: add function to check write queues
Tomas Winkler
2014-05-03
1
-0
/
+21
*
mei: expose hardware power gating state to mei layer
Tomas Winkler
2014-05-03
1
-0
/
+2
*
mei: implement power gating isolation hbm layer
Tomas Winkler
2014-05-03
1
-0
/
+1
*
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
2014-02-18
1
-0
/
+2
*
mei: get rid of ext_msg
Tomas Winkler
2014-02-14
1
-1
/
+0
*
mei: allow multiple retries if the hw reset has failed
Tomas Winkler
2014-02-07
1
-10
/
+30
*
mei: limit the number of consecutive resets
Tomas Winkler
2014-01-13
1
-0
/
+10
*
mei: revamp mei reset state machine
Tomas Winkler
2014-01-13
1
-83
/
+126
*
mei: use hbm idle state to prevent spurious resets
Tomas Winkler
2014-01-08
1
-4
/
+8
*
mei: do not run reset flow from the interrupt thread
Tomas Winkler
2014-01-08
1
-39
/
+61
*
mei: remove flash_work_queue
Tomas Winkler
2013-11-27
1
-5
/
+12
*
mei: print correct device state during unexpected reset
Alexander Usyskin
2013-10-29
1
-4
/
+4
*
mei: move host_clients_map cleanup to device init
Alexander Usyskin
2013-10-19
1
-0
/
+8
*
mei: revamp open handler counts
Tomas Winkler
2013-10-03
1
-5
/
+0
*
mei: cancel stall timers in mei_reset
Alexander Usyskin
2013-09-26
1
-0
/
+3
*
Merge 3.11-rc3 into char-misc-next.
Greg Kroah-Hartman
2013-07-29
1
-3
/
+2
|
\
|
*
mei: don't have to clean the state on power up
Tomas Winkler
2013-07-23
1
-1
/
+2
*
|
mei: don't get stuck in select during reset
Tomas Winkler
2013-07-26
1
-5
/
+8
*
|
mei: wake also writers on reset
Tomas Winkler
2013-07-24
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-07-04
1
-1
/
+1
|
\
|
*
treewide: Fix typo in printk
Masanari Iida
2013-05-28
1
-1
/
+1
*
|
mei: check whether hw start has succeeded
Tomas Winkler
2013-06-24
1
-1
/
+6
*
|
mei: check if the hardware reset succeeded
Tomas Winkler
2013-06-24
1
-1
/
+7
*
|
mei: support HBM versioning
Tomas Winkler
2013-06-17
1
-2
/
+1
*
|
mei: init: Flush scheduled work before resetting the device
Samuel Ortiz
2013-06-13
1
-2
/
+2
|
/
*
mei: reseting -> resetting
Bill Nottingham
2013-04-19
1
-2
/
+2
*
mei: revamp hbm state machine
Tomas Winkler
2013-04-19
1
-19
/
+3
*
mei: nfc: Initial nfc implementation
Samuel Ortiz
2013-04-10
1
-0
/
+2
*
mei: bus: Add bus related structures to mei_cl
Samuel Ortiz
2013-03-29
1
-0
/
+1
*
mei: move mei-me to separate module
Tomas Winkler
2013-03-29
1
-2
/
+5
*
mei: rename function mei_hw_init to mei_start
Tomas Winkler
2013-03-29
1
-2
/
+2
[next]