messages from 2026-07-07 16:56:40 to 2026-07-11 02:05:06 UTC [more...]
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-11 2:04 UTC (40+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-11 1:43 UTC (30+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?
[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
2026-07-11 0:44 UTC (40+ messages)
` [PATCH v6 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v6 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v6 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v6 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v6 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax
` [PATCH v6 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v6 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v6 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test
[PATCH v5 0/8] Transition Nova Core to TLV firmare images
2026-07-10 23:04 UTC (9+ messages)
` [PATCH v5 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v5 2/8] rust: firmware: add request_into_buf()
` [PATCH v5 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH v5 4/8] gpu: nova-core: transition booter_load to TLV images
` [PATCH v5 5/8] gpu: nova-core: transition gsp "
` [PATCH v5 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH v5 7/8] gpu: nova-core: transition fsp "
` [PATCH v5 8/8] gpu: nova-core: update firmware module info for "
[RFC PATCH] sysfs: Add /sys/kernel/realtime entry
2026-07-10 16:14 UTC (14+ messages)
[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
2026-07-10 14:19 UTC (5+ messages)
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-10 14:09 UTC (6+ messages)
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-10 13:57 UTC (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v3 0/5] software node: provide support for fw_devlink
2026-07-10 13:51 UTC (6+ messages)
` [PATCH v3 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v3 2/5] software node: add fw_devlink support
` [PATCH v3 3/5] software node: add kunit tests for "
` [PATCH v3 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v3 5/5] gpio: kunit: add test cases verifying swnode devlink support
[PATCH v2 0/7] usb: fix UAF related to dynamic ID
2026-07-10 13:13 UTC (2+ messages)
[PATCH v4 00/14] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-07-10 12:08 UTC (24+ messages)
` [PATCH v4 01/14] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v4 02/14] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v4 03/14] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v4 04/14] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v4 05/14] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v4 06/14] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v4 07/14] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v4 08/14] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v4 09/14] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v4 10/14] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v4 11/14] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v4 12/14] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v4 13/14] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v4 14/14] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "
[PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
2026-07-10 10:43 UTC (5+ messages)
` [PATCH v4 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v4 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
` (subset) [PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
[PATCH v3 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
2026-07-10 9:43 UTC (16+ messages)
` [PATCH v3 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v3 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
[PATCH v4 0/7] Transition Nova Core to TLV firmare images
2026-07-09 23:21 UTC (11+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "
[PATCH v3 0/7] Transition Nova Core to TLV firmare images
2026-07-09 22:44 UTC (28+ messages)
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "
[PATCH v2 0/5] software node: provide support for fw_devlink
2026-07-08 13:44 UTC (5+ messages)
` [PATCH v2 3/5] software node: add kunit tests for fw_devlink support
` [PATCH v2 5/5] gpio: kunit: add test cases verifying swnode devlink support
[PATCH] rust: soc: silence clippy warning with rustc >= 1.88
2026-07-08 10:11 UTC (8+ messages)
[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
2026-07-08 10:02 UTC (10+ messages)
` [PATCH v9 1/9] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v9 2/9] drivers: core: Use fw_devlink_set_device()
` [PATCH v9 3/9] pinctrl: cs42l43: "
` [PATCH v9 4/9] cxl/test: Use device_set_node()
` [PATCH v9 5/9] cxl/test: Use fw_devlink_set_device()
` [PATCH v9 6/9] PCI: of: "
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal
` [PATCH v9 8/9] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v9 9/9] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
[PATCH] samples: rust_dma: use vertical import style
2026-07-08 7:37 UTC (2+ messages)
[PATCH v6 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-07-08 4:33 UTC (3+ messages)
` [PATCH v6 1/2] PM: sleep: Rename module parameters prefix to "pm"
` [PATCH v6 2/2] PM: dpm_watchdog: Allow disabling DPM watchdog by default
[syzbot] [kernfs?] KASAN: slab-use-after-free Read in kernfs_get (4)
2026-07-08 0:07 UTC
[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
2026-07-07 18:42 UTC (2+ messages)
[PATCH v2 0/4] kobject: Allow the constification of kobject attributes
2026-07-07 16:56 UTC (4+ messages)
` [PATCH v2 1/4] kobject: Provide macros to initialize 'struct kobj_attribute'
` [PATCH v2 2/4] samples/kobject: Switch to the new __KOBJ_ATTR() macro
` [PATCH v2 4/4] samples/kobject: Constify kobject attributes
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