messages from 2023-06-09 15:38:59 to 2023-07-07 09:56:07 UTC [more...]
[PATCH v2 01/11] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
2023-07-07 9:55 UTC (6+ messages)
` [PATCH v2 02/11] ata: ahci_seattle: "
` [PATCH v2 03/11] ata: ahci_xgene: "
` [PATCH v2 04/11] ata: ahci_tegra: "
` [PATCH v2 05/11] ata: sata_rcar: drop useless initializer
` [PATCH v2 06/11] ata: sata_rcar: Remove unnecessary return value check
[PATCH 1/8] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
2023-07-06 23:40 UTC (17+ messages)
` [PATCH 2/8] ata: ahci_seattle: "
` [PATCH 3/8] ata: ahci_xgene: "
` [PATCH 4/8] ahci: tegra: "
` [PATCH 5/8] ata: sata_rcar: "
` [PATCH 6/8] pata: ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH 7/8] ata: pata_ftide010: "
` [PATCH 8/8] pata: imx: "
[PATCH 0/8] Fix the remaining sloppy timeout typing in libata
2023-07-06 20:31 UTC (11+ messages)
` [PATCH 1/8] ata: libata: fix parameter type of ata_deadline()
` [PATCH 2/8] ata: libata-core: fix parameter types of ata_wait_register()
` [PATCH 3/8] ata: libata-eh: fix reset timeout type
` [PATCH 4/8] ata: fix debounce timings type
` [PATCH 5/8] ata: libata-scsi: fix timeout type in ata_scsi_park_store()
` [PATCH 6/8] ata: libahci: fix parameter type of ahci_exec_polled_cmd()
` [PATCH 7/8] ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()
` [PATCH 8/8] ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd()
[PATCH] ata: pata_parport: Add mssing protocol modules description
2023-07-03 23:37 UTC
[PATCH v10 rebased on v6.4 00/25] DEPT(Dependency Tracker)
2023-07-03 9:47 UTC (26+ messages)
` [PATCH v10 rebased on v6.4 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 rebased on v6.4 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 rebased on v6.4 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 rebased on v6.4 04/25] dept: Add lock "
` [PATCH v10 rebased on v6.4 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 rebased on v6.4 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 rebased on v6.4 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 rebased on v6.4 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 rebased on v6.4 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 rebased on v6.4 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 rebased on v6.4 13/25] dept: Distinguish each work "
` [PATCH v10 rebased on v6.4 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 rebased on v6.4 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 rebased on v6.4 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 rebased on v6.4 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 rebased on v6.4 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 rebased on v6.4 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 rebased on v6.4 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 rebased on v6.4 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 rebased on v6.4 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 rebased on v6.4 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH] ata: libata-scsi: fix bogus SCSI sense after abort
2023-07-03 9:09 UTC (6+ messages)
[GIT PULL] ata changes for 6.5-rc1
2023-06-30 19:28 UTC (2+ messages)
Słowa kluczowe do wypozycjonowania
2023-06-28 7:50 UTC
[PATCH] Signed-off-by: Runa Guo-oc <RunaGuo-oc@zhaoxin.com>
2023-06-27 8:51 UTC (7+ messages)
[PATCH v10 00/25] DEPT(Dependency Tracker)
2023-06-27 0:27 UTC (28+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 13/25] dept: Distinguish each work "
` [PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
2023-06-22 21:52 UTC (12+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support
[PATCH v4 0/5] Add RK3588 SATA support
2023-06-20 1:17 UTC (12+ messages)
` [PATCH v4 1/5] dt-bindings: ata: dwc-ahci: add PHY clocks
` [PATCH v4 2/5] dt-bindings: ata: dwc-ahci: add Rockchip RK3588
` [PATCH v4 3/5] dt-bindings: phy: rockchip: rk3588 has two reset lines
` [PATCH v4 4/5] arm64: dts: rockchip: rk3588: add combo PHYs
` [PATCH v4 5/5] arm64: dts: rockchip: rk3588: add SATA support
[PATCH v3 0/3] device property: Introduce device_is_compatible()
2023-06-19 10:51 UTC (10+ messages)
` [PATCH v3 1/3] ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
` [PATCH v3 2/3] device property: Implement device_is_compatible()
` [PATCH v3 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI
[GIT PULL] ata fixes for 6.4-rc7
2023-06-18 17:01 UTC (2+ messages)
[GIT PULL] ata fixes for 6.4-rc7
2023-06-18 16:54 UTC (3+ messages)
[PATCH] ata: libata-scsi: Avoid deadlock on rescan after device resume
2023-06-17 6:55 UTC (12+ messages)
Słowa kluczowe do wypozycjonowania
2023-06-15 9:26 UTC
[PATCH] ata: ahci_octeon: Remove unnecessary include
2023-06-15 1:01 UTC
[PATCH 00/43] ep93xx device tree conversion
2023-06-15 0:49 UTC (5+ messages)
` [PATCH v1 25/43] dt-bindings: ata: Add Cirrus EP93xx
[linux-next:master] BUILD REGRESSION b16049b21162bb649cdd8519642a35972b7910fe
2023-06-14 18:42 UTC
[PATCH v2 0/3] device property: Introduce device_is_compatible()
2023-06-13 19:23 UTC (19+ messages)
` [PATCH v2 1/3] ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
` [PATCH v2 2/3] device property: Implement device_is_compatible()
` [PATCH v2 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI
[PATCH] ata: ahci: Cleanup ahci_reset_controller()
2023-06-13 9:02 UTC (2+ messages)
[PATCH v3 0/5] Add RK3588 SATA support
2023-06-13 6:55 UTC (14+ messages)
` [PATCH v3 1/5] dt-bindings: ata: dwc-ahci: add PHY clocks
` [PATCH v3 2/5] dt-bindings: ata: dwc-ahci: add Rockchip RK3588
` [PATCH v3 3/5] dt-bindings: phy: rockchip: rk3588 has two reset lines
[PATCH] ata: Use of_property_read_reg() to parse "reg"
2023-06-13 6:43 UTC (3+ messages)
[PATCH v1 0/3] device property: Introduce device_is_compatible()
2023-06-12 13:20 UTC (6+ messages)
` [PATCH v1 2/3] device property: Implement device_is_compatible()
` [PATCH v1 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI
[PATCH 5.15 01/91] ata: ahci: fix enum constants for gcc-13
2023-06-12 10:25 UTC
[PATCH 5.10 01/68] ata: ahci: fix enum constants for gcc-13
2023-06-12 10:25 UTC
čestitam
2023-06-08 17:18 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