index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-07
mei: add common prefix to hbm function
Tomas Winkler
8
-50
/
+53
2013-01-07
mei: use structured buffer for the write buffer
Tomas Winkler
5
-105
/
+108
2013-01-07
mei: simplify preparing client host bus messages
Tomas Winkler
2
-56
/
+70
2013-01-07
mei: drop nonexistent function prototype
Tomas Winkler
1
-3
/
+0
2013-01-07
mei: move host bus message handling to hbm.c
Tomas Winkler
6
-419
/
+456
2013-01-07
mei: move hw dependent functions to interface.c
Tomas Winkler
4
-93
/
+97
2013-01-07
mei: mei_me_client is not hw API move to mei_dev.h
Tomas Winkler
2
-6
/
+13
2013-01-07
mei: kill not used BAR0 length and base variables
Tomas Winkler
1
-5
/
+2
2013-01-07
mei: include local headers after the system ones
Tomas Winkler
7
-12
/
+13
2013-01-07
mei: extract device dependent constants into hw-me.h
Tomas Winkler
3
-98
/
+169
2013-01-07
mei: move internal host clients ids to mei_dev.h from hw.h
Tomas Winkler
2
-5
/
+6
2013-01-07
mei: use unified format for printing mei message header
Tomas Winkler
5
-15
/
+16
2013-01-07
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
7
-44
/
+36
2013-01-07
mei: fix mismatch in mutex unlock-lock in mei_amthif_read()
Alexey Khoroshilov
1
-3
/
+3
2012-12-19
watchdog: mei: avoid oops in watchdog unregister code path
Tomas Winkler
1
-1
/
+1
2012-11-21
misc: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
misc: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-21
mei: remove use of __devexit_p
Bill Pemberton
1
-2
/
+2
2012-11-21
mei: Simplify the ME client enumeration code
Samuel Ortiz
4
-86
/
+95
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
3
-60
/
+48
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
3
-27
/
+22
2012-11-21
mei: compact code for mei bus message creation
Tomas Winkler
4
-141
/
+105
2012-11-15
mei: use the same bus msg for connect and disconnect request
Tomas Winkler
3
-27
/
+34
2012-11-15
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
6
-61
/
+44
2012-11-15
mei: extract amthif specific code from mei_poll to mei_amthif_poll
Tomas Winkler
3
-10
/
+25
2012-11-15
mei: move amthif specific release code to amithif
Tomas Winkler
3
-137
/
+153
2012-11-15
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
6
-23
/
+31
2012-11-15
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
6
-29
/
+24
2012-11-15
mei: amthif: prefix cb list with amthif
Tomas Winkler
5
-20
/
+18
2012-11-01
mei: move amthif specific code from mei_write to mei_amthif_write
Tomas Winkler
2
-23
/
+41
2012-11-01
mei: use internal watchdog device registration tracking
Tomas Winkler
3
-7
/
+1
2012-11-01
mei: mei_clear_list: kill file_temp
Tomas Winkler
1
-4
/
+2
2012-11-01
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
7
-556
/
+613
2012-11-01
mei: normalize timeouts definitions
Tomas Winkler
7
-24
/
+29
2012-11-01
mei: mei_write: revamp function flow
Tomas Winkler
1
-44
/
+44
2012-10-24
mei: use mei_io_cb_ warppers also for control flows
Tomas Winkler
4
-109
/
+94
2012-10-24
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
5
-35
/
+35
2012-10-24
mei: kill usless struct mei_io_list
Tomas Winkler
5
-156
/
+118
2012-10-24
mei: mei_write: revamp error path handling
Tomas Winkler
1
-48
/
+27
2012-10-24
mei: add allocation and initialization wrappers for io callback
Tomas Winkler
1
-24
/
+87
2012-10-24
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
4
-50
/
+45
2012-09-18
char/misc: remove CONFIG_EXPERIMENTAL dependencies
Greg Kroah-Hartman
1
-1
/
+1
2012-09-10
mei: don't print buffer as a string
Tomas Winkler
1
-8
/
+1
2012-09-10
mei: struct mei_message_data doesn't have to be packed
Tomas Winkler
1
-1
/
+1
2012-09-10
mei: add error messages for open count errors
Tomas Winkler
1
-2
/
+8
2012-09-05
mei: add lynx point pci device ids
Tomas Winkler
2
-0
/
+4
2012-09-05
mei: fix max number of open handles
Tomas Winkler
1
-6
/
+8
[prev]
[next]