messages from 2026-03-23 21:36:15 to 2026-03-27 20:58:32 UTC [more...]
[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
2026-03-27 20:58 UTC (11+ messages)
` [PATCH 2/3] rust: dma: generalize BinaryWriter impl for Coherent<T>
` [PATCH 3/3] gpu: nova-core: use sized array for GSP log buffers
[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
2026-03-27 19:30 UTC (13+ messages)
[PATCH v3 4/4] rust: make `build_assert` module the home of related macros
2026-03-27 18:42 UTC (4+ messages)
[PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
2026-03-27 12:19 UTC (21+ messages)
` [PATCH 2/8] rust: io: generalize `Mmio` "
` [PATCH 3/8] rust: io: use pointer types instead of address
` [PATCH 4/8] rust: io: add view type
` [PATCH 5/8] rust: dma: add methods to unsafely create reference from subview
` [PATCH 6/8] rust: io: add `read_val` and `write_val` function on I/O view
` [PATCH 8/8] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH v5 00/15] hwspinlock: move device alloc into core and refactor includes
2026-03-27 11:43 UTC (2+ messages)
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-27 10:39 UTC (11+ messages)
` [PATCH 4/7] gpu: nova-core: falcon: use dma::Coherent
` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
[PATCH v1] driver core: auxiliary bus: Drop auxiliary_dev_pm_ops
2026-03-27 9:51 UTC
Re: [PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-27 8:16 UTC (6+ messages)
` "
[PATCH v2 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-27 6:57 UTC (10+ messages)
` [PATCH v2 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH v2 2/7] gpu: nova-core: firmware: riscv: use dma::Coherent
` [PATCH v2 3/7] gpu: nova-core: firmware: fwsec: "
` [PATCH v2 4/7] gpu: nova-core: falcon: "
` [PATCH v2 5/7] gpu: nova-core: fb: use dma::CoherentHandle
` [PATCH v2 6/7] gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
` [PATCH v2 7/7] gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
2026-03-26 21:03 UTC (2+ messages)
[PATCH] software node: allow referencing software nodes by name
2026-03-26 19:01 UTC (16+ messages)
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-26 18:08 UTC (27+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
[PATCH v2 0/2] Support BPF traversal of wakeup sources
2026-03-26 16:30 UTC (9+ messages)
` [PATCH v2 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v2 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs
[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
2026-03-26 13:37 UTC (7+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping
[PATCH 0/4] Fix handling of GPIO keys and LEDs on geode
2026-03-26 11:19 UTC (12+ messages)
` [PATCH 1/4] x86/geode: fix on-stack property data usage
` [PATCH 2/4] software node: allow passing reference args to PROPERTY_ENTRY_REF
` [PATCH 3/4] software node: verify that property data is not on stack
` [PATCH 4/4] x86/geode: use PROPERTY_ENTRY_REF for GPIO properties
[PATCH v6 00/27] lan966x pci device: Add support for SFPs
2026-03-26 10:33 UTC (32+ messages)
` [PATCH v6 01/27] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v6 03/27] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v6 04/27] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v6 05/27] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v6 06/27] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v6 07/27] drivers: core: Use fw_devlink_set_device()
` [PATCH v6 08/27] pinctrl: cs42l43: "
` [PATCH v6 09/27] cxl/test: Use device_set_node()
` [PATCH v6 10/27] cxl/test: Use fw_devlink_set_device()
` [PATCH v6 11/27] PCI: of: "
` [PATCH v6 12/27] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v6 14/27] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v6 15/27] i2c: mux: Set adapter physical device
` [PATCH v6 16/27] i2c: mux: Create missing devlink between mux and "
` [PATCH v6 17/27] of: property: Allow fw_devlink device-tree on x86
` [PATCH v6 18/27] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v6 19/27] i2c: busses: at91: "
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v6 21/27] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v6 22/27] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v6 23/27] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v6 24/27] misc: lan966x_pci: Introduce board specific data
` [PATCH v6 25/27] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v6 26/27] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v6 27/27] misc: lan966x_pci: Add drivers needed to support SFPs "
[PATCH v3] PCI: dw-rockchip: Enable async probe by default
2026-03-25 18:24 UTC (15+ messages)
[syzbot] [kernfs?] possible deadlock in kernfs_iop_setattr
2026-03-25 12:43 UTC
[PATCH] driver core: simplify __device_set_driver_override() clearing logic
2026-03-25 9:09 UTC
[PATCH v3 0/7] Introduce Synology Microp driver
2026-03-24 17:39 UTC (7+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
2026-03-24 15:40 UTC (16+ messages)
` [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
` [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
` [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
2026-03-24 13:50 UTC (27+ messages)
` [PATCH 04/10] regulator: of: switch to using class_find_device_by_fwnode()
` [PATCH net-next 07/10] net: phy: "
[PATCH 0/8] dma::Coherent & dma::CoherentInit API
2026-03-24 12:51 UTC (5+ messages)
[PATCH v8 0/3] PCI: Add support for PCIe WAKE# interrupt
2026-03-24 12:03 UTC (4+ messages)
` [PATCH v8 3/3] "
[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
2026-03-24 10:24 UTC (3+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly
[PATCH 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-03-23 22:01 UTC (6+ messages)
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