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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-21
Revert "drivers/misc/ti-st: remove gpio handling"
Luciano Coelho
1
-1
/
+36
2013-01-20
Drivers: char: exynos_rng_pm_ops can be static
Fengguang Wu
1
-1
/
+1
2013-01-20
ntb_netdev: Update Version
Jon Mason
1
-1
/
+1
2013-01-20
ntb_netdev: improve logging
Jon Mason
1
-3
/
+2
2013-01-20
ntb_netdev: remove tx timeout
Jon Mason
1
-11
/
+0
2013-01-20
ntb_netdev: correct skb leak
Jon Mason
1
-0
/
+1
2013-01-20
ntb_netdev: remove init/exit from probe/remove
Jon Mason
1
-1
/
+1
2013-01-20
NTB: Update Version
Jon Mason
1
-1
/
+1
2013-01-20
NTB: Out of free receive entries issue
Jon Mason
1
-3
/
+6
2013-01-20
NTB: Remove reads across NTB
Jon Mason
1
-74
/
+63
2013-01-20
NTB: correct stack usage warning in debugfs_read
Jon Mason
1
-3
/
+10
2013-01-20
NTB: whitespace cleanups
Jon Mason
1
-24
/
+16
2013-01-20
NTB: namespacecheck cleanups
Jon Mason
2
-15
/
+1
2013-01-20
NTB: use simple_open for debugfs
Jon Mason
1
-7
/
+1
2013-01-20
NTB: No sleeping in interrupt context
Jon Mason
1
-3
/
+17
2013-01-20
NTB: separate transmit and receive windows
Jon Mason
1
-35
/
+44
2013-01-20
NTB: correct memory barrier
Jon Mason
1
-1
/
+1
2013-01-20
NTB: Handle ntb client device probes without present hardware
Jon Mason
1
-0
/
+6
2013-01-18
ipack/devices/ipoctal: add missing rx_enable = 1
Samuel Iglesias Gonsalvez
1
-0
/
+1
2013-01-18
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
K. Y. Srinivasan
1
-1
/
+1
2013-01-18
Drivers: hv: vmbus_flow_handler() can be static
Fengguang Wu
1
-1
/
+1
2013-01-18
Merge 3.8-rc4 into char-misc-next
Greg Kroah-Hartman
197
-1507
/
+8542
2013-01-17
ntb: remove __dev* markings
Greg Kroah-Hartman
3
-12
/
+10
2013-01-17
net: Add support for NTB virtual ethernet device
Jon Mason
3
-0
/
+424
2013-01-17
PCI-Express Non-Transparent Bridge Support
Jon Mason
8
-0
/
+2923
2013-01-17
VMCI: include slab.h into files using kmalloc/kfree
Dmitry Torokhov
2
-0
/
+4
2013-01-17
VMCI: rename PPNset to ppn_set to avoid camel case
Dmitry Torokhov
2
-5
/
+5
2013-01-17
VMCI: Fix "always true condition"
Andy King
1
-1
/
+1
2013-01-17
VMCI: Fix deref before NULL-check of queuepair ptr
Andy King
1
-2
/
+2
2013-01-17
VMCI: Remove dependency on BLOCK I/O
Andy King
1
-12
/
+16
2013-01-17
VMCI: Add PCI as a dependency
Andy King
1
-1
/
+1
2013-01-17
pcmcia/vrc4171: Add missing spinlock init
Jean Delvare
1
-0
/
+1
2013-01-17
pcmcia: i82092: fix i82092aa_pci_remove()
Dan Carpenter
1
-5
/
+3
2013-01-17
mei: Fix some more kernel-doc typos in hw-me.c
Sedat Dilek
1
-2
/
+2
2013-01-17
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
Wei Yongjun
1
-2
/
+0
2013-01-17
Drivers: hv: Cleanup and consolidate reporting of build/version info
K. Y. Srinivasan
2
-11
/
+7
2013-01-17
Drivers: hv: Capture the host build information
K. Y. Srinivasan
2
-0
/
+16
2013-01-17
Drivers: hv: Implement flow management on the send side
K. Y. Srinivasan
3
-4
/
+61
2013-01-17
Drivers: hv: Enable protocol negotiation with win8 hosts
K. Y. Srinivasan
1
-1
/
+1
2013-01-17
Drivers: hv: Add a check to deal with spurious interrupts
K. Y. Srinivasan
1
-4
/
+6
2013-01-17
Drivers: hv: Handle vmbus interrupts concurrently on all cpus
K. Y. Srinivasan
2
-1
/
+22
2013-01-17
Drivers: hv: Manage event tasklets on per-cpu basis
K. Y. Srinivasan
3
-3
/
+19
2013-01-17
Drivers: hv: Get rid of unnecessary request for offers
K. Y. Srinivasan
1
-2
/
+0
2013-01-17
Drivers: hv: Get rid of the unused global signaling state
K. Y. Srinivasan
2
-32
/
+0
2013-01-17
Drivers: hv: Add code to distribute channel interrupt load
K. Y. Srinivasan
1
-1
/
+84
2013-01-17
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
K. Y. Srinivasan
2
-7
/
+46
2013-01-17
Drivers: hv: Add state to manage incoming channel interrupt load
K. Y. Srinivasan
2
-1
/
+3
2013-01-17
Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
K. Y. Srinivasan
2
-0
/
+21
2013-01-17
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
K. Y. Srinivasan
1
-5
/
+8
2013-01-17
Drivers: hv: Manage signaling state on a per-connection basis
K. Y. Srinivasan
2
-21
/
+20
[next]