public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-20 22:28:05 to 2024-11-26 08:05:55 UTC [more...]

[PATCH v2 0/2] Untrusted Data Abstraction
 2024-11-26  8:05 UTC  (5+ messages)
` [PATCH v2 1/2] rust: add untrusted data abstraction

[PATCH v6 00/18] Implement DWARF modversions
 2024-11-26  3:50 UTC  (28+ 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

[GIT PULL] Rust for 6.13
 2024-11-26  2:24 UTC 

[PATCH] drm/panic: remove spurious empty line to clean warning
 2024-11-25 23:33 UTC 

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

[PATCH 0/3] rust: sync: Add Lock::is_locked()
 2024-11-25 21:30 UTC  (8+ 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 v2] rust: sync: Add lock::Backend::assert_is_held()
 2024-11-25 20:40 UTC 

[PATCH RFC v2 1/1] rust: Add bindings for device properties
 2024-11-25 16:55 UTC  (4+ messages)

[PATCH] rust: alloc: Fix `ArrayLayout` allocations
 2024-11-25 16:26 UTC  (9+ messages)

[PATCH v10 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-11-25 15:33 UTC  (6+ messages)
  ` [PATCH v10 1/2] rust: types: add `ForeignOwnable::PointedTo`

[PATCH v3 0/1] make `from_errno` use `try_from_errno`
 2024-11-25 15:03 UTC  (11+ messages)
` [PATCH v3] rust: error: modify `from_errno` to "

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-11-25 13:42 UTC  (3+ messages)
` [PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`

KCOV and KASAN support for Rust in linux kernel
 2024-11-25 11:56 UTC 

[PATCH] rust: kbuild: set `bindgen`'s Rust target version
 2024-11-25  9:56 UTC  (5+ messages)

[PATCH 0/2] rust: sync: Add Guard related type-aliases
 2024-11-25  9:47 UTC  (5+ messages)
` [PATCH 1/2] rust: sync: Add MutexGuard type alias
` [PATCH 2/2] rust: sync: Add SpinLockGuard "

[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
 2024-11-25  9:32 UTC  (8+ messages)
` [PATCH 2/3] rust: kernel: move `build_error` hidden function to prevent mistakes
` [PATCH 3/3] rust: add `build_error!` to the prelude

[RFC PATCH] rust: give Clippy the minimum supported Rust version
 2024-11-25  9:09 UTC  (2+ messages)

[PATCH] rust: kbuild: run Clippy for `rusttest` code
 2024-11-25  9:08 UTC  (2+ messages)

[PATCH v3 0/4] Replace unwraps in doctests with graceful handling
 2024-11-25  9:04 UTC  (7+ messages)
` [PATCH v3 1/4] rust: kernel: init: replace unwraps with the question mark operators
` [PATCH v3 2/4] rust: kernel: rbtree: remove unwrap in asserts
` [PATCH v3 3/4] rust: kernel: page: remove unnecessary helper function from doctest
` [PATCH v3 4/4] rust: kernel: str: replace unwraps with the question mark operators

[PATCH net] rust: net::phy scope ThisModule usage in the module_phy_driver macro
 2024-11-25  8:59 UTC  (4+ messages)

[PATCH] docs: rust: remove spurious item in `expect` list
 2024-11-24 23:55 UTC  (2+ messages)

[PATCH] rust: allow `clippy::needless_lifetimes`
 2024-11-24 23:55 UTC  (4+ messages)

[PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
 2024-11-24 15:07 UTC 

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

[RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
 2024-11-23 16:14 UTC  (3+ messages)

[PATCH v2 0/4] Replace unwraps in doctests with graceful handling
 2024-11-23  9:21 UTC  (7+ messages)
` [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 v9 0/5] Extended MODVERSIONS Support
 2024-11-23  1:44 UTC  (8+ 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 v9 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[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

[PATCH v3 00/13] hrtimer Rust API
 2024-11-22 16:24 UTC  (6+ messages)
` [PATCH v3 04/13] rust: hrtimer: implement `TimerPointer` for `Arc`

[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
 2024-11-22 12:37 UTC  (25+ messages)
` [PATCH v3 2/2] rust: page: Extend support to "

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 v8 0/3] Extended MODVERSIONS Support
 2024-11-21 21:51 UTC  (10+ 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  (3+ messages)
` [PATCH v4 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox