messages from 2025-04-24 06:29:13 to 2025-04-28 20:18:23 UTC [more...]
[PATCH v3 0/7] More Rust bindings for device property reads
2025-04-28 20:18 UTC (24+ messages)
` [PATCH v3 1/7] rust: property: Move property_present to separate file
` [PATCH v3 2/7] rust: property: Enable printing fwnode name and path
` [PATCH v3 3/7] rust: property: Introduce PropertyGuard
` [PATCH v3 4/7] rust: property: Add bindings for reading device properties
` [PATCH v3 5/7] rust: property: Add child accessor and iterator
` [PATCH v3 6/7] rust: property: Add property_get_reference_args
` [PATCH v3 7/7] samples: rust: platform: Add property read examples
[PATCH v3] rust: check type of `$ptr` in `container_of!`
2025-04-28 19:54 UTC (9+ messages)
[PATCH v2 0/3] Devres optimization with bound devices
2025-04-28 18:41 UTC (6+ messages)
` [PATCH v2 1/3] rust: revocable: implement Revocable::access()
` [PATCH v2 2/3] rust: devres: implement Devres::access_with()
` [PATCH v2 3/3] samples: rust: pci: take advantage of Devres::access_with()
[PATCH] rust: kernel: device: Add of_platform_populate/depopulate
2025-04-28 18:39 UTC (3+ messages)
[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
2025-04-28 18:22 UTC (10+ messages)
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 4/8] rust: hrtimer: Add HrTimerClockBase
[PATCH v15 0/6] rust: Add IO polling
2025-04-28 18:16 UTC (3+ messages)
` [PATCH v15 5/6] rust: time: Add wrapper for fsleep() function
[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-04-28 14:27 UTC (22+ messages)
` [PATCH 03/16] gpu: nova-core: derive useful traits for Chipset
` [PATCH 06/16] gpu: nova-core: define registers layout using helper macro
` [PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
` [13/16] "
[PATCH v7 0/5] rust: adds Bitmap API, ID pool and bindings
2025-04-28 13:21 UTC (17+ messages)
` [PATCH v7 3/5] rust: add bitmap API
` [PATCH v7 4/5] rust: add find_bit_benchmark_rust module
[PATCH v19 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-04-28 7:14 UTC (5+ messages)
[PATCH] kunit: fix longest symbol length test
2025-04-27 20:09 UTC (2+ messages)
[PATCH 2/3] rust: devres: implement Devres::access_with()
2025-04-27 17:30 UTC (6+ messages)
[PATCH 1/3] rust: revocable: implement Revocable::access()
2025-04-27 17:28 UTC (4+ messages)
[PATCH 0/3] Devres optimization with bound devices
2025-04-27 17:05 UTC (27+ messages)
` [PATCH 1/3] rust: revocable: implement Revocable::access()
` [PATCH 2/3] rust: devres: implement Devres::access_with()
` [PATCH 3/3] samples: rust: pci: take advantage of Devres::access_with()
[PATCH 1/2] rust: pin-init: fix typos
2025-04-26 11:36 UTC (4+ messages)
` [PATCH 2/2] rust: pin-init: improve documentation for `Zeroable` derive macros
[PATCH] uaccess: rust: add strncpy_from_user
2025-04-25 14:45 UTC (12+ messages)
[PATCH v3 0/3] Additional improvements for dma coherent allocator
2025-04-25 13:42 UTC (5+ messages)
` [PATCH v3 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
` [PATCH v3 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH v3 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
[PATCH v3 0/7] Additional methods for Vec
2025-04-25 9:30 UTC (13+ messages)
` [PATCH v3 2/7] rust: alloc: add Vec::pop
` [PATCH v3 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v3 5/7] rust: alloc: add Vec::retain
Build: arm rustgcc unknown argument '-mno-fdpic'
2025-04-24 17:01 UTC (8+ messages)
[PATCH v13 00/28] riscv control-flow integrity for usermode
2025-04-24 16:41 UTC (32+ messages)
` [PATCH v13 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v13 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v13 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v13 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v13 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v13 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v13 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v13 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v13 09/28] riscv mmu: write protect and shadow stack
` [PATCH v13 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v13 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v13 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v13 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v13 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v13 15/28] riscv/traps: Introduce software check exception
` [PATCH v13 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v13 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v13 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v13 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v13 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v13 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v13 22/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v13 23/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v13 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v13 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v13 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v13 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v13 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/2] Nova DRM skeleton driver
2025-04-24 16:02 UTC (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: register auxiliary device for nova-drm
` [PATCH v2 2/2] drm: nova-drm: add initial driver skeleton
[PATCH v2 0/8] DRM Rust abstractions
2025-04-24 13:59 UTC (2+ messages)
[PATCH v3] rust: alloc: implement `extend` for `Vec`
2025-04-24 13:36 UTC (11+ messages)
[PATCH 0/10] More Rust bindings for device property reads
2025-04-24 11:25 UTC (5+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 2/5] rust: Add bindings for reading device properties
[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-04-24 10:51 UTC (6+ messages)
` [PATCH V11 13/15] rust: cpufreq: Extend abstractions for driver registration
[PATCH] rust: remove spurious compiler_builtins dependents
2025-04-24 10:40 UTC (2+ messages)
[PATCH v6 00/13] rust: generate_rust_analyzer.py: define host crates and scripts
2025-04-24 10:38 UTC (14+ messages)
` [PATCH v6 01/13] scripts: generate_rust_analyzer.py: add missing whitespace
` [PATCH v6 02/13] scripts: generate_rust_analyzer.py: use double quotes
` [PATCH v6 03/13] scripts: generate_rust_analyzer.py: add trailing comma
` [PATCH v6 04/13] scripts: generate_rust_analyzer.py: extract `{build,register}_crate`
` [PATCH v6 05/13] scripts: generate_rust_analyzer.py: drop `"is_proc_macro": false`
` [PATCH v6 06/13] scripts: generate_rust_analyzer.py: add type hints
` [PATCH v6 07/13] scripts: generate_rust_analyzer.py: avoid optional arguments
` [PATCH v6 08/13] scripts: generate_rust_analyzer.py: use str(pathlib.Path)
` [PATCH v6 09/13] scripts: generate_rust_analyzer.py: identify crates explicitly
` [PATCH v6 10/13] scripts: generate_rust_analyzer.py: define host crates
` [PATCH v6 11/13] scripts: generate_rust_analyzer.py: avoid FD leak
` [PATCH v6 12/13] scripts: generate_rust_analyzer.py: define scripts
` [PATCH v6 13/13] scripts: generate_rust_analyzer.py: use `cfg_groups`
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).