rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-13 21:43:11 to 2024-10-17 14:08:46 UTC [more...]

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-17 14:08 UTC  (6+ messages)
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 10/19] gendwarfksyms: Limit structure expansion

[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-10-17 13:34 UTC  (16+ messages)
` [PATCH v6 3/3] rust: sync: Add SpinLockIrq

[PATCH] rust: Fix build error
 2024-10-17 13:24 UTC  (7+ messages)

[PATCH v3 00/13] hrtimer Rust API
 2024-10-17 13:04 UTC  (14+ messages)
` [PATCH v3 01/13] rust: time: Add Ktime::from_ns()
` [PATCH v3 02/13] rust: hrtimer: introduce hrtimer support
` [PATCH v3 03/13] rust: sync: add `Arc::as_ptr`
` [PATCH v3 04/13] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v3 05/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v3 06/13] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v3 07/13] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v3 08/13] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&mut T>`
` [PATCH v3 09/13] rust: hrtimer: add `hrtimer::ScopedTimerPointer`
` [PATCH v3 10/13] rust: hrtimer: implement `TimerPointer` for `Pin<Box<T>>`
` [PATCH v3 11/13] rust: hrtimer: add `TimerMode`
` [PATCH v3 12/13] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v3 13/13] rust: hrtimer: add maintainer entry

[PATCH] docs/zh_CN: update the translation of process/programming-language.rst
 2024-10-17 12:13 UTC 

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-10-17 12:08 UTC  (11+ messages)
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info

[PATCH 1/3] rust: char_dev: add character device abstraction
 2024-10-17 11:38 UTC  (2+ messages)

[PATCH] scripts: add `uapi` crate to `generate_rust_analyzer.py`
 2024-10-17 11:35 UTC  (2+ messages)

[PATCH net-next v3 0/8] rust: Add IO polling
 2024-10-17 11:24 UTC  (31+ messages)
