linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 23:21:42 to 2025-08-28 01:14:47 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28  1:14 UTC  (40+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
  ` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (90+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
                      ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                        ` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "

[PATCH v2] ata: ahci_xgene: Use int type for 'rc' to store error codes
 2025-08-26  7:54 UTC 

[PATCH] ata: ahci_xgene: Use int type for 'rc' to store error codes
 2025-08-26  6:58 UTC  (3+ messages)

[PATCH v2 0/3] ESWIN EIC7700 sata phy driver and yaml,
 2025-08-26  3:23 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
    `  "
` [PATCH v2 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
` [PATCH v2 2/3] dt-bindings: phy: eswin: Document for EIC7700 SoC SATA PHY
    `  "

Warning about DRM functions support logged twice and lpm-pol
 2025-08-25 22:58 UTC  (4+ messages)

[PATCH] dt-bindings: ata: sun4i-a10: Add a reference to ahci-common.yaml
 2025-08-25 16:51 UTC  (4+ messages)

[PATCH v2] dt-bindings: ata: imx: Document 'target-supply'
 2025-08-25 16:44 UTC  (2+ messages)

[PATCH v2] ata: ahci: Allow ignoring the external/hotplug capability of ports
 2025-08-25  2:36 UTC  (5+ messages)

[PATCH] dt-bindings: ata: imx: Add a reference to ahci-common.yaml
 2025-08-23 19:51 UTC  (3+ messages)

[PATCH] dt-bindings: ata: highbank: Minor whitespace cleanup in example
 2025-08-22  2:22 UTC  (3+ messages)

[PATCH] ata: ahci: Allow ignoring the external/hotplug capability of ports
 2025-08-21  8:02 UTC 

[PATCH v2 2/3] dt-bindings: phy: eswin: Document for EIC7700 SoC SATA PHY
 2025-08-20  7:58 UTC  (2+ messages)

[GIT PULL] ata fixes for ata-6.17-rc2
 2025-08-16 14:08 UTC  (2+ messages)

[PATCH v1 0/2] ESWIN EIC7700 sata driver
 2025-08-14 14:32 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC
    `  "

[PATCH v2] ata: libata-scsi: Fix CDL control
 2025-08-14 10:02 UTC  (4+ messages)

[PATCH] Revert "ata: libata-scsi: Improve CDL control"
 2025-08-13 23:08 UTC  (2+ messages)

[PATCH] ata: libata-eh: Fix link state check for IDE/PATA ports
 2025-08-13 15:45 UTC  (4+ messages)

[GIT PULL] ata fixes for 6.17-rc1-fixes
 2025-08-06  5:56 UTC  (2+ messages)

[PATCH 0/2] Fixedup status+error translation to sense key/code
 2025-08-04  0:04 UTC  (10+ messages)
` [PATCH 1/2] ata: libata-scsi: Fix ata_to_sense_error() status handling
` [PATCH 2/2] ata: libata-scsi: Return aborted command when missing sense and result TF

[PATCH AUTOSEL 5.10 10/11] ata: libata-sata: Disallow changing LPM state if not supported
 2025-08-03 21:22 UTC 

[PATCH AUTOSEL 5.15 11/15] ata: libata-sata: Disallow changing LPM state if not supported
 2025-08-03 21:22 UTC 

[PATCH AUTOSEL 6.1 11/16] ata: libata-sata: Disallow changing LPM state if not supported
 2025-08-03 21:21 UTC 

[PATCH AUTOSEL 6.6 16/23] ata: libata-sata: Disallow changing LPM state if not supported
 2025-08-03 21:20 UTC 

[PATCH AUTOSEL 6.12 21/31] ata: ahci: Disallow LPM policy control if not supported
 2025-08-03 21:19 UTC 

[PATCH AUTOSEL 6.15 23/34] ata: ahci: Disallow LPM policy control if not supported
 2025-08-03 21:18 UTC 

[PATCH AUTOSEL 6.16 24/35] ata: ahci: Disallow LPM policy control if not supported
 2025-08-03 21:17 UTC 

[PATCH][next][V2] ata: pata_pdc2027x: Remove space before newline and abbreviations
 2025-07-31 23:48 UTC  (2+ messages)

[PATCH v7 08/19] scsi: detect support for command duration limits
 2025-07-31 23:21 UTC  (12+ messages)


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).