summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde3-6/+6
2013-03-27e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch1-1/+6
2013-03-27gpio: stmpe: pass DT node to irqdomainGabriel Fernandez1-4/+11
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch1-1/+6
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch1-3/+11
2013-03-27iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel1-12/+10
2013-03-27gpio-ich: Fix value returned by ichx_gpio_requestJean Delvare1-1/+1
2013-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2013-03-27vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-27PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett1-36/+31
2013-03-27PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu1-2/+7
2013-03-27ACPI / APEI: fix error status check condition for CPERChen Gong1-1/+1
2013-03-27ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21MFabio Valentini1-0/+8
2013-03-27drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2)Adam Jackson1-23/+17
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-104/+195
2013-03-27Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman7-55/+86
2013-03-27rsxx: remove unused variablePhilip J Kelleher1-1/+0
2013-03-27rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher3-5/+22
2013-03-26irqchip: gic: fix irq_trigger returnAbhijeet Dharmapurikar1-1/+2
2013-03-26vfio-pci: Fix possible integer overflowAlex Williamson1-1/+2
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5
2013-03-26USB: serial: fix hang when opening portMing Lei1-0/+1
2013-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-22/+43
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-03-26x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun1-1/+0
2013-03-26[media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede1-5/+15
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-26drm/i915: duct-tape locking when eDP init failsDaniel Vetter1-0/+3
2013-03-26block: removes dynamic allocation on stackPhilip J Kelleher1-1/+6
2013-03-26Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn1-0/+2
2013-03-26TTY: 8250, deprecated 8250_core.* optionsJiri Slaby2-0/+19
2013-03-26TTY: 8250, revert module name changeJiri Slaby2-6/+6
2013-03-26libfcoe: Fix fcoe_sysfs VN2VN modeRobert Love1-15/+45
2013-03-26libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love3-10/+21
2013-03-26libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love3-8/+10
2013-03-26fcoe: Fix deadlock between create and destroy pathsRobert Love1-4/+11
2013-03-26USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch1-0/+2
2013-03-25bnx2fc: Make the fcoe_cltr the SCSI host parentRobert Love1-3/+2
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-25staging: comedi: s626: fix continuous acquisitionIan Abbott1-1/+1
2013-03-25[media] fix compilation with both V4L2 and I2C as 'm'Mauro Carvalho Chehab1-1/+1
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp1-8/+15
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2-12/+16
2013-03-25usb/acpi: binding xhci root hub usb port with ACPILan Tianyu1-1/+7
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu5-28/+40