messages from 2023-06-01 05:47:57 to 2023-06-26 12:44:35 UTC [more...]
[PATCH v10 00/25] DEPT(Dependency Tracker)
2023-06-26 11:57 UTC (16+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [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 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] Signed-off-by: Runa Guo-oc <RunaGuo-oc@zhaoxin.com>
2023-06-26 12:40 UTC (4+ messages)
[PATCH] ata: libata-scsi: fix bogus SCSI sense after abort
2023-06-26 7:51 UTC (4+ messages)
[PATCH 0/8] Fix the remaining sloppy timeout typing in libata
2023-06-22 23:49 UTC (10+ 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 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 (16+ messages)
` [PATCH v1 25/43] dt-bindings: ata: Add Cirrus EP93xx
` [PATCH v1 26/43] pata: cirrus: add DT support for "
` [PATCH v1 38/43] pata: cirrus: drop legacy pinctrl
[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 (16+ 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 v3 4/5] arm64: dts: rockchip: rk3588: add combo PHYs
` [PATCH v3 5/5] arm64: dts: rockchip: rk3588: add SATA support
[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 (7+ messages)
` [PATCH v1 1/3] ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
` [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
[PATCH 5.10.y 1/2] ata: ahci: fix enum constants for gcc-13
2023-06-08 22:13 UTC
[PATCH 5.15.y 1/2] ata: ahci: fix enum constants for gcc-13
2023-06-08 21:34 UTC
[PATCH] dt-bindings: Change documentation contact email
2023-06-08 12:35 UTC (2+ messages)
[PATCH v7 01/19] ioprio: cleanup interface definition
2023-06-07 14:52 UTC (3+ messages)
` [PATCH v7 1/19] "
[PATCH v2 0/6] Add RK3588 SATA support
2023-06-06 17:07 UTC (6+ messages)
` [PATCH v2 2/6] dt-bindings: ata: ahci: add RK3588 AHCI controller
` [PATCH v2 3/6] dt-bindings: ata: ahci: dwc: enforce rockchip clocks
` (subset) [PATCH v2 0/6] Add RK3588 SATA support
[PATCH 0/6] libata: remove references to 'old' error handler
2023-06-05 15:12 UTC (6+ messages)
[PATCH v2 0/3] Cleanups and improvements
2023-06-05 12:40 UTC (10+ messages)
` [PATCH v2 1/3] ata: libata-sata: Improve ata_change_queue_depth()
` [PATCH v2 2/3] ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()
` [PATCH v2 3/3] ata: libata-scsi: Use ata_ncq_supported in ata_scsi_dev_config()
[PATCH 0/3] Cleanups and improvements
2023-06-05 12:31 UTC (17+ messages)
` [PATCH 1/3] ata: libata-sata: Improve ata_change_queue_depth()
` [PATCH 2/3] ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()
` [PATCH 3/3] ata: libata-scsi: Use ata_ncq_supported in ata_scsi_dev_config()
[PATCH] dt-bindings: xilinx: Switch xilinx.com emails to amd.com
2023-06-05 11:10 UTC (3+ messages)
[PATCH] ata: libata-sata: Simplify ata_change_queue_depth()
2023-06-05 1:25 UTC (4+ messages)
[PATCH v1 00/43] ep93xx device tree conversion
2023-06-04 15:54 UTC (2+ messages)
Wyższa konwersja w e-sklepie
2023-06-02 8:30 UTC
[GIT PULL] ata fixes for 6.4-rc5
2023-06-01 21:15 UTC (2+ messages)
[PATCH v4 2/2] ata: libata: Defer rescan on suspended device
2023-06-01 15:55 UTC (3+ messages)
Słowa kluczowe do wypozycjonowania
2023-06-01 7:30 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