messages from 2024-11-11 00:14:47 to 2024-11-18 21:58:48 UTC [more...]
[PATCH v5 00/19] Implement DWARF modversions
2024-11-18 21:58 UTC (12+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms
[PATCH net-next] net: phy: qt2025: simplify Result<()> in probe return
2024-11-18 21:23 UTC (4+ messages)
[PATCH v3 0/3] rust: simplify Result<()> uses
2024-11-18 20:28 UTC (10+ messages)
` [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v3 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v3 3/3] rust: macros: simplify Result<()> in function returns
` (subset) [PATCH v3 0/3] rust: simplify Result<()> uses
[PATCH 0/2] Replace unwraps in doctests with graceful handling
2024-11-18 20:04 UTC (12+ messages)
` [PATCH 1/2] rust: kernel: init: replace unwraps with the question mark operators
` [PATCH 2/2] rust: kernel: rbtree: replace unwraps with functional programming paradigms
[PATCH v9 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-18 17:05 UTC (6+ messages)
` [PATCH v9 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v9 2/2] rust: xarray: Add an abstraction for XArray
[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
2024-11-18 17:02 UTC (4+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
[PATCH v2 0/3] rust: simplify Result<()> uses
2024-11-18 16:51 UTC (8+ messages)
` [PATCH v2 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v2 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v2 3/3] rust: macros: simplify Result<()> in function returns
[RFC PATCH 0/2] rust: LED abstractions
2024-11-18 16:39 UTC (8+ messages)
` [RFC PATCH 1/2] rust: LED abstraction
[PATCH net-next v2] net: phy: qt2025: simplify Result<()> in probe return
2024-11-18 16:05 UTC (2+ messages)
[PATCH] rust: simplify Result<()> uses
2024-11-18 14:44 UTC (11+ messages)
[PATCH] rust: allow `clippy::needless_lifetimes`
2024-11-18 10:26 UTC (3+ messages)
[PATCH] docs: rust: remove spurious item in `expect` list
2024-11-18 10:32 UTC (3+ messages)
[PATCH v2] rust: add safety comment in rust_fmt_argument
2024-11-18 3:14 UTC
[PATCH v6 0/7] rust: Add IO polling
2024-11-17 23:46 UTC (10+ messages)
` [PATCH v6 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v6 2/7] rust: time: Introduce Delta type
` [PATCH v6 3/7] rust: time: Introduce Instant type
` [PATCH v6 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v6 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v6 6/7] rust: Add read_poll_timeout functions
` [PATCH v6 7/7] net: phy: qt2025: Wait until PHY becomes ready
[PATCH v5] Kunit to check the longest symbol length
2024-11-17 19:59 UTC
[PATCH] rust: add safety comment in rust_fmt_argument
2024-11-17 14:45 UTC (4+ messages)
[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
2024-11-16 14:50 UTC (3+ messages)
[PATCH v9 00/29] Generic `Allocator` support for Rust
2024-11-16 14:21 UTC (4+ messages)
[RFC 0/6] lib: Rust implementation of SPDM
2024-11-15 22:53 UTC (12+ messages)
` [RFC 1/6] rust: bindings: Support SPDM bindings
` [RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
` [RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
` [RFC 4/6] lib: rspdm: Support SPDM get_version
` [RFC 5/6] lib: rspdm: Support SPDM get_capabilities
` [RFC 6/6] lib: rspdm: Support SPDM negotiate_algorithms
[PATCH v5 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-11-15 16:00 UTC (7+ messages)
` [PATCH v5 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v5 2/6] rust: types: avoid `as` casts
` [PATCH v5 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v5 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v5 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v5 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`
[PATCH v2] rust: platform: add Io support
2024-11-15 14:40 UTC (4+ messages)
[PATCH RFC 0/3] Initial rust bindings for device property reads
2024-11-15 6:39 UTC (12+ messages)
` [PATCH RFC 2/3] rust: Add bindings for device properties
[PATCH] rust-next: make from_errno use try_from_errno
2024-11-14 19:42 UTC (2+ messages)
[PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
2024-11-14 0:56 UTC (12+ messages)
` [PATCH v4 01/11] rust: bindings: Support some "
` [PATCH v4 02/11] rust: helpers: Remove blk helper
` [PATCH v4 03/11] rust: helpers: Remove err helper
` [PATCH v4 04/11] rust: helpers: Remove kunit helper
` [PATCH v4 05/11] rust: helpers: Remove some page helpers
` [PATCH v4 06/11] rust: helpers: Remove rbtree helper
` [PATCH v4 07/11] rust: helpers: Remove some refcount helpers
` [PATCH v4 08/11] rust: helpers: Remove signal helper
` [PATCH v4 09/11] rust: helpers: Remove some spinlock helpers
` [PATCH v4 10/11] rust: helpers: Remove some task helpers
` [PATCH v4 11/11] rust: helpers: Remove uaccess helpers
[PATCH v3 00/13] hrtimer Rust API
2024-11-13 23:39 UTC (12+ messages)
` [PATCH v3 04/13] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v3 06/13] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v3 07/13] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v3 08/13] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&mut T>`
` [PATCH v3 11/13] rust: hrtimer: add `TimerMode`
[PATCH net] rust: net::phy scope ThisModule usage in the module_phy_driver macro
2024-11-13 17:45 UTC
[PATCH v3] kbuild: rust: add PROCMACROLDFLAGS
2024-11-13 13:34 UTC (2+ messages)
[PATCH v2] rust: warn on bindgen < 0.69.5 and libclang >= 19.1
2024-11-12 23:47 UTC (3+ messages)
[PATCH v3 00/11] rust: bindings: Auto-generate inline static functions
2024-11-12 23:18 UTC (21+ messages)
` [PATCH v3 01/11] rust: bindings: Support some "
` [PATCH v3 02/11] rust: helpers: Remove blk helper
` [PATCH v3 03/11] rust: helpers: Remove err helper
` [PATCH v3 04/11] rust: helpers: Remove kunit helper
` [PATCH v3 05/11] rust: helpers: Remove some page helpers
` [PATCH v3 06/11] rust: helpers: Remove rbtree helper
` [PATCH v3 07/11] rust: helpers: Remove some refcount helpers
` [PATCH v3 08/11] rust: helpers: Remove signal helper
` [PATCH v3 09/11] rust: helpers: Remove some spinlock helpers
` [PATCH v3 10/11] rust: helpers: Remove some task helpers
` [PATCH v3 11/11] rust: helpers: Remove uaccess helpers
[PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
2024-11-12 18:06 UTC (9+ messages)
` [PATCH v6 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
[PATCH v4 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-11-12 15:20 UTC (15+ messages)
` [PATCH v4 6/6] "
` [PATCH v4 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v4 2/6] rust: types: avoid `as` casts
` [PATCH v4 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v4 5/6] rust: reorder `ForeignOwnable` items
[PATCH v2] samples: rust: fix `rust_print` build making it a combined module
2024-11-11 22:08 UTC
[PATCH RESEND] samples: rust: fix `rust_print` build making it a combined module
2024-11-11 19:59 UTC (2+ messages)
[PATCH v3 0/3] rust: Add pr_*_once macros
2024-11-11 17:46 UTC (8+ messages)
` [PATCH v3 1/3] rust: print: Add do_once_lite macro
[PATCH v5 1/2] rust: Implement Display for Box
2024-11-11 13:54 UTC (4+ messages)
` [PATCH v5 2/2] rust: align Debug implementation for Box with Display
[PATCH v4 0/2] Add dma coherent allocator abstraction
2024-11-11 12:59 UTC (8+ messages)
` [PATCH v4 2/2] rust: add "
[PATCH 0/2] Add dma coherent allocator abstraction
2024-11-11 12:54 UTC (3+ messages)
[PATCH v2 00/11] rust: bindings: Auto-generate inline static functions
2024-11-11 4:24 UTC (4+ messages)
` [PATCH v2 04/11] rust: helpers: Remove kunit helper
[PATCH 0/5] use custom FFI integer types
2024-11-11 0:14 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).