linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-07 18:03:02 to 2024-01-27 18:43:40 UTC [more...]

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-27 18:43 UTC  (15+ messages)

[GIT PULL] ata fixes for 6.8-rc2
 2024-01-26 23:29 UTC  (2+ messages)

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-26 17:30 UTC  (28+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling

[PATCH v2] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
 2024-01-25 16:19 UTC  (2+ messages)

[PATCH] ahci: add 43-bit DMA address quirk for ASMedia ASM106x controllers
 2024-01-25 14:06 UTC  (4+ messages)

[PATCH] dt-bindings: xilinx: replace Piyush Mehta maintainership
 2024-01-25  3:28 UTC  (10+ messages)

[PATCH 3/4] libata: avoid waking disk for several commands
 2024-01-24 21:51 UTC  (22+ messages)
` [PATCH 0/3] Let sleeping disks lie
  ` [PATCH 1/3] libata: avoid waking disk for several commands
  ` [PATCH 2/3] libata: only wake a drive once on system resume
  ` [PATCH 3/3] libata: don't start PuiS disks on resume

ASMedia ASM1062 (AHCI) hang after "ahci 0000:28:00.0: Using 64-bit DMA addresses"
 2024-01-24 16:14 UTC  (10+ messages)

[PATCH] ahci: asm1166: correct count of reported ports
 2024-01-24  8:01 UTC  (4+ messages)

[PATCH 0/2] Power management fixes
 2024-01-23 11:52 UTC  (7+ messages)
` [PATCH 1/2] ata: libata-core: Do not try to set sleeping devices to standby
` [PATCH 2/2] ata: libata-core: Revert "ata: libata-core: Fix ata_pci_shutdown_one()"
      ` Aw: Re: [PATCH 0/2] Power management fixes

[PATCH] ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWN
 2024-01-22 21:33 UTC  (3+ messages)

[PATCH 0/2] ata: ahci_ceva: fix xilinx GT PHY support
 2024-01-22 13:28 UTC  (8+ messages)
` [PATCH 1/2] ata: ahci_ceva: fix error handling for Xilinx "
` [PATCH 2/2] ata: ahci_ceva: add missing enable regulator API "

[PATCH v7 00/39] ep93xx device tree conversion
 2024-01-18  9:36 UTC  (6+ messages)
` [PATCH v7 21/39] dt-bindings: ata: Add Cirrus EP93xx
` [PATCH v7 22/39] ata: pata_ep93xx: add device tree support
` [PATCH v7 35/39] ata: pata_ep93xx: remove legacy pinctrl use

LSF/MM/BPF: 2024: Call for Proposals
 2024-01-17 13:37 UTC  (2+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-01-17 10:06 UTC  (65+ messages)
` [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v6 02/37] sh: Kconfig unified OF supported targets
` [DO NOT MERGE v6 03/37] sh: Enable OF support for build and configuration
` [DO NOT MERGE v6 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [DO NOT MERGE v6 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [DO NOT MERGE v6 06/37] sh: kernel/setup Update DT support
` [DO NOT MERGE v6 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 10/37] sh: Common PCI Framework driver support
` [DO NOT MERGE v6 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v6 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v6 14/37] clk: Compatible with narrow registers
` [DO NOT MERGE v6 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v6 16/37] irqchip: Add SH7751 INTC driver
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v6 20/37] serial: sh-sci: fix SH4 OF support
` [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v6 23/37] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v6 24/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v6 26/37] dt-bindings: vendor-prefixes: Add smi
` [DO NOT MERGE v6 27/37] dt-bindings: ata: ata-generic: Add new targets
` [DO NOT MERGE v6 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [DO NOT MERGE v6 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [DO NOT MERGE v6 30/37] sh: add RTS7751R2D Plus DTS
` [DO NOT MERGE v6 31/37] sh: Add IO DATA LANDISK dts
` [DO NOT MERGE v6 32/37] sh: Add IO DATA USL-5P dts
` [DO NOT MERGE v6 33/37] sh: j2_mimas_v2.dts update
` [DO NOT MERGE v6 34/37] sh: Add dtbs target support
` [DO NOT MERGE v6 35/37] sh: RTS7751R2D Plus OF defconfig
` [DO NOT MERGE v6 36/37] sh: LANDISK "
` [DO NOT MERGE v6 37/37] sh: j2_defconfig: update

[PATCH 0/1] Only activate drive once during system resume
 2024-01-16 17:23 UTC  (4+ messages)
` [PATCH 0/1 v2] "

[GIT PULL] ata changes for 6.8-rc1
 2024-01-11 22:57 UTC  (2+ messages)

Suspend/Resume Regression with attached ATA devices
 2024-01-11 16:12 UTC 

[PATCH] ata: libata-core: Do not try to set sleeping devices to standby
 2024-01-11 11:21 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-01-09 22:44 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH 1/1] libata: only wake a drive once on system resume
 2024-01-08  8:57 UTC  (6+ messages)
` [PATCH 1/4] "
  ` [PATCH 3/4] libata: avoid waking disk for several commands


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