index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipack/devices/ipoctal: add rx_enable flag
Samuel Iglesias Gonsalvez
2013-01-16
1
-2
/
+8
*
ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()
Samuel Iglesias Gonsalvez
2013-01-16
1
-1
/
+0
*
ipack/devices/ipoctal: protect the channel data processing with a spinlock
Samuel Iglesias Gonsalvez
2013-01-16
1
-0
/
+3
*
ipack/devices/ipoctal: ack IRQ before processing it
Samuel Iglesias Gonsalvez
2013-01-16
1
-4
/
+4
*
ipack/devices/ipoctal: avoid re-enable RX two times.
Samuel Iglesias Gonsalvez
2013-01-16
1
-6
/
+4
*
ipack/devices/ipoctal: rework disable TX when the TX buffer is empty
Samuel Iglesias Gonsalvez
2013-01-16
1
-11
/
+7
*
ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.
Samuel Iglesias Gonsalvez
2013-01-16
1
-1
/
+2
*
ipack/devices/ipoctal: remove wait_queue and atomic_t board_write
Samuel Iglesias Gonsalvez
2013-01-16
1
-16
/
+3
*
ipack/devices/ipoctal: fix kernel bug when using pppd
Samuel Iglesias Gonsalvez
2013-01-16
1
-19
/
+2
*
ipack/devices/ipoctal: don't check if nb_bytes is < 0
Alberto Garcia
2013-01-16
1
-3
/
+1
*
ipack/devices/ipoctal: Fix race condition during Tx
Alberto Garcia
2013-01-16
1
-7
/
+4
*
mei: drop the warning when cl is not initialized during unlinking
Tomas Winkler
2013-01-14
1
-2
/
+3
*
mei: move work initialization to mei_device_init
Tomas Winkler
2013-01-09
2
-2
/
+4
*
mei: make host csr and me csr internal to hw-me
Tomas Winkler
2013-01-09
4
-53
/
+37
*
mei: reenable mei_hcsr_set abstraction
Tomas Winkler
2013-01-09
2
-24
/
+15
*
mei: abstract host and device readieness
Tomas Winkler
2013-01-09
4
-18
/
+54
*
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
2013-01-09
3
-9
/
+12
*
mei: don't use cached value for hcsr in mei_hw_reset
Tomas Winkler
2013-01-09
3
-28
/
+36
*
mei: remove mei_csr_clear_his prototype
Tomas Winkler
2013-01-09
1
-2
/
+1
*
mei: remove write only need_reset member of struct mei_device
Tomas Winkler
2013-01-09
2
-6
/
+1
*
mei: hw-me.c fix kernel doc
Tomas Winkler
2013-01-09
1
-9
/
+18
*
mei: move MEI_IAMTHIF_IDLE to amthif host init function
Tomas Winkler
2013-01-09
2
-1
/
+2
*
mei: normalize me host client linking routines
Tomas Winkler
2013-01-09
7
-75
/
+98
*
mei: rename remaining amthi strings to amthif
Tomas Winkler
2013-01-09
4
-36
/
+36
*
mei: mei_dev.h - remove prototypes of dropped functions
Tomas Winkler
2013-01-09
1
-4
/
+0
*
mei: move me client storage allocation to hbm.c
Tomas Winkler
2013-01-09
3
-41
/
+38
*
mei: drop read_pending member form struct mei_cl
Tomas Winkler
2013-01-09
3
-5
/
+2
*
mei: rename interface to hw-me
Tomas Winkler
2013-01-09
13
-210
/
+208
*
mei: move watchdog prototypes to mei_dev.h from interface.h
Tomas Winkler
2013-01-09
2
-20
/
+17
*
mei: implement mei_cl_connect function
Tomas Winkler
2013-01-09
3
-159
/
+163
*
mei: fix client functions names
Tomas Winkler
2013-01-09
9
-198
/
+267
*
mei: move client functions to client.c
Tomas Winkler
2013-01-09
4
-366
/
+361
*
mei: add new hbm.h header to export hbm protocol
Tomas Winkler
2013-01-09
9
-15
/
+47
*
VMCI: Some header and config files.
George Zhang
2013-01-09
4
-0
/
+23
*
VMCI: host side driver implementation.
George Zhang
2013-01-09
1
-0
/
+1042
*
VMCI: guest side driver implementation.
George Zhang
2013-01-09
1
-0
/
+759
*
VMCI: routing implementation.
George Zhang
2013-01-09
2
-0
/
+256
*
VMCI: resource object implementation.
George Zhang
2013-01-09
2
-0
/
+288
*
VMCI: queue pairs implementation.
George Zhang
2013-01-09
2
-0
/
+3611
*
VMCI: handle array implementation.
George Zhang
2013-01-09
2
-0
/
+194
*
VMCI: event handling implementation.
George Zhang
2013-01-09
2
-0
/
+249
*
VMCI: device driver implementaton.
George Zhang
2013-01-09
2
-0
/
+167
*
VMCI: doorbell implementation.
George Zhang
2013-01-09
2
-0
/
+655
*
VMCI: datagram implementation.
George Zhang
2013-01-09
2
-0
/
+552
*
VMCI: context implementation.
George Zhang
2013-01-09
2
-0
/
+1396
*
mei: move hbm responses from interrupt.c to hbm.c
Tomas Winkler
2013-01-07
3
-220
/
+186
*
mei: add common prefix to hbm function
Tomas Winkler
2013-01-07
8
-50
/
+53
*
mei: use structured buffer for the write buffer
Tomas Winkler
2013-01-07
5
-105
/
+108
*
mei: simplify preparing client host bus messages
Tomas Winkler
2013-01-07
2
-56
/
+70
*
mei: drop nonexistent function prototype
Tomas Winkler
2013-01-07
1
-3
/
+0
[next]