rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-27 22:20:07 to 2024-11-01 01:02:30 UTC [more...]

[PATCH v5 0/7] rust: Add IO polling
 2024-11-01  1:01 UTC  (5+ messages)
` [PATCH v5 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v5 2/7] rust: time: Introduce Delta type
` [PATCH v5 3/7] rust: time: Introduce Instant type
` [PATCH v5 4/7] rust: time: Add wrapper for fsleep function

[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-10-31 23:08 UTC  (3+ 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 v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-10-31 20:56 UTC  (8+ messages)
` [POC 0/6] Allow SpinLockIrq to use a normal Guard interface
  ` [POC 2/6] rust: Introduce interrupt module
  ` [POC 5/6] rust: sync: Introduce lock::Backend::Context

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-10-31 20:00 UTC  (10+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v8 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-31 14:03 UTC  (51+ messages)
` [PATCH v3 01/16] rust: init: introduce `Opaque::try_ffi_init`
` [PATCH v3 02/16] rust: introduce `InPlaceModule`
` [PATCH v3 03/16] rust: pass module name to `Module::init`
` [PATCH v3 06/16] rust: add rcu abstraction
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 09/16] rust: add `io::Io` base type
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 11/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v3 13/16] samples: rust: add Rust PCI sample driver
` [PATCH v3 14/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver

[PATCH 0/5] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-10-31 13:30 UTC  (23+ messages)
` [PATCH 1/5] rust: arc: use `NonNull::new_unchecked`
` [PATCH 2/5] rust: types: avoid `as` casts, narrow unsafe scope
` [PATCH 3/5] rust: change `ForeignOwnable` pointer to mut
` [PATCH 4/5] rust: reorder `ForeignOwnable` items
` [PATCH 5/5] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH 0/2] Add dma coherent allocator abstraction
 2024-10-31  9:45 UTC  (5+ messages)
` [PATCH 2/2] rust: add "

[PATCH v4 0/7] rust: Add IO polling
 2024-10-31  8:31 UTC  (8+ messages)
` [PATCH v4 4/7] rust: time: Add wrapper for fsleep function

[PATCH RFC 0/3] Initial rust bindings for device property reads
 2024-10-31  7:19 UTC  (26+ messages)
` [PATCH RFC 1/3] of: unittest: Add a platform device node for rust platform driver sample
` [PATCH RFC 2/3] rust: Add bindings for device properties
` [PATCH RFC 3/3] samples: rust: platform: Add property read examples

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

[PATCH] cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS
 2024-10-31  0:41 UTC  (3+ messages)

[PATCH v12 0/5] Tracepoints and static branch in Rust
 2024-10-31  0:14 UTC  (9+ messages)
` [PATCH v12 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v12 2/5] rust: add tracepoint support
` [PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v12 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v12 5/5] rust: add arch_static_branch

[PATCH v6] rust: add global lock support
 2024-10-30 21:07 UTC  (6+ messages)

[PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-30 19:54 UTC  (3+ messages)

[PATCH] rust: warn when using libclang >=19.1 with bindgen <0.70
 2024-10-30 15:27 UTC  (6+ messages)

[PATCH v2 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-10-30  8:04 UTC  (9+ messages)
` [PATCH v2 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v2 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v2 3/3] rust: kunit: allow to know if we are in a test

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-30  5:35 UTC  (5+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info

[PATCH v3 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-10-30  5:16 UTC  (6+ messages)
` [PATCH v3 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v3 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v3 3/3] rust: kunit: allow to know if we are in a test

[PATCH v6 0/4] Clean up rustdocs and add new checkpatch checks
 2024-10-29 20:32 UTC  (4+ messages)
` [PATCH v6 4/4] checkpatch: warn on empty rust doc comments

[PATCH v11 0/5] Tracepoints and static branch in Rust
 2024-10-29 17:50 UTC  (3+ messages)
` [PATCH v11 5/5] rust: add arch_static_branch

[PATCH v2] rust: Implement Display for Box
 2024-10-29 14:49 UTC  (9+ messages)

[PATCH v3] rust: Implement Display for Box
 2024-10-29 14:28 UTC 

[PATCH] rust: platform: add Io support
 2024-10-29 13:46 UTC  (5+ messages)

[PATCH] rust: irq: add support for request_irq()
 2024-10-29 11:59 UTC  (3+ messages)

[PATCH] rust: Implement fmt::Display for kernel Box<T, A>
 2024-10-28 17:39 UTC  (6+ messages)

[PATCH v2] rust: kernel: add support for bits/genmask macros
 2024-10-28 15:17 UTC  (2+ messages)

[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
 2024-10-28 13:37 UTC  (5+ messages)
` [PATCH v2 5/5] rust: firmware: implement `Ownable` for Firmware

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-28 13:13 UTC  (3+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script

[PATCH] kbuild: rust: avoid errors with old `rustc`s without LLVM patch version
 2024-10-27 23:28 UTC  (3+ messages)


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