messages from 2025-07-10 11:09:51 to 2025-07-11 19:47:00 UTC [more...]
[PATCH v18 00/27] riscv control-flow integrity for usermode
2025-07-11 19:46 UTC (16+ messages)
` [PATCH v18 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v18 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v18 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v18 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v18 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v18 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v18 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v18 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v18 09/27] riscv/mm: write protect and shadow stack
` [PATCH v18 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v18 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v18 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v18 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v18 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v18 15/27] riscv/traps: Introduce software check exception and uprobe handling
[PATCH 0/5] dma::Device trait and DMA mask
2025-07-11 19:35 UTC (7+ messages)
` [PATCH 1/5] rust: dma: implement `dma::Device` trait
` [PATCH 2/5] rust: dma: add DMA addressing capabilities
` [PATCH 3/5] rust: pci: implement the `dma::Device` trait
` [PATCH 4/5] rust: platform: "
` [PATCH 5/5] rust: samples: dma: set DMA mask
[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
2025-07-11 19:33 UTC (8+ messages)
[PATCH v6 0/9] LKMM generic atomics in Rust
2025-07-11 19:26 UTC (50+ messages)
` [PATCH v6 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v6 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v6 8/9] rust: sync: Add memory barriers
` [PATCH v6 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
[PATCH v12 0/4] support large align and nid in Rust allocators
2025-07-11 15:43 UTC (11+ messages)
` [PATCH v12 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc
[PATCH v10 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-07-11 15:19 UTC (16+ messages)
[PATCH] gpu: nova-core: fix bounds check In PmuLookupTableEntry::new, data is sliced from 2..6, but the bounds check data.len() < 5 does not satisfy those bounds
2025-07-11 14:55 UTC (9+ messages)
` [PATCH] gpu: nova-core: define named constants for magic numbers
[PATCH v2 0/2] Rename Device::as_ref() to from_raw()
2025-07-11 14:34 UTC (6+ messages)
` [PATCH v2 1/2] device: rust: rename Device::as_ref() to Device::from_raw()
` [PATCH v2 2/2] drm: rust: rename as_ref() to from_raw() for drm constructors
[PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
2025-07-11 14:29 UTC (2+ messages)
` [PATCH] gpu: nova-core: define named constants for magic numbers
[PATCH v3] workqueue: rust: add delayed work items
2025-07-11 14:17 UTC (3+ messages)
[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
2025-07-11 12:44 UTC (19+ messages)
` [PATCH 01/17] drivers: net: "
` [PATCH 02/17] gpu: nova-core: "
` [PATCH 03/17] rust: auxiliary: "
` [PATCH 04/17] rust: clk: "
` [PATCH 05/17] rust: configfs: "
` [PATCH 06/17] rust: cpufreq: "
` [PATCH 07/17] rust: device: "
` [PATCH 08/17] rust: firmware: "
` [PATCH 09/17] rust: kunit: "
` [PATCH 10/17] rust: macros: "
` [PATCH 11/17] rust: miscdevice: "
` [PATCH 12/17] rust: net: "
` [PATCH 13/17] rust: pci: "
` [PATCH 14/17] rust: platform: "
` [PATCH 15/17] rust: seq_file: "
` [PATCH 16/17] rust: str: "
` [PATCH 17/17] rust: sync: "
[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
2025-07-11 11:43 UTC (17+ messages)
` [PATCH v3 01/16] rust: str: normalize imports in `str.rs`
` [PATCH v3 02/16] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v3 03/16] rust: str: expose `str::Formatter::new` publicly
` [PATCH v3 04/16] rust: str: make `RawFormatter::bytes_written` public
` [PATCH v3 05/16] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v3 06/16] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v3 07/16] rust: block: use `NullTerminatedFormatter`
` [PATCH v3 08/16] rust: block: remove `RawWriter`
` [PATCH v3 09/16] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v3 10/16] rust: block: add block related constants
` [PATCH v3 11/16] rnull: move driver to separate directory
` [PATCH v3 12/16] rnull: enable configuration via `configfs`
` [PATCH v3 13/16] rust: block: add `GenDisk` private data support
` [PATCH v3 14/16] rust: block: mq: fix spelling in a safety comment
` [PATCH v3 15/16] rust: block: add remote completion to `Request`
` [PATCH v3 16/16] rnull: add soft-irq completion support
[PATCH v2 00/14] rnull: add configfs, remote completion to rnull
2025-07-11 10:02 UTC (5+ messages)
` [PATCH v2 05/14] rust: block: use `NullBorrowFormatter`
[PATCH] rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
2025-07-11 9:53 UTC (6+ messages)
[PATCH v11 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-07-11 9:25 UTC (6+ messages)
` [PATCH v11 1/3] pwm: Export `pwmchip_release` for external use
` [PATCH v11 2/3] rust: pwm: Add Kconfig and basic data structures
` [PATCH v11 3/3] rust: pwm: Add complete abstraction layer
[PATCH v2 0/2] rust: add initial scatterlist abstraction
2025-07-11 7:05 UTC (8+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
[PATCH v17 0/7] rust: extend `module!` macro with integer parameter support
2025-07-11 6:35 UTC (8+ messages)
` [PATCH v17 1/7] rust: sync: add `SetOnce`
` [PATCH v17 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v17 3/7] rust: introduce module_param module
` [PATCH v17 4/7] rust: module: use a reference in macros::module::module
` [PATCH v17 5/7] rust: module: update the module macro with module parameter support
` [PATCH v17 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v17 7/7] modules: add rust modules files to MAINTAINERS
[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
2025-07-11 6:13 UTC (7+ messages)
[PATCH v4 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-11 4:09 UTC (4+ messages)
` [PATCH v4 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v4 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v4 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro
[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-11 3:38 UTC (7+ messages)
` [PATCH v3 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v3 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-10 23:03 UTC (6+ messages)
[PATCH 1/2] rust: Add dma_set_mask() and dma_set_coherent_mask() bindings
2025-07-10 19:39 UTC (5+ messages)
[PATCH v3 RESEND] kunit: fix longest symbol length test
2025-07-10 19:30 UTC (2+ messages)
[PATCH v3 0/7] Documentation for nova-core
2025-07-10 19:06 UTC (4+ messages)
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
[PATCH v2] workqueue: rust: add delayed work items
2025-07-10 16:30 UTC (6+ messages)
[PATCH] rust: cpumask: Replace `MaybeUninit` with `Opaque::uninit`
2025-07-10 15:01 UTC (3+ messages)
[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-10 14:53 UTC (4+ messages)
` [PATCH v14 1/3] rust: macros: reduce collections in `quote!` macro
` [PATCH v14 2/3] rust: support formatting of foreign types
` [PATCH v14 3/3] rust: replace `CStr` with `core::ffi::CStr`
[PATCH v2 0/4] rust: i2c: Add basic I2C driver abstractions
2025-07-10 14:46 UTC (5+ messages)
` [PATCH v2 1/4] rust: i2c: add basic I2C device and "
[PATCH v12 0/3] rust: platform: add Io support
2025-07-10 13:58 UTC (10+ messages)
` [PATCH v12 1/3] rust: io: add resource abstraction
` [PATCH v12 2/3] rust: io: mem: add a generic iomem abstraction
[PATCH 0/6] Replace `kernel::str::CStr` with `core::ffi::CStr` (cycle 1)
2025-07-10 13:20 UTC (2+ messages)
[PATCH v9 0/5] rust: DebugFS Bindings
2025-07-10 11:11 UTC (10+ 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).