rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-18 21:58:48 to 2024-11-23 00:19:25 UTC [more...]

[PATCH v9 0/5] Extended MODVERSIONS Support
 2024-11-23  0:19 UTC  (5+ messages)
` [PATCH v9 1/5] modules: Support extended MODVERSIONS info
` [PATCH v9 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v9 4/5] Documentation/kbuild: Document storage of symbol information

[PATCH 0/3] rust: sync: Add Lock::is_locked()
 2024-11-22 20:30 UTC  (7+ 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 v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 20:16 UTC  (22+ messages)
` [PATCH v9 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v9 3/8] mm: rust: add vm_insert_page
` [PATCH v9 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v9 5/8] mm: rust: add mmput_async support
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 7/8] rust: miscdevice: add mmap support
` [PATCH v9 8/8] task: rust: rework how current is accessed

[RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
 2024-11-22 18:22 UTC  (6+ messages)

[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 17:41 UTC  (34+ 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

[RFC 0/6] lib: Rust implementation of SPDM
 2024-11-22 17:31 UTC  (5+ messages)
` [RFC 3/6] lib: rspdm: Initial commit of Rust SPDM

[PATCH v3 00/13] hrtimer Rust API
 2024-11-22 16:24 UTC  (20+ 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 v3 0/2] rust: page: Add support for existing struct page mappings
 2024-11-22 12:37 UTC  (29+ 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 RFC v2 1/1] rust: Add bindings for device properties
 2024-11-22  8:47 UTC  (2+ messages)

Zamrożenie ceny energii
 2024-11-22  8:35 UTC 

[PATCH v5] Kunit to check the longest symbol length
 2024-11-22  7:38 UTC  (3+ messages)

[PATCH v6 00/18] Implement DWARF modversions
 2024-11-22  1:51 UTC  (20+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 03/18] gendwarfksyms: Expand base_type
` [PATCH v6 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v6 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v6 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v6 07/18] gendwarfksyms: Expand array_type
` [PATCH v6 08/18] gendwarfksyms: Expand structure types
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v6 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v6 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v6 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v6 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-21 21:51 UTC  (13+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information

[PATCH v6 0/4] Clean up rustdocs and add new checkpatch checks
 2024-11-21 16:54 UTC  (5+ messages)
` [PATCH v6 4/4] checkpatch: warn on empty rust doc comments

[PATCH v4 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-11-21 10:27 UTC  (5+ messages)
` [PATCH v4 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v4 2/2] rust: sync: Make Guard::new() public

[RFC PATCH 0/2] rust: LED abstractions
 2024-11-21  9:47 UTC  (4+ messages)
` [RFC PATCH 1/2] rust: LED abstraction

[PATCH v2] rust: add safety comment in rust_fmt_argument
 2024-11-21  9:42 UTC  (3+ messages)

[PATCH] x86/tools: Use a longer buffer for insn_decoder_test
 2024-11-21  1:04 UTC  (2+ messages)

[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] rust: jump_label: skip formatting generated file
 2024-11-20 18:32 UTC  (3+ messages)

[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

[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  (18+ messages)
` [PATCH v9 2/2] rust: xarray: Add an "

pinned_init vs. miri?
 2024-11-19 10:11 UTC  (2+ messages)

[PATCH net-next v2] net: phy: qt2025: simplify Result<()> in probe return
 2024-11-19  3:06 UTC  (2+ messages)

[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


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).