messages from 2026-04-29 13:58:56 to 2026-05-04 15:51:30 UTC [more...]
[PATCH 0/9] Improve process/maintainers output
2026-05-04 15:51 UTC (10+ messages)
` [PATCH 1/9] docs: maintainers_include: keep hidden TOC sorted
` [PATCH 2/9] docs: escape ** glob pattern in MAINTAINERS descriptions
` [PATCH 3/9] docs: maintainers_include.py: split state machine on multiple funcs
` [PATCH 4/9] docs: maintainers_include: cleanup the code
` [PATCH 5/9] docs: maintainers_include.py: clean most SPHINXDIRS=process warnings
` [PATCH 6/9] docs: maintainers_include: do some coding style cleanups
` [PATCH 7/9] docs: maintainers_include: store maintainers entries on a dict
` [PATCH 8/9] docs: maintainers_include: don't ignore invalid profile entries
` [PATCH 9/9] docs: maintainers: add a filtering javascript
[PATCH v12 00/22] gpu: nova-core: Add memory management support
2026-05-04 14:31 UTC (28+ messages)
` [PATCH v12 01/22] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v12 02/22] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v12 03/22] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v12 07/22] gpu: nova-core: mm: Add TLB flush support
` [PATCH v12 08/22] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v12 09/22] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v12 21/22] gpu: nova-core: mm: pramin: drop useless as_ref() in run_self_test
` [PATCH v12 22/22] rust: maple_tree: implement Send and Sync for MapleTree
[PATCH v6 0/2] rust: take advantage of newer rust-analyzer features
2026-05-04 13:21 UTC (3+ messages)
` [PATCH v6 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v6 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types
[PATCH v5 0/2] rust: take advantage of newer rust-analyzer features
2026-05-04 13:11 UTC (12+ messages)
` [PATCH v5 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v5 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types
[PATCH] rust: kasan/kbuild: fix rustc-option when cross-compiling
2026-05-04 12:57 UTC
[PATCH] rust: io: use newtype for PhysAddr
2026-05-04 11:14 UTC (6+ messages)
` [PATCH v2] "
[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
2026-05-04 10:29 UTC (3+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-04 10:18 UTC (9+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 17/24] rust: i2c: make Driver trait lifetime-parameterized
[PATCH v4 0/4] Rust netlink support + use in Rust Binder
2026-05-04 9:04 UTC (5+ messages)
` [PATCH v4 1/4] rust: netlink: add raw netlink abstraction
` [PATCH v4 2/4] ynl_gen: generate Rust files from yaml files
` [PATCH v4 3/4] rust_binder: add generated netlink.rs file
` [PATCH v4 4/4] rust_binder: report netlink transactions
[PATCH v2 0/1] rust: add Work::disable_sync
2026-05-04 7:55 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] rust: io: convert `PhysAddr` type alias to newtype
2026-05-04 4:57 UTC
[PATCH v3] tty: synclink_gt: remove broken driver
2026-05-04 3:14 UTC
[PATCH v2] tty: synclink_gt: remove broken driver
2026-05-03 19:25 UTC (6+ messages)
[PATCH v2 0/3] rust: add SRCU abstraction
2026-05-03 19:25 UTC (7+ messages)
` [PATCH v2 1/3] rust: helpers: add SRCU helpers
` [PATCH v2 2/3] rust: sync: add SRCU abstraction
` [PATCH v2 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v3] rust: error: implement Display for Error
2026-05-03 18:19 UTC (2+ messages)
[PATCH v2] rust: error: implement Display for Error
2026-05-03 16:06 UTC
[PATCH] rust: error: implement Display for Error
2026-05-03 15:17 UTC
[PATCH v2] rust: drm: fix unsound initialization in drm::Device::new
2026-05-03 12:21 UTC (3+ messages)
[PATCH v2] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
2026-05-02 16:00 UTC
[PATCH v1 1/1] rust: add Work::disable_sync
2026-05-02 11:18 UTC (2+ messages)
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-05-02 1:34 UTC (7+ messages)
[PATCH v3 0/5] rust: add `bitfield!` macro
2026-05-01 22:15 UTC (13+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
` [PATCH v3 2/5] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v3 4/5] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v3 5/5] gpu: nova-core: remove the driver-local `bitfield!` macro
[PATCH v13 0/5] Rust bindings for gem shmem
2026-05-01 22:13 UTC (5+ messages)
` [PATCH v13 4/5] rust: drm: gem: Introduce shmem::SGTable
[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
2026-05-01 20:58 UTC (8+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree
[PATCH v3 0/2] rust: pin-init: fix incorrect accessor reference lifetime
2026-05-01 16:07 UTC (5+ messages)
[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
2026-05-01 15:31 UTC (17+ messages)
` [PATCH 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size
` [PATCH 3/7] gpu: nova-core: rename module from nova_core to nova-core
` [PATCH 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC 7/7] drm: nova: demonstrate interaction with nova-core
[PATCH] rust: drm: gem: clean up GEM state in init failure case
2026-05-01 14:45 UTC (3+ messages)
[PATCH v16 0/3] rust: leds: add led classdev abstractions
2026-05-01 14:36 UTC (4+ messages)
` [PATCH v16 1/3] rust: leds: add basic "
` [PATCH v16 2/3] rust: leds: add Mode trait
` [PATCH v16 3/3] rust: leds: add multicolor classdev abstractions
[PATCH 00/10] rust: pin-init upstream sync for v7.2 (round 1)
2026-05-01 13:44 UTC (2+ messages)
` [PATCH 11/11] rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump
[PATCH 0/5] drm/tyr: prereqs for firmware loading and MCU boot
2026-05-01 11:04 UTC (2+ messages)
[PATCH v3 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
2026-05-01 10:55 UTC (17+ messages)
` [PATCH v3 01/11] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
` [PATCH v3 02/11] gpu: nova-core: vbios: limit `BitToken` entry reads
` [PATCH v3 04/11] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v3 09/11] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v3 11/11] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images
[PATCH] rust: drm: fix unsound initialization in drm::Device::new
2026-05-01 10:50 UTC (4+ messages)
[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
2026-05-01 6:13 UTC (6+ messages)
` [PATCH v3 1/6] rust: add warn_on_err macro
[PATCH v2 0/3] rust: add `bitfield!` macro
2026-05-01 6:08 UTC (12+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
[PATCH 1/2] rust: allow `clippy::collapsible_match` globally
2026-04-30 21:22 UTC (2+ messages)
[PATCH] rust: arch:um: Fix building 32-bit UML with GCC
2026-04-30 20:44 UTC (2+ messages)
[PATCH v7 0/4] rust: add basic serial device bus abstractions
2026-04-30 19:58 UTC (6+ messages)
` [PATCH v7 1/4] rust: devres: return reference in `devres::register`
` [PATCH v7 2/4] serdev: add rust private data to serdev_device
` [PATCH v7 3/4] rust: add basic serial device bus abstractions
` [PATCH v7 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
2026-04-30 16:05 UTC (11+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type
[PATCH] rust: workqueue: document SAFETY for `RawWorkItem` impl on `Pin<KBox<T>>`
2026-04-30 11:54 UTC
[PATCH 0/5] Rework index projection syntax
2026-04-30 11:54 UTC (6+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
[PATCH v2] rust: workqueue: replace SAFETY TODO for `WorkItemPointer` impl on `Pin<KBox<T>>`
2026-04-30 8:41 UTC (2+ messages)
[PATCH v3 0/4] Support more safe `AsBytes`/`FromBytes` usage
2026-04-30 8:24 UTC (5+ messages)
[PATCH] rust: workqueue: replace SAFETY TODO for `WorkItemPointer` impl on `Pin<KBox<T>>`
2026-04-30 6:17 UTC (3+ messages)
[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-30 3:25 UTC (2+ messages)
[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-04-30 1:42 UTC (4+ messages)
` [PATCH v9 26/31] gpu: nova-core: make WPR heap sizing fallible
[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
2026-04-30 1:42 UTC (2+ messages)
[PATCH v7] kbuild: host: use single executable for rustc -C linker
2026-04-30 1:01 UTC (2+ messages)
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-04-29 23:21 UTC (2+ messages)
[PATCH v2] gpu: nova: require little endian
2026-04-29 21:50 UTC (2+ messages)
[RFC PATCH 0/2] scripts: add kconfirm
2026-04-29 18:59 UTC (6+ messages)
` [RFC PATCH 1/2] "
[PATCH v12 0/2] Introduce Synology Microp driver
2026-04-29 18:30 UTC (3+ messages)
` [PATCH v12 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v12 2/2] platform: Add initial synology microp driver
[PATCH v15 0/3] rust: leds: add led classdev abstractions
2026-04-29 18:00 UTC (4+ messages)
` [PATCH v15 1/3] rust: leds: add basic "
` [PATCH v15 2/3] rust: leds: add Mode trait
` [PATCH v15 3/3] rust: leds: add multicolor classdev abstractions
[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
2026-04-29 15:43 UTC (12+ messages)
` [PATCH v4 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
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