messages from 2013-09-17 16:24:24 to 2013-09-26 20:23:08 UTC [more...]
[PATCH 00/51] DMA mask changes
2013-09-26 20:23 UTC (88+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 12/51] DMA-API: net: intel/e1000: "
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [alsa-devel] "
` [PATCH 24/51] DMA-API: dma: pl330: "
` [alsa-devel] "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
` [PATCH 05/51] DMA-API: net: intel/igbvf: "
` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 11/51] DMA-API: net: emulex/benet: "
` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
` [alsa-devel] "
` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory
[PATCH] ata_piix: minor typo fixes and threading fix
2013-09-26 17:57 UTC (11+ messages)
[PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
2013-09-26 14:42 UTC (29+ messages)
[PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset
2013-09-26 14:12 UTC (2+ messages)
[PATCH] ata_port_wait_eh(): Change irqsave into unconditional closing of interrupts
2013-09-26 13:43 UTC (3+ messages)
Tracking down a workqueue io source
2013-09-25 18:53 UTC
[RFC PATCH 00/15] Add SATA support for TI OMAP5 and DRA7 SoCs
2013-09-25 13:29 UTC (39+ messages)
` [RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy
` [RFC PATCH 02/15] phy: omap-control: Update DT binding information
` [RFC PATCH 03/15] ARM: dts: omap5: Add clocks to usb3_phy node
` [RFC PATCH 05/15] phy: omap-pipe3: Add SATA DPLL support
` [RFC PATCH 06/15] phy: omap-pipe3: update compatibility string and DT binding
` [RFC PATCH 07/15] ARM: dts: omap5: Update usb3phy node
` [RFC PATCH 04/15] phy: omap-pipe3: use generic clock names
` [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
` [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
` [RFC PATCH 10/15] ARM: omap5: hwmod: Add ocp2scp3 and sata hwmods
` [RFC PATCH 11/15] arm: omap5: hwmod: add missing ocp2scp hwmod data
` [RFC PATCH 12/15] ARM: dts: omap5: add ocp2scp1 address resource
` [RFC PATCH 13/15] arm: dts: omap5: add sata node
` [RFC PATCH 14/15] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods
` [RFC PATCH 15/15] arm: dts: dra7: add sata node
[PATCH] BIOS SATA legacy mode failure
2013-09-25 6:31 UTC (10+ messages)
Understanding staggered spinup
2013-09-24 14:56 UTC
[PATCH] pata_isapnp: Don't use invalid I/O ports
2013-09-23 17:12 UTC (9+ messages)
Use-after-free in ata_qc_issue
2013-09-23 13:43 UTC (7+ messages)
[PATCH] ide: pmac: remove unnecessary pci_set_drvdata()
2013-09-23 1:28 UTC
Unexpected _GTF length (8)
2013-09-22 17:09 UTC (5+ messages)
[PATCH] ahci: Changing two module params with static and __read_mostly
2013-09-22 16:54 UTC (5+ messages)
` [PATCH V2] "
[PATCH RESEND 0/1] AHCI: Optimize interrupt processing
2013-09-20 20:41 UTC (12+ messages)
Exclusive offer, feel it for real
2013-09-20 17:17 UTC
System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset
2013-09-18 22:27 UTC (12+ messages)
Unique product for your needs
2013-09-17 21:38 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).