Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2024-09-16 22:30:49 to 2024-09-24 07:03:28 UTC [more...]

[PATCH v2] rust: add trylock method support for lock backend
 2024-09-24  7:02 UTC  (2+ messages)

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

[PATCH v2 00/14] hrtimer Rust API
 2024-09-23 16:59 UTC  (34+ messages)
` [PATCH v2 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v2 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v2 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v2 04/14] rust: sync: add `Arc::clone_from_raw`
` [PATCH v2 05/14] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v2 06/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v2 07/14] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v2 08/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v2 09/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&mut T>`
` [PATCH v2 10/14] rust: hrtimer: add `hrtimer::ScopedTimerPointer`
` [PATCH v2 11/14] rust: hrtimer: allow specifying a distinct callback parameter
` [PATCH v2 12/14] rust: hrtimer: implement `TimerPointer` for `Pin<Box<T>>`
` [PATCH v2 13/14] rust: hrtimer: add `schedule_function` to schedule closures
` [PATCH v2 14/14] rust: hrtimer: add maintainer entry

[PATCH 0/3] Untrusted data abstraction
 2024-09-23 16:56 UTC  (14+ messages)
` [PATCH 1/3] rust: add untrusted "

[PATCH] xarray: rename xa_lock/xa_unlock to xa_enter/xa_leave
 2024-09-23 16:28 UTC  (3+ messages)

[PATCH v7 01/26] rust: alloc: add `Allocator` trait
 2024-09-23 16:13 UTC  (5+ messages)
` [RFC PATCH] rust: alloc: pass `old_layout` to `Allocator`

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-09-23  9:24 UTC  (5+ messages)
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type

[PATCH 0/5] use custom FFI integer types
 2024-09-23  9:20 UTC  (7+ messages)
` [PATCH 2/5] rust: map `__kernel_size_t` and friends also to usize/isize
` [PATCH 4/5] rust: map `long` to `isize` and `char` to `u8`
` [PATCH 5/5] rust: cleanup unnecessary casts

[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
 2024-09-23  9:17 UTC  (2+ messages)

[PATCH v2] rust: sync: require `T: Sync` for `LockedBy::access`
 2024-09-23  9:14 UTC  (3+ messages)

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-23  9:13 UTC  (19+ messages)
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[PATCH v3 2/2] kbuild: add generic support for built-in boot DTBs
 2024-09-23  7:56 UTC 

[PATCH v3] kernel-docs: Add new section for Rust learning materials
 2024-09-22 16:04 UTC 

[PATCH] kernel-docs: Add new section for Rust learning materials
 2024-09-22 15:39 UTC  (3+ messages)

[PATCH v2] kernel-docs: Add new section for Rust learning materials
 2024-09-22 15:22 UTC  (3+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-09-22 13:16 UTC  (5+ messages)
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST

objtool warnings in Rust defconfig -next
 2024-09-22 13:11 UTC 

[PATCH v2 0/1] rust: sync: Add Lock::from_raw for Lock<(), B>
 2024-09-21 14:52 UTC  (3+ messages)
` [PATCH v2 1/1] rust: sync: Add Lock::from_raw() "

[RFC PATCH 00/24] erofs: introduce Rust implementation
 2024-09-21  9:44 UTC  (35+ messages)
` [RFC PATCH 02/24] erofs: add superblock data structure in Rust
` [RFC PATCH 03/24] erofs: add Errno "
    ` [PATCH RESEND 0/1] rust: introduce declare_err! autogeneration
      ` [PATCH RESEND 1/1] rust: error: auto-generate error declarations
` [RFC PATCH 05/24] erofs: add inode data structure in Rust
  ` [External Mail][RFC "
` [RFC PATCH 10/24] erofs: add device_infos implementation "
` [RFC PATCH 19/24] erofs: introduce namei alternative to C

[PATCH net v2] net: phy: qt2025: Fix warning: unused import DeviceId
 2024-09-21  6:25 UTC 

[PATCH net] net: phy: qt2025: Fix warning: unused import DeviceId
 2024-09-21  5:05 UTC  (9+ messages)

[PATCH 0/8] Add generic overlay for MikroBUS addon boards
 2024-09-20 16:51 UTC  (3+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-09-20 13:41 UTC  (39+ messages)
` [PATCH 01/23] kbuild: doc: update the description about Kbuild/Makefile split
` [PATCH 02/23] kbuild: doc: remove description about grepping CONFIG options
` [PATCH 03/23] kbuild: doc: remove outdated description of the limitation on -I usage
` [PATCH 04/23] kbuild: doc: remove the description about shipped files
` [PATCH 05/23] kbuild: doc: describe the -C option precisely for external module builds
` [PATCH 06/23] kbuild: doc: replace "gcc" in external module description
` [PATCH 07/23] kbuild: remove unnecessary prune of rust/alloc for rustfmt
` [PATCH 08/23] kbuild: simplify find command "
` [PATCH 09/23] speakup: use SPKDIR=$(src) to specify the source directory
` [PATCH 10/23] kbuild: refactor the check for missing config files
` [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 13/23] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [PATCH 14/23] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH 15/23] kbuild: rename abs_objtree to abs_output
` [PATCH 16/23] kbuild: use 'output' variable to create the output directory
` [PATCH 17/23] kbuild: build external modules in their directory
` [PATCH 18/23] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH 19/23] kbuild: support building external modules in a separate build directory
` [PATCH 20/23] kbuild: support -fmacro-prefix-map for external modules
` [PATCH 21/23] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH 22/23] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH 23/23] kbuild: allow to start building external module in any directory

[PATCH 0/2] rust: Move unfit code out of `rust/kernel/types.rs`
 2024-09-20  9:21 UTC  (7+ messages)
` [PATCH 1/2] rust: Move `FromBytes` and `AsBytes` traits to a new `transmute` module
` [PATCH 2/2] rust: Move `ARef<T>` and `AlwaysRefCounted` to new `sync::aref` module

[PATCH] rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
 2024-09-19 16:58 UTC  (2+ messages)

[PATCH 0/1] rust: introduce declare_err! autogeneration
 2024-09-19 13:35 UTC  (2+ messages)
` [PATCH 1/1] rust: error: auto-generate error declarations

[PATCH v2] rust: types: Add examples for the `Either` type
 2024-09-18 21:20 UTC 

[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
 2024-09-18 17:14 UTC  (5+ messages)
` [PATCH v2b] "

Plumbers Testing MC potential topic: specialised toolchains
 2024-09-18  7:33 UTC  (4+ messages)

[PATCH] rust: Adds examples for the `Either` type
 2024-09-17 18:01 UTC  (3+ messages)

[PATCH 0/1] RISC-V: Fix building rust when using GCC toolchain
 2024-09-17 15:26 UTC  (6+ messages)
` [PATCH] "

rustgcc-kselftest: error: unknown unstable option: `patchable-function-entry`
 2024-09-17  7:45 UTC  (3+ messages)

[PATCH] rust: mutex: fix __mutex_init() usage in case of PREEMPT_RT
 2024-09-17  4:54 UTC  (3+ messages)

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-17  1:59 UTC  (4+ messages)

[PATCH 0/1] rust: sync: Add Lock::from_raw for ZST data types
 2024-09-16 23:05 UTC  (4+ messages)
` [PATCH 1/1] rust: sync: Add Lock::from_raw() "


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