messages from 2018-03-28 01:16:24 to 2018-04-24 04:06:43 UTC [more...]
[PATCH 0/2] Allow drivers to override stop_engine
2018-04-24 4:06 UTC
[PATCH 00/15] ARM: pxa: switch to DMA slave maps
2018-04-23 8:37 UTC (35+ messages)
` [PATCH 01/15] dmaengine: pxa: use a dma slave map
` [PATCH 02/15] ARM: pxa: add "
` [PATCH 03/15] mmc: pxamci: remove the dmaengine compat need
` [PATCH 04/15] media: pxa_camera: "
` [PATCH 05/15] mtd: nand: pxa3xx: "
` [PATCH 06/15] net: smc911x: "
` [PATCH 07/15] net: smc91x: "
` [PATCH 08/15] ASoC: pxa: "
` [PATCH 09/15] net: irda: pxaficp_ir: "
` [PATCH 10/15] ata: pata_pxa: "
` [PATCH 11/15] dmaengine: pxa: document pxad_param
` [PATCH 12/15] dmaengine: pxa: make the filter function internal
` [PATCH 13/15] ARM: pxa: remove the DMA IO resources
` [PATCH 14/15] ARM: pxa: change SSP devices allocation
` [PATCH 15/15] ARM: pxa: change SSP DMA channels allocation
[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
2018-04-22 17:12 UTC (25+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
` [PATCH v3 02/20] ata: "
` [PATCH v3 05/20] firewire: "
` [PATCH v3 06/20] fpga: "
` [PATCH v3 07/20] i2c: "
` [PATCH v3 12/20] media: "
` [PATCH v3 13/20] mmc: "
` [PATCH v3 14/20] mtd: "
` [PATCH v3 16/20] remoteproc: "
` [PATCH v3 17/20] serial: "
` [PATCH v3 18/20] spi: "
` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 15/20] net: "
` [PATCH v3 20/20] usb: "
simplify procfs code for seq_file instances
2018-04-22 9:42 UTC (49+ messages)
` [PATCH 01/39] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/39] proc: introduce proc_create_seq{,_data}
` [PATCH 03/39] proc: introduce proc_create_seq_private
` [PATCH 04/39] proc: introduce proc_create_single{,_data}
` [PATCH 05/39] ipv{4, 6}/udp{, lite}: simplify proc registration
` [PATCH 06/39] ipv{4, 6}/tcp: simplify procfs registration
` [PATCH 07/39] ipv{4, 6}/ping: simplify proc file creation
` [PATCH 08/39] ipv{4,6}/raw: simplify ѕeq_file code
` [PATCH 09/39] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 10/39] net/kcm: simplify proc registration
` [PATCH 11/39] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 12/39] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 13/39] proc: introduce proc_create_net{,_data}
` [PATCH 14/39] proc: introduce proc_create_net_single
` [PATCH 15/39] acpi/battery: simplify procfs code
` [PATCH 16/39] ipmi: "
` [PATCH 17/39] sgi-gru: "
` [PATCH 18/39] megaraid: "
` [PATCH 19/39] sg: "
` [PATCH 20/39] afs: "
` [PATCH 21/39] ext4: "
` [PATCH 22/39] jfs: "
` [PATCH 23/39] staging/rtl8192u: "
` [PATCH 24/39] resource: switch to proc_create_seq_data
` [PATCH 25/39] drbd: switch to proc_create_single
` [PATCH 26/39] rtc/proc: switch to proc_create_single_data
` [PATCH 27/39] bonding: switch to proc_create_seq_data
` [PATCH 28/39] hostap: switch to proc_create_{seq,single}_data
` [PATCH 29/39] neigh: switch to proc_create_seq_data
` [PATCH 30/39] netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
` [PATCH 31/39] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 32/39] bluetooth: switch to proc_create_seq_data
` [PATCH 33/39] atm: simplify procfs code
` [PATCH 34/39] atm: switch to proc_create_seq_private
` [PATCH 35/39] isdn: replace ->proc_fops with ->proc_show
` [PATCH 36/39] proc: don't detour through seq->private to get the inode
` [PATCH 37/39] ide: remove ide_driver_proc_write
` [PATCH 38/39] ide: replace ->proc_fops with ->proc_show
` [PATCH 39/39] tty: "
centralize SWIOTLB config symbol and misc other cleanups
2018-04-20 18:42 UTC (25+ messages)
` [PATCH 01/12] iommu-common: move to arch/sparc
` [PATCH 02/12] iommu-helper: unexport iommu_area_alloc
` [PATCH 03/12] iommu-helper: mark iommu_is_span_boundary as inline
` [PATCH 04/12] iommu-helper: move the IOMMU_HELPER config symbol to lib/
` [PATCH 05/12] scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
` [PATCH 06/12] dma-mapping: move the NEED_DMA_MAP_STATE "
` [PATCH 07/12] arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
` [PATCH 08/12] arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
` [PATCH 09/12] PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
` [PATCH 10/12] arm: don't build swiotlb by default
` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig
` [PATCH 12/12] swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs
[PATCH 00/61] tree-wide: simplify getting .drvdata
2018-04-19 16:22 UTC (3+ messages)
` [PATCH 02/61] ata: "
remove PCI_DMA_BUS_IS_PHYS
2018-04-19 4:29 UTC (16+ messages)
` [PATCH 01/12] iscsi_tcp: don't set a bounce limit
` [PATCH 02/12] storsvc: "
` [PATCH 03/12] mtip32xx: don't use block layer bounce buffers
` [PATCH 04/12] DAC960: "
` [PATCH 05/12] sata_nv: "
` [PATCH 06/12] memstick: don't call blk_queue_bounce_limit
` [PATCH 07/12] scsi: reduce use of block bounce buffers
` [PATCH 08/12] mmc: "
` [PATCH 09/12] ide: kill ide_toggle_bounce
` [PATCH 10/12] ide: remove the PCI_DMA_BUS_IS_PHYS check
` [PATCH 11/12] net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
` [PATCH 12/12] PCI: remove PCI_DMA_BUS_IS_PHYS
[PATCH] Revert "ata: ahci-platform: add reset control support"
2018-04-18 8:36 UTC (4+ messages)
[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
2018-04-17 17:48 UTC (3+ messages)
[PATCH 08/12] mmc: reduce use of block bounce buffers (fwd)
2018-04-16 19:11 UTC
[PATCH 1/2] ide: pdc202xx_new: Replace mdelay with usleep_range in detect_pll_input_clock
2018-04-12 4:05 UTC (4+ messages)
[PATCH 1/2 v2] ide: pdc202xx_new: Replace mdelay with usleep_range in detect_pll_input_clock
2018-04-11 8:41 UTC
[PATCH 2/2] ide: pdc202xx_new: Replace mdelay with msleep in init_chipset_pdcnew
2018-04-11 7:52 UTC
[PATCH] ide: hpt366: Replace mdelay with usleep_range in init_chipset_hpt366
2018-04-11 7:50 UTC
[PATCH] ata: ahci-platform: add reset control support
2018-04-09 11:59 UTC (16+ messages)
[PATCH] libata: blacklist Micron 500IT SSD with MU01 firmware
2018-04-05 20:36 UTC (6+ messages)
Decrease boot time with AHCI drives?
2018-04-05 14:34 UTC (3+ messages)
[GIT PULL] libata changes for v4.17-rc1
2018-04-04 17:06 UTC (3+ messages)
4.16-rc2+git: pata_serverworks: hanging ata detection thread on HP DL380G3
2018-04-03 8:22 UTC (8+ messages)
[PATCH v2] ata: ahci-platform: add reset control support
2018-03-28 1:21 UTC (4+ messages)
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).