index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-max7300.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-19
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
K. Y. Srinivasan
1
-1
/
+1
2013-01-19
Drivers: hv: vmbus_flow_handler() can be static
Fengguang Wu
1
-1
/
+1
2013-01-18
Linux 3.8-rc4
v3.8-rc4
Linus Torvalds
1
-1
/
+1
2013-01-18
ntb: remove __dev* markings
Greg Kroah-Hartman
3
-12
/
+10
2013-01-18
net: Add support for NTB virtual ethernet device
Jon Mason
4
-0
/
+425
2013-01-18
PCI-Express Non-Transparent Bridge Support
Jon Mason
10
-0
/
+3012
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
tools: hv: Fix how ifcfg-* file is created
Tomas Hozza
2
-43
/
+38
2013-01-17
tools: hv: fix a typo in hv_set_ifconfig.sh
Jason Wang
1
-1
/
+1
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
2
-1
/
+2
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
3
-3
/
+22
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
3
-21
/
+45
2013-01-17
Drivers: hv: Move vmbus version definitions to hyperv.h
K. Y. Srinivasan
2
-15
/
+15
2013-01-17
Drivers: hv: Change the signature of vmbus_set_event()
K. Y. Srinivasan
3
-3
/
+4
2013-01-17
Drivers: hv: Change the signature for hv_signal_event()
K. Y. Srinivasan
3
-6
/
+5
2013-01-17
Drivers: hv: Save and export negotiated vmbus version
K. Y. Srinivasan
2
-0
/
+15
2013-01-17
Drivers: hv: Extend/modify vmbus_channel_offer_channel for win7 and beyond
K. Y. Srinivasan
1
-5
/
+31
2013-01-17
Drivers: hv: Update the ring buffer structure to match win8 functionality
K. Y. Srinivasan
1
-7
/
+21
2013-01-17
Drivers: hv: Support handling multiple VMBUS versions
K. Y. Srinivasan
2
-60
/
+111
2013-01-17
Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()
K. Y. Srinivasan
2
-14
/
+0
2013-01-17
Drivers: hv: Optimize the signaling on the write path
K. Y. Srinivasan
3
-10
/
+49
2013-01-17
Drivers: hv: Optimize signaling in the read path
K. Y. Srinivasan
1
-3
/
+25
2013-01-17
Drivers: hv: Turn off batched reading for util drivers
K. Y. Srinivasan
1
-0
/
+10
2013-01-17
Drivers: hv: Add state to manage batched reading
K. Y. Srinivasan
2
-0
/
+27
2013-01-17
Drivers: hv: Implement routines for read side signaling optimization
K. Y. Srinivasan
2
-0
/
+28
2013-01-17
tools/hv: Fix permissions of created directory and files
Ben Hutchings
1
-2
/
+2
2013-01-17
tools/hv: Fix /var subdirectory
Tomas Hozza
1
-6
/
+6
2013-01-17
hv: hv_balloon: remove duplicated include from hv_balloon.c
Wei Yongjun
1
-1
/
+0
2013-01-17
misc: lattice-ecp3-config.c: remove __dev* markings
Greg Kroah-Hartman
1
-4
/
+4
[next]