messages from 2024-10-17 08:15:16 to 2024-10-23 06:33:13 UTC [more...]
[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
2024-10-23 6:33 UTC (22+ 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 04/16] rust: implement generic driver registration
` [PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v3 06/16] rust: add rcu abstraction
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 08/16] rust: add `dev_*` print macros
` [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 12/16] rust: pci: implement I/O mappable `pci::Bar`
` [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 v3] docs/zh_CN: update the translation of process/programming-language.rst
2024-10-23 6:27 UTC
[PATCH net-next v3 0/8] rust: Add IO polling
2024-10-23 4:01 UTC (44+ messages)
` [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 7/8] rust: Add read_poll_timeout functions
[PATCH v7 0/3] Extended MODVERSIONS Support
2024-10-23 2:31 UTC (4+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
2024-10-22 22:44 UTC (6+ messages)
` [PATCH v2 1/5] rust: types: add `Owned` type and `Ownable` trait
` [PATCH v2 2/5] rust: page: Make ownership of the page pointer explicit
` [PATCH v2 3/5] rust: page: Extend support to vmalloc_to_page
` [PATCH v2 4/5] rust: page: Add page_slice_to_page
` [PATCH v2 5/5] rust: firmware: implement `Ownable` for Firmware
[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
2024-10-22 22:31 UTC (5+ messages)
[PATCH v5] rust: add global lock support
2024-10-22 17:24 UTC (6+ messages)
[PATCH v4 00/19] Implement DWARF modversions
2024-10-22 14:38 UTC (17+ messages)
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [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] rust: miscdevice: add missing safety comments
2024-10-22 13:41 UTC (2+ messages)
[PATCH v2 0/2] Miscdevices in Rust
2024-10-22 13:15 UTC (4+ messages)
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
[PATCH v2] rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
2024-10-22 3:14 UTC (3+ messages)
[PATCH v2] docs/zh_CN: update the translation of process/programming-language.rst
2024-10-22 2:08 UTC (6+ messages)
[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
2024-10-21 20:44 UTC (39+ messages)
` [PATCH v6 1/3] rust: Introduce irq module
` [PATCH v6 3/3] rust: sync: Add SpinLockIrq
` [POC 0/6] Allow SpinLockIrq to use a normal Guard interface
` [POC 1/6] irq & spin_lock: Add counted interrupt disabling/enabling
` [POC 2/6] rust: Introduce interrupt module
` [POC 3/6] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [POC 4/6] rust: sync: Add SpinLockIrq
` [POC 5/6] rust: sync: Introduce lock::Backend::Context
` [POC 6/6] rust: sync: lock: Add `Backend::BackendInContext`
[PATCH v2] rust: page: add Rust version of PAGE_ALIGN
2024-10-21 19:51 UTC (15+ messages)
[PATCH v5 00/16] Extended MODVERSIONS Support
2024-10-21 19:35 UTC (12+ messages)
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info
[PATCH v6 0/5] Extended MODVERSIONS Support
2024-10-21 18:50 UTC (9+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information
[PATCH] rust: macros: fix documentation of the paste! macro
2024-10-21 18:14 UTC (3+ messages)
[PATCH] rust: improve grammar in commentary
2024-10-21 18:12 UTC (2+ messages)
[PATCH] rust: remove unnecessary #includes
2024-10-21 18:12 UTC (3+ messages)
` [PATCH v2] rust: remove unnecessary header includes
[PATCH] rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
2024-10-21 2:51 UTC (3+ messages)
[PATCH v2 0/7] Cleanup Clippy issues in drm_panic_qr.rs
2024-10-20 21:04 UTC (9+ messages)
` [PATCH v2 1/7] drm/panic: avoid reimplementing Iterator::find
` [PATCH v2 2/7] drm/panic: remove unnecessary borrow in alignment_pattern
` [PATCH v2 3/7] drm/panic: prefer eliding lifetimes
` [PATCH v2 4/7] drm/panic: remove redundant field when assigning value
` [PATCH v2 5/7] drm/panic: correctly indent continuation of line in list item
` [PATCH v2 6/7] drm/panic: allow verbose boolean for clarity
` [PATCH v2 7/7] drm/panic: allow verbose version check
[PATCH v3 00/13] hrtimer Rust API
2024-10-20 16:46 UTC (15+ 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
[GIT PULL] Rust fixes for 6.12 (2nd)
2024-10-19 16:01 UTC (2+ messages)
[PATCH 1/7] drm/panic: avoid reimplementing Iterator::find
2024-10-19 7:46 UTC (5+ messages)
[PATCH v8 0/3] rust: Add local_irq abstraction, SpinLockIrq
2024-10-19 1:53 UTC (6+ messages)
` [PATCH v8 1/3] rust: Introduce local_irq module
` [PATCH v8 2/3] rust: sync: Introduce lock::Backend::Context and lock::BackendWithContext
` [PATCH v8 3/3] rust: sync: Add SpinLockIrq
[PATCH v7 0/3] rust: Add local_irq abstraction, SpinLockIrq
2024-10-18 23:20 UTC (5+ messages)
` [PATCH v7 1/3] rust: Introduce local_irq module
` [PATCH v7 2/3] rust: sync: Introduce lock::Backend::Context and lock::BackendWithContext
` [PATCH v7 3/3] rust: sync: Add SpinLockIrq
` ignore [PATCH v7 0/3] rust: Add local_irq abstraction, SpinLockIrq
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 18:58 UTC (4+ messages)
[PATCH 1/2] docs/zh_CN: add the translation of kbuild/kbuild.rst
2024-10-18 13:47 UTC
[PATCH v3 16/16] checkpatch: Remove broken sleep/delay related checks
2024-10-18 12:31 UTC (3+ messages)
` [PATCH v4] "
[PATCH v1] rust: add PROCMACROLDFLAGS
2024-10-18 8:38 UTC (4+ messages)
` [PATCH v2] "
[PATCH v11 4/5] jump_label: adjust inline asm to be consistent
2024-10-17 19:32 UTC (2+ messages)
[PATCH v1] RISC-V: disallow gcc + rust builds
2024-10-17 16:30 UTC (2+ messages)
[PATCH] docs/zh_CN: add the translation of kbuild/kbuild.rst
2024-10-17 15:46 UTC (3+ messages)
[PATCH] rust: Fix build error
2024-10-17 13:24 UTC (4+ messages)
[PATCH] docs/zh_CN: update the translation of process/programming-language.rst
2024-10-17 12:13 UTC
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).