messages from 2026-01-17 14:00:26 to 2026-01-20 08:45:00 UTC [more...]
[PATCH 0/6] rust: add `bitfield!` and `register!` macros
2026-01-20 8:44 UTC (8+ messages)
` [PATCH 1/6] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH 2/6] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH 3/6] rust: add `bitfield!` macro
` [PATCH 4/6] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH 5/6] rust: io: add `register!` macro
` [PATCH FOR REFERENCE 6/6] gpu: nova-core: use the kernel `register!` and `bitfield!` macros
[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
2026-01-20 8:39 UTC (8+ messages)
[PATCH v2 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
2026-01-20 8:38 UTC (8+ messages)
` [PATCH v2 1/7] rust: auxiliary: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v2 2/7] rust: block: mq: use pin_init::zeroed() for queue_limits
` [PATCH v2 3/7] rust: block: mq: use pin_init::zeroed() for tag_set
` [PATCH v2 4/7] rust: debugfs: use pin_init::zeroed() for file_operations
` [PATCH v2 5/7] rust: of: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v2 6/7] rust: pwm: use pin_init::zeroed() for pwm_ops
` [PATCH v2 7/7] rust: security: use pin_init::zeroed() for lsm_context
[PATCH v1] rust: hrtimer: Restrict expires() to safe contexts
2026-01-20 8:23 UTC (9+ messages)
[PATCH v9 0/4] rust: Add safe pointer formatting support
2026-01-20 8:08 UTC (11+ messages)
` [PATCH v9 1/4] rust: fmt: add Pointer trait for foreign type formatting
` [PATCH v9 2/4] rust: fmt: add HashedPtr for safe pointer formatting
` [PATCH v9 3/4] rust: fmt: make raw pointers default to HashedPtr
` [PATCH v9 4/4] rust: fmt: add RawPtr for debugging pointer formatting
[PATCH] rust: drm: tyr: Fix register name in error print
2026-01-20 8:07 UTC (4+ messages)
[PATCH v2] drm/tyr: use read_poll_timeout
2026-01-20 8:06 UTC (2+ messages)
[PATCH v10 0/5] rust: pci: add config space read/write support
2026-01-20 8:04 UTC (7+ messages)
` [PATCH v10 1/5] rust: devres: style for imports
` [PATCH v10 2/5] rust: io: separate generic I/O helpers from MMIO implementation
` [PATCH v10 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v10 4/5] rust: pci: add config space read/write support
` [PATCH v10 5/5] sample: rust: pci: add tests for config space routines
[RFC PATCH v3 0/5] rust: Add RTC driver support
2026-01-20 8:01 UTC (6+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
` [RFC PATCH v3 5/5] rust: add PL031 RTC driver
[PATCH v2] rust_binder: refactor context management to use KVVec
2026-01-20 7:55 UTC (4+ messages)
` [PATCH v3] "
[PATCH v4 0/2] rust: sync: atomic flag helpers
2026-01-20 2:56 UTC (6+ messages)
` [PATCH v4 1/2] rust: sync: atomic: Add performance-optimal-integer-backed Flag for atomic booleans
[PATCH v1] rust: time: Add Delta range constants for time units
2026-01-19 23:36 UTC
[PATCH 0/2] DRM 'feature' support for DRM drivers
2026-01-19 23:34 UTC (3+ messages)
` [PATCH 1/2] rust: drm: add support for driver features
` [PATCH 2/2] rust: drm: add FeatureRender
[PATCH v1] rust: list: Use AtomicFlag in AtomicTracker
2026-01-19 23:17 UTC
linux-next: Tree for Jan 19
2026-01-19 22:30 UTC
[PATCH v3 0/2] scripts: introduce containerized builds
2026-01-19 21:49 UTC (6+ messages)
[PATCH v4 0/3] Implement Send and Sync for clk
2026-01-19 21:45 UTC (3+ messages)
` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData
[PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers
2026-01-19 21:29 UTC (2+ messages)
[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
2026-01-19 17:59 UTC (4+ messages)
[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
2026-01-19 17:59 UTC (4+ messages)
[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
2026-01-19 16:18 UTC (19+ messages)
` [PATCH v2 01/10] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v2 02/10] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v2 03/10] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v2 04/10] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v2 05/10] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v2 06/10] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v2 07/10] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
` [PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v2 10/10] gpu: nova-core: gsp: use available device reference
[PATCH v3 0/3] Clk improvements
2026-01-19 16:10 UTC (22+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks
[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
2026-01-19 14:16 UTC (4+ messages)
[PATCH v1] rust: debugfs: Use kernel Atomic type in docs example
2026-01-19 14:07 UTC (5+ messages)
[PATCH v5 0/8] gpu: nova-core: expose the logging buffers via debugfs
2026-01-19 12:38 UTC (17+ messages)
` [PATCH v5 2/8] rust: debugfs: add Dir::empty() for conditional debugfs usage
` [PATCH v5 3/8] rust: uaccess: add UserSliceWriter::write_buffer() for raw pointer writes
` [PATCH v5 4/8] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v5 7/8] gpu: nova-core: create debugfs root in module init
[PATCH v1 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
2026-01-19 12:10 UTC (12+ messages)
` [PATCH v1 1/7] rust: auxiliary: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v1 2/7] rust: block: mq: use pin_init::zeroed() for queue_limits
` [PATCH v1 3/7] rust: block: mq: use pin_init::zeroed() for tag_set
` [PATCH v1 4/7] rust: debugfs: use pin_init::zeroed() for file_operations
` [PATCH v1 5/7] rust: of: use pin_init::zeroed() instead of unsafe zeroed
` [PATCH v1 6/7] rust: pwm: use pin_init::zeroed() for pwm_ops
` [PATCH v1 7/7] rust: security: use pin_init::zeroed() for lsm_context
[GIT PULL] Rust XArray abstractions for v6.20/v7.0
2026-01-19 11:23 UTC
[PATCH v6] rust: iommu: add io_pgtable abstraction
2026-01-19 9:29 UTC (5+ messages)
[PATCH v1] rbtree: reduce unsafe blocks on pointer derefs
2026-01-19 8:39 UTC (8+ messages)
[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
2026-01-19 8:20 UTC (2+ messages)
[PATCH 0/2] rust: i2c: replace `kernel::c_str!` with C-Strings
2026-01-19 8:20 UTC (2+ messages)
[PATCH] rust: ptr: replace unneeded use of `build_assert`
2026-01-19 8:20 UTC (7+ messages)
[PATCH v3 0/7] rust: build_assert: document and fix use with function arguments
2026-01-19 8:19 UTC (3+ messages)
[PATCH] rust: conclude the Rust experiment
2026-01-19 8:18 UTC (2+ messages)
[PATCH v3 00/12] refactor Rust proc macros with `syn`
2026-01-19 7:10 UTC (12+ messages)
` [PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
` [PATCH v3 03/12] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH v3 04/12] rust: macros: use `syn` to parse `module!` macro
` [PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro to use `syn`
` [PATCH v3 11/12] rust: kunit: use `pin_init::zeroed` instead of custom null value
[PATCH] rust: use consistent backtick formatting for NULL in docs
2026-01-19 7:09 UTC (5+ messages)
[PATCH] rust: str: improve safety comment for CString::try_from_fmt
2026-01-19 6:29 UTC
[PATCH 0/5] rust: sync: Atomic pointer and RCU
2026-01-19 3:09 UTC (14+ messages)
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support
` [PATCH 5/5] rust: sync: rcu: Add RCU protected pointer
[PATCH net-next] net: remove HIPPI support and RoadRunner HIPPI driver
2026-01-19 2:24 UTC
[PATCH] rust: resolve safety comment TODO in `as_str_unchecked`
2026-01-18 22:57 UTC (2+ messages)
[PATCH] rust: bindgen: disable GCC latent entropy plugin
2026-01-18 22:47 UTC (3+ messages)
[PATCH] rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
2026-01-18 21:27 UTC (3+ messages)
[PATCH v2] scripts: generate_rust_analyzer: compile sysroot with correct edition
2026-01-18 19:43 UTC (2+ messages)
[PATCH] scripts: generate_rust_analyzer: compile quote with correct edition
2026-01-18 19:43 UTC (2+ messages)
[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
2026-01-18 19:43 UTC (2+ messages)
[PATCH] remove sysroot assertion in generate_rust_analyzer.py
2026-01-18 19:43 UTC (2+ messages)
[PATCH v2 0/3] Introduce DeviceContext
2026-01-18 14:36 UTC (5+ messages)
` [PATCH v2 1/3] rust/drm: "
` [PATCH v2 2/3] rust/drm: Don't setup private driver data until registration
[PATCH v5] io: add io_pgtable abstraction
2026-01-18 10:08 UTC (3+ messages)
[PATCH rust-next] rust: binder: refactor context management to use KVVec
2026-01-18 9:37 UTC
[PATCH] rust: macros: support `#[cfg]` properly in `#[vtable]` macro
2026-01-17 20:09 UTC (3+ messages)
` [PATCH v2] "
[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
2026-01-17 16:46 UTC (11+ messages)
[PATCH RFC 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-01-17 15:25 UTC (3+ messages)
` [PATCH RFC 1/2] rust: poll: make PollCondVar upgradable
` [PATCH RFC 2/2] rust_binder: use UpgradePollCondVar
[PATCH v2 0/1] rust: simplify `Adapter::id_info`
2026-01-17 14:25 UTC (5+ messages)
` [PATCH v2 1/1] "
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