rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-21 15:51:54 to 2024-10-27 04:32:31 UTC [more...]

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-27  4:32 UTC  (33+ 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 RESEND v6] rust: use host dylib naming convention
 2024-10-26 12:29 UTC 

[PATCH v4 0/7] rust: Add IO polling
 2024-10-26  0:16 UTC  (13+ messages)
` [PATCH v4 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v4 2/7] rust: time: Introduce Delta type
` [PATCH v4 3/7] rust: time: Introduce Instant type
` [PATCH v4 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v4 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v4 6/7] rust: Add read_poll_timeout functions
` [PATCH v4 7/7] net: phy: qt2025: Wait until PHY becomes ready

[PATCH RFC 0/3] Initial rust bindings for device property reads
 2024-10-25 21:12 UTC  (5+ 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 net-next v3 0/8] rust: Add IO polling
 2024-10-25 20:47 UTC  (19+ messages)
` [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 v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-10-25 18:28 UTC  (17+ messages)
` [POC 0/6] Allow SpinLockIrq to use a normal Guard interface
  ` [POC 1/6] irq & spin_lock: Add counted interrupt disabling/enabling

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-25 15:17 UTC  (11+ 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] rust: kernel: add support for bits/genmask macros
 2024-10-25 13:54 UTC  (4+ messages)

[PATCH] rust: list: make the cursor point between elements
 2024-10-25 13:36 UTC 

[PATCH v2 0/2] Miscdevices in Rust
 2024-10-25  7:57 UTC  (7+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction

(no subject)
 2024-10-25  2:39 UTC 

[PATCH v3] docs/zh_CN: update the translation of process/programming-language.rst
 2024-10-24 21:02 UTC  (10+ messages)

[PATCH v2] kbuild: simplify rustfmt target
 2024-10-24 17:09 UTC 

[PATCH v2] rust: types: extend `Opaque` documentation
 2024-10-24 16:33 UTC  (5+ messages)

[PATCH] rust: irq: add support for request_irq()
 2024-10-24 15:08 UTC  (3+ messages)

[PATCH] rust: platform: add Io support
 2024-10-24 14:20 UTC 

[PATCH] rust: block: fix formatting in GenDisk doc
 2024-10-24 14:02 UTC  (4+ messages)

[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
 2024-10-24  7:33 UTC  (23+ 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 0/2] Add dma coherent allocator abstraction
 2024-10-24  6:09 UTC  (5+ messages)
` [PATCH 1/2] rust: error: Add EOVERFLOW
` [PATCH 2/2] rust: add dma coherent allocator abstraction

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-23 21:14 UTC  (19+ messages)
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [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 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v5] rust: add global lock support
 2024-10-23 13:39 UTC  (7+ messages)

[PATCH v6] rust: add global lock support
 2024-10-23 13:23 UTC 

[PATCH v5] rust: add global lock support
 2024-10-23 13:19 UTC  (2+ messages)

[PATCH net-next v3 2/8] rust: time: Introduce Delta type
 2024-10-23 13:09 UTC  (8+ messages)

[PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
 2024-10-23  1:58 UTC  (4+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-10-22 22:31 UTC  (5+ messages)

[PATCH] rust: miscdevice: add missing safety comments
 2024-10-22 13:41 UTC  (2+ messages)

[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  (5+ messages)

[PATCH v2] rust: page: add Rust version of PAGE_ALIGN
 2024-10-21 19:51 UTC  (15+ messages)

[PATCH v5 14/16] modules: Support extended MODVERSIONS info
 2024-10-21 19:35 UTC  (11+ messages)

[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  (2+ 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


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