messages from 2022-02-28 09:58:18 to 2022-03-13 23:19:37 UTC [more...]
[PATCH] pata_parport: add driver (PARIDE replacement)
2022-03-13 23:19 UTC (5+ messages)
[PATCH v0] pata_parport: add driver (PARIDE replacement)
2022-03-12 11:21 UTC (6+ messages)
[PATCH v6 0/6] Add sata nodes to rk356x
2022-03-12 8:26 UTC (12+ messages)
` [PATCH v6 1/6] dt-bindings: ata: ahci-platform: Convert DT bindings to yaml
` [PATCH v6 2/6] arm64: dts: marvell: Fix anyOf conditional failed
` [PATCH v6 3/6] ARM: dts: spear13xx: Fix sata node name
` [PATCH v6 4/6] dt-bindings: ata: ahci-platform: Add power-domains property
` [PATCH v6 5/6] dt-bindings: ata: ahci-platform: Add rk3568-dwc-ahci compatible
` [PATCH v6 6/6] arm64: dts: rockchip: Add sata nodes to rk356x
[PATCH v4 00/24] DEPT(Dependency Tracker)
2022-03-12 1:53 UTC (34+ messages)
` [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h
` [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
` [PATCH v4 03/24] dept: Embed Dept data in Lockdep
` [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily
` [PATCH v4 05/24] dept: Apply Dept to spinlock
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 07/24] dept: Apply Dept to rwlock
` [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 17/24] dept: Distinguish each syscall context from another
` [PATCH v4 18/24] dept: Distinguish each work "
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 20/24] dept: Add nocheck version of init_completion()
` [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case
` [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule()
` [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn
[PATCH V2] ata: pata_pxa: Use platform_get_irq() to get the interrupt
2022-03-10 2:21 UTC (8+ messages)
` [PATCH V3] "
[PATCH 00/16] DEPT(Dependency Tracker)
2022-03-10 1:45 UTC (31+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
` Report 2 "
[RFC PATCH] pata_parport: paride replacement
2022-03-09 8:44 UTC (27+ messages)
` [PATCH 01/16] pata_parport: add core driver (PARIDE replacement)
` [PATCH 02/16] pata_parport: add aten protocol driver
` [PATCH 03/16] pata_parport: add bpck "
` [PATCH 04/16] pata_parport: add bpck6 "
` [PATCH 05/16] pata_parport: add comm "
` [PATCH 06/16] pata_parport: add dstr "
` [PATCH 07/16] pata_parport: add fit2 "
` [PATCH 08/16] pata_parport: add fit3 "
` [PATCH 09/16] pata_parport: add epat "
` [PATCH 10/16] pata_parport: add epia "
` [PATCH 11/16] pata_parport: add friq "
` [PATCH 12/16] pata_parport: add frpw "
` [PATCH 13/16] pata_parport: add kbic "
` [PATCH 14/16] pata_parport: add ktti "
` [PATCH 15/16] pata_parport: add on20 "
` [PATCH 16/16] pata_parport: add on26 "
Napływ Klientów ze strony
2022-03-08 8:45 UTC
[PATCH] ata: Use platform_get_irq() to get the interrupt
2022-03-08 8:40 UTC (3+ messages)
[PATCH v5 0/5] Add sata nodes to rk356x
2022-03-07 22:05 UTC (15+ messages)
` [PATCH v5 1/5] dt-bindings: ata: ahci-platform: Convert DT bindings to yaml
` Aw: "
` Aw: "
` Aw: "
` [PATCH v5 2/5] arm64: dts: marvell: fix anyOf conditional failed
` [PATCH v5 3/5] dt-bindings: ata: ahci-platform: Add power-domains property
` [PATCH v5 4/5] dt-bindings: ata: ahci-platform: Add rk3568-dwc3-ahci compatible
` [PATCH v5 5/5] arm64: dts: rockchip: Add sata nodes to rk356x
[PATCH v2] ata: Drop commas after OF match table sentinels
2022-03-07 2:53 UTC (6+ messages)
[PATCH v4 0/5] Add sata nodes to rk356x
2022-03-05 10:19 UTC (17+ messages)
` [PATCH v4 1/5] dt-bindings: Convert ahci-platform DT bindings to yaml
` Aw: "
` "
` Aw: "
` [PATCH v4 2/5] arm64: dts: broadcom: Fix sata nodename
` [PATCH v4 3/5] dt-bindings: Add power-domains property to ahci-platform
` [PATCH v4 4/5] dt-bindings: Add rk3568-dwc3-ahci compatible
` [PATCH v4 5/5] arm64: dts: rockchip: Add sata nodes to rk356x
[PATCH v3 00/21] DEPT(Dependency Tracker)
2022-03-04 0:28 UTC (14+ messages)
` [PATCH v3 06/21] dept: Apply Dept to mutex families
` [PATCH v3 08/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v3 10/21] dept: Apply Dept to rwsem
` [PATCH v3 13/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v3 14/21] dept: Apply SDT to swait
[PATCH 1/2] ata: ahci: Add new board low_power_no_debounce_delay
2022-03-03 16:09 UTC (6+ messages)
` [PATCH 2/2] [RFC] ata: ahci: Skip debounce delay for AMD FCH SATA Controller
[PATCH v2 1/2] ata: ahci: Drop low power policy board type
2022-03-03 9:52 UTC (3+ messages)
` [PATCH v2 2/2] ata: ahci: Protect users from setting policies their drives don't support
[PATCH] ata: Drop commas after OF match table sentinels
2022-03-02 19:22 UTC (4+ messages)
[PATCH v3 1/3] ata: ahci: Rename board_ahci_mobile
2022-03-02 12:15 UTC (5+ messages)
[PATCH 1/2] ata: ahci: Drop low power policy board type
2022-03-01 14:20 UTC (6+ messages)
` [PATCH 2/2] ata: ahci: Protect users from setting policies their drives don't support
[PATCH v3 0/3] Add sata nodes to rk356x
2022-02-28 17:06 UTC (11+ messages)
` [PATCH v3 1/3] dt-bindings: Convert ahci-platform DT bindings to yaml
` Aw: "
` Aw: "
` Aw: "
` [PATCH v3 2/3] dt-bindings: Add power-domains property to ahci-platform
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).