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
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-09
mei: make host csr and me csr internal to hw-me
Tomas Winkler
1
-4
/
+0
2013-01-09
mei: abstract host and device readieness
Tomas Winkler
1
-9
/
+10
2013-01-09
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
1
-1
/
+1
2013-01-09
mei: rename interface to hw-me
Tomas Winkler
1
-1
/
+1
2013-01-09
mei: fix client functions names
Tomas Winkler
1
-5
/
+6
2013-01-09
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-22
mei: Simplify the ME client enumeration code
Samuel Ortiz
1
-52
/
+23
2012-11-22
mei: simplify write complete loop in irq handler
Tomas Winkler
1
-25
/
+12
2012-11-22
mei: don't mix read and write slots
Tomas Winkler
1
-16
/
+19
2012-11-22
mei: streamline amthif write complete function
Tomas Winkler
1
-2
/
+2
2012-11-22
mei: streamline write complete flow function
Tomas Winkler
1
-70
/
+43
2012-11-22
mei: use structured buffer for extra write buffer
Tomas Winkler
1
-22
/
+14
2012-11-22
mei: compact code for mei bus message creation
Tomas Winkler
1
-58
/
+38
2012-11-16
mei: use the same bus msg for connect and disconnect request
Tomas Winkler
1
-9
/
+8
2012-11-16
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
1
-9
/
+9
2012-11-16
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
1
-7
/
+7
2012-11-16
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-25
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
1
-7
/
+5
2012-10-25
mei: kill usless struct mei_io_list
Tomas Winkler
1
-76
/
+58
2012-10-25
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
1
-22
/
+21
2012-09-11
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
2012-08-16
mei: wd: rename watchdog constants to be more descriptive
Tomas Winkler
1
-2
/
+2
2012-08-16
mei: fix device stall after wd is stopped
Tomas Winkler
1
-1
/
+1
2012-08-16
mei: name space for mei device state
Tomas Winkler
1
-11
/
+11
2012-07-18
Merge 3.5-rc7 into char-misc-next.
Greg Kroah-Hartman
1
-1
/
+1
2012-07-11
mei: mei_irq_thread_write_handler - line break fix
Tomas Winkler
1
-28
/
+16
2012-07-11
mei: streamline the _mei_irq_thread_close/ioctol functions
Tomas Winkler
1
-33
/
+30
2012-07-11
mei: introduce mei_data2slots wrapper
Tomas Winkler
1
-22
/
+11
2012-07-11
mei: remove write only wariable wd_due_counter
Tomas Winkler
1
-8
/
+4
2012-06-27
mei: revamp host buffer interface function
Tomas Winkler
1
-4
/
+4
2012-06-27
mei: don't query HCSR for host buffer depth
Tomas Winkler
1
-3
/
+3
2012-06-21
mei: mei_irq_thread_write_handler check for overflow
Tomas Winkler
1
-0
/
+3
2012-06-21
mei: check for error codes that mei_flow_ctrl_creds retuns
Tomas Winkler
1
-2
/
+2
2012-06-14
misc: mei: fix stalled read
Tomas Winkler
1
-1
/
+1
2012-05-10
mei: export mei.h for the user space
Tomas Winkler
1
-1
/
+1
2012-05-02
Staging: mei: move the mei code out of staging
Greg Kroah-Hartman
1
-0
/
+1590