index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
interrupt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: push credentials inside the irq write handler
Tomas Winkler
2013-09-26
1
-5
/
+0
*
mei: propagate error from write routines instead of ENODEV
Tomas Winkler
2013-09-26
1
-7
/
+13
*
mei: fix function names in debug prints
Alexander Usyskin
2013-09-26
1
-3
/
+3
*
mei: prefix client log messages with client me and host ids
Alexander Usyskin
2013-09-26
1
-11
/
+7
*
mei: move mei_cl_irq_write_complete to client.c
Tomas Winkler
2013-06-24
1
-59
/
+0
*
mei: revamp interrupt thread handlers
Tomas Winkler
2013-05-21
1
-67
/
+63
*
mei: move mei_cl_complete to client.c
Tomas Winkler
2013-05-21
1
-27
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
1
-2
/
+2
|
\
|
*
mei: Fix comments in drivers/misc/mei
Masanari Iida
2013-04-05
1
-3
/
+3
*
|
mei: fix krealloc() misuse in in mei_cl_irq_read_msg()
Wei Yongjun
2013-04-23
1
-5
/
+5
*
|
mei: reduce flow control only for completed messages
Tomas Winkler
2013-04-23
1
-3
/
+4
*
|
mei: fix reading large reposnes
Tomas Winkler
2013-04-19
1
-3
/
+15
*
|
mei: revamp mei_irq_read_client_message function
Tomas Winkler
2013-04-19
1
-58
/
+66
*
|
mei: revamp mei_amthif_irq_read_message
Tomas Winkler
2013-04-19
1
-1
/
+1
*
|
mei: revamp hbm state machine
Tomas Winkler
2013-04-19
1
-2
/
+2
*
|
mei: notify about the reset in error level
Tomas Winkler
2013-04-08
1
-3
/
+3
*
|
mei: bus: Call bus routines from the core code
Samuel Ortiz
2013-03-29
1
-0
/
+2
*
|
mei: move mei-me to separate module
Tomas Winkler
2013-03-29
1
-0
/
+4
*
|
mei: add mei_irq_compl_handler function
Tomas Winkler
2013-03-25
1
-7
/
+32
*
|
mei: revamp mei_data2slots
Tomas Winkler
2013-03-15
1
-22
/
+28
|
/
*
mei: move interrupt handlers to be me hw specific
Tomas Winkler
2013-02-06
1
-118
/
+8
*
mei: separate compilation of the ME hardware specifics
Tomas Winkler
2013-02-06
1
-5
/
+5
*
mei: make host csr and me csr internal to hw-me
Tomas Winkler
2013-01-08
1
-4
/
+0
*
mei: abstract host and device readieness
Tomas Winkler
2013-01-08
1
-9
/
+10
*
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
2013-01-08
1
-1
/
+1
*
mei: rename interface to hw-me
Tomas Winkler
2013-01-08
1
-1
/
+1
*
mei: fix client functions names
Tomas Winkler
2013-01-08
1
-5
/
+6
*
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
2013-01-08
1
-0
/
+1
*
mei: move hbm responses from interrupt.c to hbm.c
Tomas Winkler
2013-01-07
1
-208
/
+0
*
mei: add common prefix to hbm function
Tomas Winkler
2013-01-07
1
-5
/
+5
*
mei: use structured buffer for the write buffer
Tomas Winkler
2013-01-07
1
-13
/
+12
*
mei: move host bus message handling to hbm.c
Tomas Winkler
2013-01-07
1
-230
/
+5
*
mei: move hw dependent functions to interface.c
Tomas Winkler
2013-01-07
1
-23
/
+1
*
mei: include local headers after the system ones
Tomas Winkler
2013-01-07
1
-2
/
+2
*
mei: use unified format for printing mei message header
Tomas Winkler
2013-01-07
1
-8
/
+6
*
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
2013-01-07
1
-9
/
+8
*
mei: Simplify the ME client enumeration code
Samuel Ortiz
2012-11-21
1
-52
/
+23
*
mei: simplify write complete loop in irq handler
Tomas Winkler
2012-11-21
1
-25
/
+12
*
mei: don't mix read and write slots
Tomas Winkler
2012-11-21
1
-16
/
+19
*
mei: streamline amthif write complete function
Tomas Winkler
2012-11-21
1
-2
/
+2
*
mei: streamline write complete flow function
Tomas Winkler
2012-11-21
1
-70
/
+43
*
mei: use structured buffer for extra write buffer
Tomas Winkler
2012-11-21
1
-22
/
+14
*
mei: compact code for mei bus message creation
Tomas Winkler
2012-11-21
1
-58
/
+38
*
mei: use the same bus msg for connect and disconnect request
Tomas Winkler
2012-11-15
1
-9
/
+8
*
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
2012-11-15
1
-9
/
+9
*
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
2012-11-15
1
-7
/
+7
*
mei: amthif: prefix cb list with amthif
Tomas Winkler
2012-11-15
1
-4
/
+2
*
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
2012-11-01
1
-208
/
+10
*
mei: normalize timeouts definitions
Tomas Winkler
2012-11-01
1
-2
/
+2
*
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
2012-10-24
1
-7
/
+5
[next]