messages from 2025-04-26 21:50:45 to 2025-04-30 07:44:40 UTC [more...]
[PATCH v3 0/7] More Rust bindings for device property reads
2025-04-30 7:44 UTC (28+ 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 5/7] rust: property: Add child accessor and iterator
[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-04-30 6:58 UTC (13+ messages)
` [PATCH 06/16] gpu: nova-core: define registers layout using helper macro
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 10/16] gpu: nova-core: add basic timer device
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code
[PATCH v2 0/6] Use rustc-demangle for Rust demangling
2025-04-30 3:37 UTC (8+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v2 6/6] perf test demangle-ocaml: "
[PATCH 0/8] rust: DebugFS Bindings
2025-04-30 3:27 UTC (12+ messages)
` [PATCH 1/8] rust: debugfs: Bind DebugFS directory creation
` [PATCH 2/8] rust: debugfs: Bind file creation for long-lived Display
` [PATCH 3/8] rust: debugfs: Add scoped builder interface
` [PATCH 4/8] rust: debugfs: Allow subdir creation in "
` [PATCH 5/8] rust: debugfs: Support format hooks
` [PATCH 6/8] rust: debugfs: Implement display_file in terms of fmt_file
` [PATCH 7/8] rust: debugfs: Helper macro for common case implementations
` [PATCH 8/8] rust: samples: Add debugfs sample
[PATCH v2 0/3] Devres optimization with bound devices
2025-04-30 2:46 UTC (7+ 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 v14 00/27] riscv control-flow integrity for usermode
2025-04-30 0:16 UTC (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2] rust: device: allow `Device<DeviceContext>::parent()`
2025-04-29 21:52 UTC (3+ messages)
[PATCH v4 0/7] rust/hrtimer: Various hrtimer + time additions
2025-04-29 21:44 UTC (8+ messages)
` [PATCH v4 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v4 2/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v4 3/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v4 4/7] rust: time: Add Instant::from_nanos()
` [PATCH v4 5/7] rust: hrtimer: Add HrTimer::raw_cb_time()
` [PATCH v4 6/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v4 7/7] rust: hrtimer: Add HrTimer::expires()
[PATCH] rust: device: allow `dead_code` for `Device<>::parent()`
2025-04-29 21:05 UTC (5+ messages)
[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
2025-04-29 21:04 UTC (17+ messages)
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 4/8] rust: hrtimer: Add HrTimerClockBase
` [PATCH v2 5/8] rust: time: Add Instant::from_nanos()
[PATCH v2] rust: kernel: device: Add devm_of_platform_populate/depopulate
2025-04-29 20:55 UTC (11+ messages)
[PATCH v3] rust: check type of `$ptr` in `container_of!`
2025-04-29 20:35 UTC (6+ messages)
[PATCH v2 0/2] strncpy_from_user for Rust
2025-04-29 20:31 UTC (20+ messages)
` [PATCH v2 1/2] uaccess: rust: add strncpy_from_user
` [PATCH v2 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf
[PATCH v1 0/6] Use rustc-demangle for Rust demangling
2025-04-29 20:05 UTC (10+ messages)
` [PATCH v1 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v1 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v1 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v1 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v1 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v1 6/6] perf test demangle-ocaml: "
[PATCH v15 0/6] rust: Add IO polling
2025-04-29 19:27 UTC (14+ messages)
` [PATCH v15 5/6] rust: time: Add wrapper for fsleep() function
[PATCH] randstruct: Rebuild completely if randstruct.seed changes
2025-04-29 16:52 UTC (3+ messages)
[PATCH v4 0/7] Additional methods for Vec
2025-04-29 15:30 UTC (9+ messages)
` [PATCH v4 1/7] rust: alloc: add Vec::clear
` [PATCH v4 2/7] rust: alloc: add Vec::pop
` [PATCH v4 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v4 4/7] rust: alloc: add Vec::drain_all
` [PATCH v4 5/7] rust: alloc: add Vec::retain
` [PATCH v4 6/7] rust: alloc: add Vec::remove
` [PATCH v4 7/7] rust: alloc: add Vec::insert_within_capacity
[PATCH] rust: uaccess: take advantage of the prelude and `Result`'s defaults
2025-04-29 15:18 UTC (2+ messages)
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2025-04-29 13:48 UTC (5+ messages)
[PATCH v2] rust: page:: optimize rust symbol generation for Page
2025-04-29 9:15 UTC (2+ messages)
[PATCH v7 0/5] rust: adds Bitmap API, ID pool and bindings
2025-04-29 8:09 UTC (15+ messages)
` [PATCH v7 3/5] rust: add bitmap API
` [PATCH v7 4/5] rust: add find_bit_benchmark_rust module
[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
2025-04-29 7:33 UTC (2+ messages)
[PATCH] rust: kernel: device: Add of_platform_populate/depopulate
2025-04-28 18:39 UTC (3+ messages)
[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 (10+ messages)
` [PATCH 2/3] rust: devres: implement Devres::access_with()
` [PATCH 3/3] samples: rust: pci: take advantage of Devres::access_with()
[PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
2025-04-26 23:17 UTC (2+ messages)
` [13/16] "
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).