` [PATCH net-next v3 1/8] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH net-next v3 2/8] rust: time: Introduce Delta type
` [PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta
` [PATCH net-next v3 5/8] rust: time: Add wrapper for fsleep function
` [PATCH net-next v3 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH net-next v3 7/8] rust: Add read_poll_timeout functions
` [PATCH net-next v3 8/8] net: phy: qt2025: Wait until PHY becomes ready

[PATCH] docs/zh_CN: add the translation of kbuild/kbuild.rst
 2024-10-17  8:15 UTC  (2+ messages)

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-17  0:29 UTC  (8+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 3/5] export_report: Tolerate additional `.mod.c` content
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information
` [PATCH v6 5/5] export_report: Use new version info format

[PATCH v2] rust: workqueue: Enable execution of doctests
 2024-10-16 15:28 UTC  (2+ messages)

[PATCH v6] rust: use host dylib naming convention
 2024-10-16 13:52 UTC 

[PATCH v2] rust: page: add Rust version of PAGE_ALIGN
 2024-10-16 11:34 UTC 

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-16 10:05 UTC  (24+ messages)
` [PATCH v3 01/16] MAINTAINERS: Add missing file include/linux/delay.h
` [PATCH v3 02/16] timers: Move *sleep*() and timeout functions into a separate file
` [PATCH v3 03/16] timers: Update schedule_[hr]timeout*() related function descriptions
` [PATCH v3 04/16] timers: Rename usleep_idle_range() to usleep_range_idle()
` [PATCH v3 05/16] timers: Update function descriptions of sleep/delay related functions
` [PATCH v3 06/16] delay: Rework udelay and ndelay
` [PATCH v3 07/16] timers: Adjust flseep() to reflect reality
` [PATCH v3 08/16] mm/damon/core: Use generic upper bound recommondation for usleep_range()
` [PATCH v3 09/16] timers: Add a warning to usleep_range_state() for wrong order of arguments
` [PATCH v3 10/16] checkpatch: Remove links to outdated documentation
` [PATCH v3 11/16] regulator: core: Use fsleep() to get best sleep mechanism
` [PATCH v3 12/16] iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentation
` [PATCH v3 13/16] powerpc/rtas: Use fsleep() to minimize additional sleep duration
` [PATCH v3 14/16] media: anysee: Fix and remove outdated comment
` [PATCH v3 15/16] timers/Documentation: Cleanup delay/sleep documentation
` [PATCH v3 16/16] checkpatch: Remove broken sleep/delay related checks
  ` [PATCH v4] "
` (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess

[PATCH] rust: query the compiler for dylib path
 2024-10-16  1:35 UTC  (20+ messages)
          ` [PATCH v5] "

[PATCH v2] rust: transmute: Add implementation for FromBytes trait
 2024-10-16  1:26 UTC  (2+ messages)

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-15 21:13 UTC  (2+ messages)

[PATCH] rust: task: adjust safety comments in Task methods
 2024-10-15 18:53 UTC  (8+ messages)

[PATCH] rust: page: add Rust version of PAGE_ALIGN
 2024-10-15 18:44 UTC  (4+ messages)

[PATCH] rust: miscdevice: fix warning on c_uint to u32 cast
 2024-10-15 17:17 UTC  (3+ messages)

[PATCH v6 0/4] Clean up rustdocs and add new checkpatch checks
 2024-10-15 15:51 UTC  (5+ messages)
` [PATCH v6 1/4] rust: make section names plural
` [PATCH v6 2/4] checkpatch: warn on known non-plural rust doc headers
` [PATCH v6 3/4] rust: kernel: clean up empty `///` lines
` [PATCH v6 4/4] checkpatch: warn on empty rust doc comments

[PATCH v10 0/5] Tracepoints and static branch in Rust
 2024-10-15 15:31 UTC  (10+ messages)
` [PATCH v10 5/5] rust: add arch_static_branch

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

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

[PATCH net-next v2 0/6] rust: Add IO polling
 2024-10-15 12:12 UTC  (4+ messages)
` [PATCH net-next v2 2/6] rust: time: Introduce Delta type

[PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-15  8:23 UTC  (8+ messages)
` [PATCH v7 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
` [PATCH v7 2/2] rust: miscdevice: add mmap support

[PATCH net-next v2 5/6] rust: Add read_poll_timeout function
 2024-10-15  3:36 UTC  (4+ messages)

[PATCH net-next v2 0/6] rust: Add IO polling
 2024-10-15  3:16 UTC  (6+ messages)

[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
 2024-10-14 22:01 UTC  (2+ messages)

[PATCH 1/2] kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
 2024-10-14 22:00 UTC  (7+ messages)
` [PATCH] "

[PATCH v3] Kbuild: fix issues with rustc-option
 2024-10-14 21:58 UTC  (2+ messages)

[PATCH] kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
 2024-10-14 21:56 UTC  (2+ messages)

[PATCH 1/7] drm/panic: avoid reimplementing Iterator::find
 2024-10-14 19:23 UTC  (20+ messages)
` [PATCH 2/7] drm/panic: remove unnecessary borrow in alignment_pattern
` [PATCH 3/7] drm/panic: prefer eliding lifetimes
` [PATCH 4/7] drm/panic: remove redundant field when assigning value
` [PATCH 5/7] drm/panic: correctly indent continuation of line in list item
` [PATCH 6/7] drm/panic: allow verbose boolean for clarity
` [PATCH 7/7] drm/panic: allow verbose version check

[PATCH v2] rust: shrinker: add shrinker abstraction
 2024-10-14 18:48 UTC  (2+ messages)

(No Subject)
 2024-10-14 18:41 UTC 

[PATCH] rust: shrinker: add shrinker abstraction
 2024-10-14 13:25 UTC  (3+ messages)

[RFC PATCH] rust: kernel: clean explicit lifetimes that can be elided
 2024-10-14 12:14 UTC  (2+ messages)

[PATCH 0/2] rust: Move unfit code out of `rust/kernel/types.rs`
 2024-10-14 12:13 UTC  (3+ messages)

[PATCH v2 00/14] hrtimer Rust API
 2024-10-14 11:58 UTC  (16+ messages)

[PATCH] rust: workqueue: Enable execution of doctests
 2024-10-14 11:04 UTC  (5+ messages)

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

[PATCH v4] rust: add global lock support
 2024-10-11 14:57 UTC  (5+ messages)

[PATCH AUTOSEL 6.11 10/20] rust: device: change the from_raw() function
 2024-10-14  3:57 UTC 


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