rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 14:25:14 to 2024-10-12 00:31:02 UTC [more...]

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

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-10-11 23:46 UTC  (11+ messages)
` [PATCH v5 13/16] export_report: Rehabilitate script
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info

[PATCH v2 00/14] hrtimer Rust API
 2024-10-11 23:21 UTC  (13+ messages)
` [PATCH v2 02/14] rust: hrtimer: introduce hrtimer support

[PATCH 6.1.y] rust: macros: provide correct provenance when constructing THIS_MODULE
 2024-10-11 23:12 UTC 

[PATCH v4] rust: add global lock support
 2024-10-11 22:43 UTC  (17+ messages)

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

[PATCH 0/3] Character device abstractions for Rust
 2024-10-11 18:55 UTC  (4+ messages)
` [PATCH 1/3] rust: char_dev: add character device abstraction
` [PATCH 2/3] rust: macros: add IoctlCommand derive macro
` [PATCH 3/3] samples: rust: add character device sample

[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
 2024-10-11 12:06 UTC  (13+ messages)
` [PATCH 1/2] kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
    ` [PATCH] "
` [PATCH 2/2] cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-11 11:32 UTC  (18+ messages)

rust: page: Add support for vmalloc_to_page
 2024-10-11 11:07 UTC  (3+ messages)
` [PATCH 1/3] rust: page: replace the page pointer wrapper with Opaque

[PATCH 3/3] rust: page: Add page_slice_to_page
 2024-10-11 11:03 UTC  (2+ messages)

[PATCH v9 0/5] Tracepoints and static branch in Rust
 2024-10-11 10:16 UTC  (8+ messages)
` [PATCH v9 1/5] rust: add generic static_key_false
` [PATCH v9 4/5] jump_label: adjust inline asm to be consistent

[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-10-10 21:00 UTC  (10+ messages)
` [PATCH v6 1/3] rust: Introduce irq module
` [PATCH v6 3/3] rust: sync: Add SpinLockIrq

[PATCH] rust: query the compiler for dylib path
 2024-10-10 14:28 UTC  (13+ messages)
        ` [PATCH v3] "
            ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-10 12:56 UTC  (3+ messages)
` [PATCH v6 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
` [PATCH v6 2/2] rust: miscdevice: add mmap support

[PATCH 0/3] implement `kernel::sync::Refcount` and convert users
 2024-10-10 11:13 UTC  (12+ messages)
` [PATCH 3/3] rust: block: convert `block::mq` to use `Refcount`

[PATCH] rust: improve grammar in commentary
 2024-10-10  9:33 UTC  (4+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-10-10  9:29 UTC  (2+ messages)

[PATCH] rust: remove unnecessary #includes
 2024-10-10  9:17 UTC  (8+ messages)
        ` [PATCH v2] rust: remove unnecessary header includes

[PATCH] kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
 2024-10-09 18:27 UTC  (3+ messages)

[PATCH] cfi: fix conditions in HAVE_CFI_ICALL_NORMALIZE_INTEGERS
 2024-10-09 16:43 UTC  (3+ messages)

[PATCH] rust: transmute: Add implementation for FromBytes trait
 2024-10-09 16:35 UTC  (5+ messages)

[PATCH net-next v2 2/6] rust: time: Introduce Delta type
 2024-10-09 14:00 UTC  (4+ messages)

[PATCH net-next v2 0/6] rust: Add IO polling
 2024-10-09 13:28 UTC  (4+ messages)
` [PATCH net-next v2 4/6] rust: time: add wrapper for fsleep function

[PATCH v3] Kbuild: fix issues with rustc-option
 2024-10-09 13:00 UTC  (6+ messages)

[PATCH v2] rust: query the compiler for dylib path
 2024-10-09 12:58 UTC 

[PATCH v1] RISC-V: disallow gcc + rust builds
 2024-10-09 12:52 UTC  (6+ messages)

[PATCH net-next v2 3/6] rust: time: Implement addition of Ktime and Delta
 2024-10-09 12:50 UTC  (4+ messages)

[PATCH v2] Kbuild: fix issues with rustc-option
 2024-10-09 11:43 UTC  (17+ messages)

[RFC PATCH 0/2] rust: LED abstractions
 2024-10-09 10:57 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: LED abstraction
` [RFC PATCH 2/2] samples: rust: led sample

[PATCH net-next v2 5/6] rust: Add read_poll_timeout function
 2024-10-08 22:42 UTC  (15+ messages)

[PATCH] Kbuild: add RUSTC_BOOTSTRAP to rustc-option
 2024-10-08 20:17 UTC  (7+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (6+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-08 14:32 UTC  (6+ messages)
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test


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