messages from 2024-11-15 05:46:26 to 2024-11-20 23:59:51 UTC [more...]
[PATCH 0/3] rust: sync: Add Lock::is_locked()
2024-11-20 23:59 UTC (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: sync: Assert Lock::is_locked in Guard::new for debug builds
` [PATCH 3/3] rust: sync: Add Guard::new_unchecked()
[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
2024-11-20 22:56 UTC (14+ messages)
` [PATCH v3 1/2] rust: page: use the page's reference count to decide when to free the allocation
` [PATCH v3 2/2] rust: page: Extend support to existing struct page mappings
[PATCH] x86/tools: Use a longer buffer for insn_decoder_test
2024-11-20 22:32 UTC
[PATCH 0/2] rust: sync: Add Guard related type-aliases
2024-11-20 22:26 UTC (3+ messages)
` [PATCH 1/2] rust: sync: Add MutexGuard type alias
` [PATCH 2/2] rust: sync: Add SpinLockGuard "
[PATCH v5 00/19] Implement DWARF modversions
2024-11-20 21:54 UTC (10+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-20 20:07 UTC (15+ messages)
` [PATCH v8 1/7] mm: rust: add abstraction for struct mm_struct
` [PATCH v8 2/7] mm: rust: add vm_area_struct methods that require read access
` [PATCH v8 3/7] mm: rust: add vm_insert_page
` [PATCH v8 4/7] mm: rust: add lock_vma_under_rcu
` [PATCH v8 5/7] mm: rust: add mmput_async support
` [PATCH v8 6/7] mm: rust: add VmAreaNew
` [PATCH v8 7/7] rust: miscdevice: add mmap support
[PATCH] rust: jump_label: skip formatting generated file
2024-11-20 18:32 UTC (3+ messages)
[PATCH v3 00/13] hrtimer Rust API
2024-11-20 15:58 UTC (18+ messages)
` [PATCH v3 02/13] rust: hrtimer: introduce hrtimer support
` [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 11/13] rust: hrtimer: add `TimerMode`
[PATCH v10 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-20 11:48 UTC (3+ messages)
` [PATCH v10 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v10 2/2] rust: xarray: Add an abstraction for XArray
[PATCH v6 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-11-20 11:46 UTC (7+ messages)
` [PATCH v6 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v6 2/6] rust: types: avoid `as` casts
` [PATCH v6 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v6 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v6 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v6 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`
[PATCH v2 0/4] Replace unwraps in doctests with graceful handling
2024-11-20 11:45 UTC (9+ messages)
` [PATCH v2 1/4] rust: kernel: init: replace unwraps with the question mark operators
` [PATCH v2 2/4] rust: kernel: rbtree: remove unwrap in asserts
` [PATCH v2 3/4] rust: kernel: page: remove unnecessary helper function from doctest
` [PATCH v2 4/4] rust: kernel: str: replace unwraps with the question mark operators
[PATCH v4 0/2] rust: Add Lock::from_raw() and expose Guard::new()
2024-11-20 8:58 UTC (4+ messages)
` [PATCH v4 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v4 2/2] rust: sync: Make Guard::new() public
[PATCH v2] rust: add safety comment in rust_fmt_argument
2024-11-19 19:41 UTC (2+ messages)
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2024-11-19 18:57 UTC
[PATCH v9 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-19 18:55 UTC (20+ messages)
` [PATCH v9 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v9 2/2] rust: xarray: Add an abstraction for XArray
pinned_init vs. miri?
2024-11-19 10:11 UTC (2+ messages)
[RFC 0/6] lib: Rust implementation of SPDM
2024-11-19 4:24 UTC (13+ 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 net-next v2] net: phy: qt2025: simplify Result<()> in probe return
2024-11-19 3:06 UTC (3+ messages)
[PATCH v8 0/3] Extended MODVERSIONS Support
2024-11-19 1:33 UTC (12+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
2024-11-18 23:48 UTC (7+ messages)
` [PATCH v3 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v3 2/2] rust: sync: Make Guard::new() public
[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 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 (6+ messages)
` [RFC PATCH 1/2] rust: LED abstraction
[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 v6 6/7] rust: Add read_poll_timeout functions
2024-11-17 23:46 UTC (2+ messages)
[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)
[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
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).