index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
mei: move mei_cl_irq_write_complete to client.c
Tomas Winkler
1
-59
/
+0
2013-05-21
mei: revamp interrupt thread handlers
Tomas Winkler
1
-67
/
+63
2013-05-21
mei: move mei_cl_complete to client.c
Tomas Winkler
1
-27
/
+1
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2013-04-23
mei: fix krealloc() misuse in in mei_cl_irq_read_msg()
Wei Yongjun
1
-5
/
+5
2013-04-23
mei: reduce flow control only for completed messages
Tomas Winkler
1
-3
/
+4
2013-04-19
mei: fix reading large reposnes
Tomas Winkler
1
-3
/
+15
2013-04-19
mei: revamp mei_irq_read_client_message function
Tomas Winkler
1
-58
/
+66
2013-04-19
mei: revamp mei_amthif_irq_read_message
Tomas Winkler
1
-1
/
+1
2013-04-19
mei: revamp hbm state machine
Tomas Winkler
1
-2
/
+2
2013-04-08
mei: notify about the reset in error level
Tomas Winkler
1
-3
/
+3
2013-04-05
mei: Fix comments in drivers/misc/mei
Masanari Iida
1
-3
/
+3
2013-03-29
mei: bus: Call bus routines from the core code
Samuel Ortiz
1
-0
/
+2
2013-03-29
mei: move mei-me to separate module
Tomas Winkler
1
-0
/
+4
2013-03-25
mei: add mei_irq_compl_handler function
Tomas Winkler
1
-7
/
+32
2013-03-15
mei: revamp mei_data2slots
Tomas Winkler
1
-22
/
+28
2013-02-06
mei: move interrupt handlers to be me hw specific
Tomas Winkler
1
-118
/
+8
2013-02-06
mei: separate compilation of the ME hardware specifics
Tomas Winkler
1
-5
/
+5
2013-01-08
mei: make host csr and me csr internal to hw-me
Tomas Winkler
1
-4
/
+0
2013-01-08
mei: abstract host and device readieness
Tomas Winkler
1
-9
/
+10
2013-01-08
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
1
-1
/
+1
2013-01-08
mei: rename interface to hw-me
Tomas Winkler
1
-1
/
+1
2013-01-08
mei: fix client functions names
Tomas Winkler
1
-5
/
+6
2013-01-08
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
1
-0
/
+1
2013-01-07
mei: move hbm responses from interrupt.c to hbm.c
Tomas Winkler
1
-208
/
+0
2013-01-07
mei: add common prefix to hbm function
Tomas Winkler
1
-5
/
+5
2013-01-07
mei: use structured buffer for the write buffer
Tomas Winkler
1
-13
/
+12
2013-01-07
mei: move host bus message handling to hbm.c
Tomas Winkler
1
-230
/
+5
2013-01-07
mei: move hw dependent functions to interface.c
Tomas Winkler
1
-23
/
+1
2013-01-07
mei: include local headers after the system ones
Tomas Winkler
1
-2
/
+2
2013-01-07
mei: use unified format for printing mei message header
Tomas Winkler
1
-8
/
+6
2013-01-07
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
1
-9
/
+8
2012-11-21
mei: Simplify the ME client enumeration code
Samuel Ortiz
1
-52
/
+23
2012-11-21
mei: simplify write complete loop in irq handler
Tomas Winkler
1
-25
/
+12
2012-11-21
mei: don't mix read and write slots
Tomas Winkler
1
-16
/
+19
2012-11-21
mei: streamline amthif write complete function
Tomas Winkler
1
-2
/
+2
2012-11-21
mei: streamline write complete flow function
Tomas Winkler
1
-70
/
+43
2012-11-21
mei: use structured buffer for extra write buffer
Tomas Winkler
1
-22
/
+14
2012-11-21
mei: compact code for mei bus message creation
Tomas Winkler
1
-58
/
+38
2012-11-15
mei: use the same bus msg for connect and disconnect request
Tomas Winkler
1
-9
/
+8
2012-11-15
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
1
-9
/
+9
2012-11-15
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
1
-7
/
+7
2012-11-15
mei: amthif: prefix cb list with amthif
Tomas Winkler
1
-4
/
+2
2012-11-01
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
1
-208
/
+10
2012-11-01
mei: normalize timeouts definitions
Tomas Winkler
1
-2
/
+2
2012-10-24
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
1
-7
/
+5
2012-10-24
mei: kill usless struct mei_io_list
Tomas Winkler
1
-76
/
+58
2012-10-24
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
1
-22
/
+21
2012-09-10
mei: don't print buffer as a string
Tomas Winkler
1
-8
/
+1
2012-08-16
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
1
-6
/
+3
[next]