messages from 2025-05-20 21:00:09 to 2025-05-23 17:09:16 UTC [more...]
[PATCH v5 0/4] rust: DebugFS Bindings
2025-05-23 17:09 UTC (25+ messages)
` [PATCH v5 4/4] rust: samples: Add debugfs sample
[PATCH v2 00/13] `Zeroable` improvements & bindings integration
2025-05-23 14:51 UTC (14+ messages)
` [PATCH v2 01/13] rust: pin-init: rename `zeroed` to `init_zeroed`
` [PATCH v2 02/13] rust: pin-init: add `Zeroable::init_zeroed`
` [PATCH v2 03/13] rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functions
` [PATCH v2 04/13] rust: pin-init: implement `ZeroableOption` for `&T` and `&mut T`
` [PATCH v2 05/13] rust: pin-init: change `impl Zeroable for Option<NonNull<T>>` to `ZeroableOption for NonNull<T>`
` [PATCH v2 06/13] rust: pin-init: implement `ZeroableOption` for function pointers with up to 20 arguments
` [PATCH v2 07/13] rust: add `pin-init` as a dependency to `bindings` and `uapi`
` [PATCH v2 08/13] rust: derive `Zeroable` for all structs & unions generated by bindgen where possible
` [PATCH v2 09/13] rust: miscdevice: replace `MaybeUninit::zeroed().assume_init` with `pin_init::zeroed`
` [PATCH v2 10/13] rust: phy: "
` [PATCH v2 11/13] rust: block: replace `core::mem::zeroed` "
` [PATCH v2 12/13] rust: of: "
` [PATCH v2 13/13] rust: security: "
[PATCH 0/3] pin-init sync: test & CI fixes
2025-05-23 12:54 UTC (4+ messages)
` [PATCH 1/3] rust: pin-init: examples, tests: add conditional compilation in order to compile under any feature combination
` [PATCH 2/3] rust: pin-init: examples: pthread_mutex: disable the main test for miri
` [PATCH 3/3] rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` feature
[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
2025-05-23 11:53 UTC (16+ messages)
[PATCH v16 00/27] riscv control-flow integrity for usermode
2025-05-23 8:34 UTC (32+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v3 0/2] checkpatch.pl: Add warning for // comments on private Rust items
2025-05-23 7:15 UTC (7+ messages)
` [PATCH v3 1/2] checkpatch.pl: warn about "
[PATCH v3] docs: rust: quick-start: update Ubuntu instructions
2025-05-22 22:15 UTC (2+ messages)
[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
2025-05-22 22:14 UTC (5+ messages)
` [PATCH v5] "
[PATCH v2] arm: Fix rustgcc unknown argument '-mno-fdpic'
2025-05-22 22:13 UTC (6+ messages)
[PATCH] rust: workaround `bindgen` issue with forward references to `enum` types
2025-05-22 22:10 UTC (4+ messages)
[PATCH v5 0/9] More Rust bindings for device property reads
2025-05-22 20:23 UTC (16+ messages)
` [PATCH v5 2/9] rust: device: Enable accessing the FwNode of a Device
` [PATCH v5 4/9] rust: device: Enable printing fwnode name and path
` [PATCH v5 6/9] rust: device: Implement accessors for firmware properties
[PATCH] rust: add C FFI types to the prelude
2025-05-22 20:10 UTC (6+ messages)
[PATCH v2 00/12] Rust abstractions for shmem-backed GEM objects
2025-05-22 15:03 UTC (15+ messages)
` [PATCH v2 01/12] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v2 02/12] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v2 03/12] drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()
` [PATCH v2 04/12] drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free()
` [PATCH v2 05/12] rust: gem: Introduce BaseDriverObject::Args
` [PATCH v2 06/12] rust: drm: gem: Add OpaqueObject
` [PATCH v2 07/12] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v2 08/12] rust: drm: gem: shmem: Add share_dma_resv to ObjectConfig
` [PATCH v2 09/12] rust: drm: gem: Introduce OwnedSGTable
` [PATCH v2 10/12] rust: Add dma_buf stub bindings
` [PATCH v2 11/12] rust: drm: gem: Add export() callback
` [PATCH v2 12/12] rust: drm: gem: Add BaseObject::prime_export()
[GIT PULL] cpufreq/arm updates for 6.16
2025-05-22 10:20 UTC (2+ messages)
[RFC PATCH v2] rust: list: Add examples for linked list
2025-05-22 10:05 UTC (6+ messages)
[PATCH] rust: list: Use "List::is_empty()" to perform checking when possible
2025-05-22 10:01 UTC (5+ messages)
[PATCH] objtool/rust: relax slice condition to cover more `noreturn` Rust functions
2025-05-22 9:55 UTC (2+ messages)
[PATCH v1] rust: module: place cleanup_module() in .exit.text section
2025-05-22 9:47 UTC (2+ messages)
[PATCH] rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
2025-05-22 9:47 UTC (4+ messages)
[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-22 9:31 UTC (34+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 02/20] rust: make ETIMEDOUT error available
` [PATCH v4 03/20] rust: sizes: add constants up to SZ_2G
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 05/20] gpu: nova-core: use absolute paths in register!() macro
` [PATCH v4 06/20] gpu: nova-core: add delimiter for helper rules "
` [PATCH v4 07/20] gpu: nova-core: expose the offset of each register as a type constant
` [PATCH v4 08/20] gpu: nova-core: allow register aliases
` [PATCH v4 09/20] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v4 10/20] gpu: nova-core: add helper function to wait on condition
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v4 12/20] gpu: nova-core: add DMA object struct
` [PATCH v4 13/20] gpu: nova-core: register sysmem flush page
` [PATCH v4 14/20] gpu: nova-core: add falcon register definitions and base code
` [PATCH v4 15/20] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v4 17/20] gpu: nova-core: compute layout of the FRTS region
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v4 20/20] gpu: nova-core: load and "
[PATCH] arm: Fix rustgcc unknown argument '-mno-fdpic'
2025-05-22 8:46 UTC (6+ messages)
[PATCH v5] rust: kernel: add support for bits/genmask macros
2025-05-22 8:37 UTC (9+ messages)
[net-next PATCH v12 0/6] net: phy: Add support for new Aeonsemi PHYs
2025-05-22 3:30 UTC (2+ messages)
[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-05-21 23:01 UTC (10+ messages)
` [PATCH v3 1/2] "
[PATCH 00/10] rust: clean and enable Clippy `doc_markdown` lint
2025-05-21 15:09 UTC (3+ messages)
[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
2025-05-21 13:50 UTC (7+ messages)
` [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap
Build: arm rustgcc unknown argument '-mno-fdpic'
2025-05-21 6:49 UTC (10+ messages)
[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-21 3:17 UTC (12+ messages)
` [PATCH v3 16/19] nova-core: Add support for VBIOS ucode extraction for boot
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-20 23:49 UTC (4+ messages)
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] rust: sync: fix safety comment for `static_lock_class`
2025-05-20 23:17 UTC
[PATCH 1/2] rust: add `pin-init` as a dependency to `bindings` and `uapi`
2025-05-20 22:36 UTC (4+ messages)
` [PATCH 2/2] rust: derive `Zeroable` for all structs & unions generated by bindgen where possible
[PATCH v4 0/3] rust: add `UnsafePinned` type
2025-05-20 21:26 UTC (3+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type
[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
2025-05-20 20:59 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).