Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO | Keith Busch | 2013-05-02 | 1 | -4/+67 | |
| * | | | | | | | NVMe: Device specific stripe size handling | Keith Busch | 2013-05-02 | 1 | -4/+15 | |
| * | | | | | | | NVMe: Split non-mergeable bio requests | Keith Busch | 2013-05-02 | 1 | -30/+122 | |
| * | | | | | | | NVMe: Remove dead code in nvme_dev_add | Keith Busch | 2013-05-02 | 1 | -9/+2 | |
| * | | | | | | | NVMe: Check for NULL memory in nvme_dev_add | Keith Busch | 2013-05-02 | 1 | -0/+2 | |
| * | | | | | | | NVMe: Fix error clean-up on nvme_alloc_queue | Keith Busch | 2013-05-02 | 1 | -1/+1 | |
| * | | | | | | | NVMe: Free admin queue on request_irq error | Keith Busch | 2013-05-02 | 1 | -4/+9 | |
| * | | | | | | | NVMe: Add scsi unmap to SG_IO | Keith Busch | 2013-05-02 | 1 | -0/+78 | |
| * | | | | | | | NVMe: queue usage fixes in nvme-scsi | Keith Busch | 2013-05-02 | 1 | -5/+20 | |
| * | | | | | | | NVMe: Set TASK_INTERRUPTIBLE before processing queues | Arjan van de Ven | 2013-05-01 | 1 | -2/+1 | |
| * | | | | | | | NVMe: Add a character device for each nvme device | Keith Busch | 2013-04-16 | 1 | -10/+64 | |
| * | | | | | | | NVMe: Fix endian-related problems in user I/O submission path | Matthew Wilcox | 2013-04-16 | 1 | -4/+4 | |
| * | | | | | | | NVMe: Fix I/O cancellation status on big-endian machines | Matthew Wilcox | 2013-04-16 | 1 | -1/+1 | |
| * | | | | | | | NVMe: Fix sparse warnings in scsi emulation | Vishal Verma | 2013-04-16 | 1 | -39/+60 | |
| * | | | | | | | NVMe: Don't fail initialisation unnecessarily | Matthew Wilcox | 2013-04-16 | 1 | -1/+7 | |
| * | | | | | | | NVMe: Abstract out sector to block number conversion | Matthew Wilcox | 2013-04-16 | 2 | -3/+3 | |
| * | | | | | | | NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer | Arjan van de Ven | 2013-04-16 | 1 | -1/+1 | |
| * | | | | | | | NVMe: Add nvme-scsi.c | Vishal Verma | 2013-03-28 | 3 | -18/+2962 | |
| * | | | | | | | NVMe: Add definitions for format command | Vishal Verma | 2013-03-27 | 1 | -0/+1 | |
| * | | | | | | | NVMe: Move structures & definitions to header file | Vishal Verma | 2013-03-27 | 1 | -55/+0 | |
| * | | | | | | | NVMe: Rename nvme.c to nvme-core.c | Vishal Verma | 2013-03-26 | 2 | -0/+1 | |
| * | | | | | | | NVMe: Add discard support for capable devices | Keith Busch | 2013-03-26 | 1 | -1/+59 | |
* | | | | | | | | Merge tag 'acpi-fixes-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-05-10 | 3 | -2/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ACPICA: ACPICA: Fix for _INI regression | Tomasz Nowicki | 2013-05-08 | 1 | -0/+1 | |
| * | | | | | | | | ACPICA: _OSI support: Fix possible memory leak | Jung-uk Kim | 2013-05-08 | 1 | -1/+2 | |
| * | | | | | | | | ACPICA: Fix possible buffer overflow during a field unit read operation | Bob Moore | 2013-05-08 | 1 | -1/+13 | |
* | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-05-09 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | video: mxsfb: Adapt to new videomode API | Fabio Estevam | 2013-05-09 | 2 | -5/+5 | |
* | | | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2013-05-09 | 4 | -5/+12 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | usb: tilegx: fix memleak when create hcd fail | Libo Chen | 2013-05-09 | 2 | -4/+10 | |
| * | | | | | | | | | rtc: rtc-tile: add missing platform_device_unregister() when module exit | Wei Yongjun | 2013-05-08 | 1 | -0/+1 | |
| * | | | | | | | | | tile: support new Tilera hypervisor | Chris Metcalf | 2013-05-02 | 1 | -1/+1 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-05-09 | 13 | -57/+188 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: fec: fix kernel oops when plug/unplug cable many times | Frank Li | 2013-05-08 | 2 | -15/+39 | |
| * | | | | | | | | | | bfin_mac: fix error return code in bfin_mac_probe() | Wei Yongjun | 2013-05-08 | 1 | -1/+2 | |
| * | | | | | | | | | | sfc: fix return value check in efx_ptp_probe_channel() | Wei Yongjun | 2013-05-08 | 1 | -1/+3 | |
| * | | | | | | | | | | net/spider_net: fix error return code in spider_net_open() | Wei Yongjun | 2013-05-08 | 1 | -1/+2 | |
| * | | | | | | | | | | net/irda: fix error return code in bfin_sir_open() | Wei Yongjun | 2013-05-08 | 1 | -2/+4 | |
| * | | | | | | | | | | net: of_mdio: fix behavior on missing phy device | Sebastian Hesselbarth | 2013-05-08 | 1 | -7/+4 | |
| * | | | | | | | | | | sierra_net: keep status interrupt URB active | Dan Williams | 2013-05-08 | 1 | -7/+31 | |
| * | | | | | | | | | | usbnet: allow status interrupt URB to always be active | Dan Williams | 2013-05-08 | 1 | -6/+71 | |
| * | | | | | | | | | | qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN card | Dan Williams | 2013-05-08 | 2 | -0/+14 | |
| * | | | | | | | | | | be2net: disable TX in be_close() | Sathya Perla | 2013-05-08 | 1 | -0/+2 | |
| * | | | | | | | | | | be2net: fix EQ from getting full while cleaning RX CQ | Sathya Perla | 2013-05-08 | 1 | -6/+1 | |
| * | | | | | | | | | | be2net: fix payload_len value for GET_MAC_LIST cmd req | Sathya Perla | 2013-05-08 | 1 | -3/+2 | |
| * | | | | | | | | | | be2net: provision VF resources before enabling SR-IOV | Sathya Perla | 2013-05-08 | 1 | -8/+13 | |
* | | | | | | | | | | | Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-05-09 | 3 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | PCI: Delay final fixups until resources are assigned | Yinghai Lu | 2013-05-07 | 2 | -1/+1 | |
| * | | | | | | | | | | | PCI: Set ->mask_pos correctly | Dan Carpenter | 2013-04-30 | 1 | -2/+4 | |
* | | | | | | | | | | | | Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-05-09 | 79 | -8059/+497 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |