public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-27 19:31:06 to 2026-04-05 05:47:38 UTC [more...]

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-05  5:47 UTC  (12+ messages)

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-05  5:27 UTC  (13+ messages)
` [PATCH v4 1/9] driver core: Don't let a device probe until it's ready
` [PATCH v4 2/9] driver core: Replace dev->can_match with dev_can_match()
` [PATCH v4 3/9] driver core: Replace dev->dma_iommu with dev_dma_iommu()
` [PATCH v4 4/9] driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()
` [PATCH v4 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
` [PATCH v4 6/9] driver core: Replace dev->state_synced with dev_state_synced()
` [PATCH v4 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()
` [PATCH v4 8/9] driver core: Replace dev->of_node_reused with dev_of_node_reused()
` [PATCH v4 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors

[PATCH v2 0/4] Fix handling of GPIO keys and LEDs on geode
 2026-04-05  3:29 UTC  (15+ messages)
` [PATCH v2 1/4] x86/geode: fix on-stack property data usage
` [PATCH v2 2/4] software node: allow passing reference args to PROPERTY_ENTRY_REF
` [PATCH v2 3/4] software node: verify that property data is not on stack
` [PATCH v2 4/4] x86/geode: use PROPERTY_ENTRY_REF for GPIO properties

[PATCH] rust: dma: return EOVERFLOW instead of ENOMEM on size overflow
 2026-04-04 20:28 UTC  (6+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-04-04 19:20 UTC  (22+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[PATCH 4/8] rust: io: add view type
 2026-04-04 18:57 UTC  (9+ messages)
  ` [PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type

[PATCH v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-04 18:25 UTC  (20+ messages)
` [PATCH v2 1/4] software node: return -ENXIO when referenced swnode is not registered yet
` [PATCH v2 2/4] gpio: swnode: defer probe on references to unregistered software nodes
` [PATCH v2 3/4] ACPI: bus: export the acpi_bus_type symbol
` [PATCH v2 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

[PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
 2026-04-04 15:01 UTC  (2+ messages)
` [PATCH v2] Drivers: "

[PATCH v5 0/4] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-04 13:47 UTC  (15+ messages)
` [PATCH v5 1/4] kernel: ksysfs: initialize kernel_kobj earlier
` [PATCH v5 2/4] software node: remove software_node_exit()
` [PATCH v5 3/4] driver core: make software nodes available earlier
` [PATCH v5 4/4] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
` (subset) [PATCH v5 0/4] ARM: omap1: use real firmware node lookup for "

[PATCH] sysfs: attribute_group: Respect is_visible_const() when changing owner
 2026-04-03 17:52 UTC  (2+ messages)

[PATCH v9 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-04-03 17:33 UTC  (4+ messages)
` [PATCH v9 1/3] PM: sleep: wakeirq: Add support for dedicated shared wake IRQ setup
` [PATCH v9 2/3] gpio: Add fwnode_gpiod_get() helper
` [PATCH v9 3/3] PCI: Add support for PCIe WAKE# interrupt

[PATCH] PM / wakeup: Register class wakeup in pure_initcall phase
 2026-04-03 17:24 UTC  (2+ messages)

[PATCH v3 0/9] driver core: Fix some race conditions
 2026-04-03 17:23 UTC  (18+ messages)
` [PATCH v3 1/9] driver core: Don't let a device probe until it's ready
` [PATCH v3 2/9] driver core: Replace dev->can_match with DEV_FLAG_CAN_MATCH
` [PATCH v3 3/9] driver core: Replace dev->dma_iommu with DEV_FLAG_DMA_IOMMU
` [PATCH v3 4/9] driver core: Replace dev->dma_skip_sync with DEV_FLAG_DMA_SKIP_SYNC
` [PATCH v3 5/9] driver core: Replace dev->dma_ops_bypass with DEV_FLAG_DMA_OPS_BYPASS
` [PATCH v3 6/9] driver core: Replace dev->state_synced with DEV_FLAG_STATE_SYNCED
` [PATCH v3 7/9] driver core: Replace dev->dma_coherent with DEV_FLAG_DMA_COHERENT
` [PATCH v3 8/9] driver core: Replace dev->of_node_reused with DEV_FLAG_OF_NODE_REUSED
` [PATCH v3 9/9] driver core: Replace dev->offline + ->offline_disabled with DEV_FLAGs

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-03 16:28 UTC  (11+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v3 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[PATCH v3 0/2] driver core: make references to unregistered software nodes a special case
 2026-04-03 13:51 UTC  (3+ messages)
` [PATCH v3 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v3 2/2] gpio: swnode: defer probe on references to unregistered software nodes

[PATCH] PM / wakeup: Allocate class wakeup_class statically
 2026-04-03 11:02 UTC  (7+ messages)

[PATCH] devcoredump: Remove exit call
 2026-04-02 21:17 UTC 

[PATCH v7 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02 19:23 UTC  (3+ messages)
` [PATCH v7 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v7 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH v6 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-02 16:51 UTC  (5+ messages)
` [PATCH v6 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v6 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH 0/3] driver core: make struct device_driver and bus_type groups members constant arrays
 2026-04-02 16:25 UTC  (4+ messages)
` [PATCH 1/3] driver core: constify group arrays arguments in driver_add_groups and driver_remove_groups

[PATCH] drivers: base: Fix typo 'interupt' -> 'interrupt' in platform_get_irq_affinity()
 2026-04-02 15:01 UTC  (2+ messages)

[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
 2026-04-02 13:46 UTC  (3+ messages)
` [PATCH v2 3/6] rust: device: Support testing devices for equality

[PATCH v2] driver core: Don't let a device probe until it's ready
 2026-04-01 21:09 UTC  (7+ messages)

[PATCH v4 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-03-31 14:28 UTC  (19+ messages)
` [PATCH v4 1/3] kernel: ksysfs: initialize kernel_kobj earlier
` [PATCH v4 2/3] driver core: make software nodes available earlier
` [PATCH v4 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH] software node: allow referencing software nodes by name
 2026-03-31 12:18 UTC  (11+ messages)

[PATCH 05/10] leds: led-class: switch to using class_find_device_by_fwnode()
 2026-03-31 10:29 UTC  (2+ messages)
` (subset) "

[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
 2026-03-30 14:31 UTC  (14+ messages)

[PATCH] driver core: simplify __device_set_driver_override() clearing logic
 2026-03-30 13:55 UTC  (2+ messages)

[PATCH] rust: replace `build_assert!` with `const_assert!`
 2026-03-30 10:06 UTC 

[PATCH v2 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-28 14:52 UTC  (4+ messages)

[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
 2026-03-28 14:51 UTC  (2+ messages)

[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-28 13:03 UTC  (6+ messages)
` [PATCH 4/7] gpu: nova-core: falcon: use dma::Coherent

[PATCH 1/3] rust: uaccess: generalize write_dma() to accept any Coherent<T>
 2026-03-27 20:58 UTC  (6+ 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox