messages from 2025-02-05 12:59:45 to 2025-02-07 13:31:34 UTC [more...]
[PATCH v10 0/8] rust: Add IO polling
2025-02-07 13:26 UTC (2+ messages)
` [PATCH v10 1/8] sched/core: Add __might_sleep_precision()
[PATCH v6 2/3] rust: io: mem: add a generic iomem abstraction
2025-02-07 13:25 UTC (10+ messages)
[PATCH v3] rust: allocator_test: use `posix_memalign`
2025-02-07 12:19 UTC (4+ messages)
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-07 12:16 UTC (20+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[PATCH v2] rust/kernel: Add faux device bindings
2025-02-07 12:17 UTC (6+ messages)
[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
2025-02-07 11:07 UTC (27+ messages)
` [PATCH V8 01/14] rust: macros: enable use of hyphens in module names
` [PATCH V8 02/14] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V8 03/14] rust: cpu: Add from_cpu()
` [PATCH V8 04/14] rust: Add cpumask helpers
` [PATCH V8 05/14] rust: Add bindings for cpumask
` [PATCH V8 06/14] rust: Add bare minimal bindings for clk framework
` [PATCH V8 07/14] rust: Add initial bindings for OPP framework
` [PATCH V8 08/14] rust: Extend OPP bindings for the OPP table
` [PATCH V8 09/14] rust: Extend OPP bindings for the configuration options
` [PATCH V8 10/14] rust: Add initial bindings for cpufreq framework
` [PATCH V8 11/14] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V8 12/14] rust: Extend cpufreq bindings for driver registration
` [PATCH V8 13/14] rust: Extend OPP bindings with CPU frequency table
` [PATCH V8 14/14] cpufreq: Add Rust based cpufreq-dt driver
[PATCH v3 0/6] rust: treewide: add missing newlines to printing calls
2025-02-07 9:36 UTC (9+ messages)
` [PATCH v3 1/6] rust: docs: add missing newline to printing macro examples
` [PATCH v3 2/6] rust: error: add missing newline to pr_warn! calls
` [PATCH v3 3/6] rust: init: add missing newline to pr_info! calls
` [PATCH v3 4/6] rust: sync: add missing newline in locked_by log example
` [PATCH v3 5/6] rust: workqueue: add missing newline to pr_info! examples
` [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main
[PATCH] rust: rbtree: fix overindented list item
2025-02-07 9:34 UTC (2+ messages)
[PATCH v3 0/8] Driver core: Add faux bus devices
2025-02-07 9:16 UTC (18+ messages)
` [PATCH v3 1/8] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v3 2/8] regulator: dummy: convert to use the faux device interface
` [PATCH v3 3/8] x86/microcode: move away from using a fake platform device
` [PATCH v3 4/8] wifi: cfg80211: "
` [PATCH v3 5/8] tlclk: convert to use faux_device
` [PATCH v3 6/8] misc: lis3lv02d: "
` [PATCH v3 7/8] drm/vgem/vgem_drv "
` [PATCH v3 8/8] drm/vkms: "
[PATCH v2 1/2] gpu: nova-core: add initial driver stub
2025-02-07 8:23 UTC (12+ messages)
` [PATCH v2 2/2] gpu: nova-core: add initial documentation
[PATCH] rust/kernel: Add faux device bindings
2025-02-07 0:35 UTC (8+ messages)
[PATCH v3 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
2025-02-07 0:23 UTC (8+ messages)
` [PATCH v3 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v3 2/2] rust: lockdep: Use Pin for all LockClassKey usages
[PATCH] x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0
2025-02-06 23:12 UTC (7+ messages)
[PATCH] rust: Do not export generated KASAN ODR symbols
2025-02-06 23:04 UTC (9+ messages)
[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-06 21:35 UTC (12+ messages)
` [PATCH v15 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v15 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v15 3/3] MAINTAINERS: add entry for Rust XArray API
[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
2025-02-06 19:46 UTC (12+ messages)
[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
2025-02-06 19:27 UTC (26+ messages)
[PATCH] Add -fzero-init-padding-bits to bindgen_skip_cflags
2025-02-06 18:58 UTC (6+ messages)
[PATCH v2 0/5] Driver core: Add faux bus devices
2025-02-06 16:19 UTC (16+ messages)
` [PATCH v2 1/5] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v2 3/5] USB: phy: convert usb_phy_generic logic to use a faux device
[PATCH] drm/panthor: Convert IOCTL defines to an enum
2025-02-06 14:56 UTC (5+ messages)
[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
2025-02-06 12:04 UTC
[PATCH v2 1/1] rust: printing macros: add missing newlines
2025-02-06 13:00 UTC (2+ messages)
[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
2025-02-06 12:09 UTC
[PATCH 0/4] rust: configfs abstractions
2025-02-06 12:33 UTC (10+ messages)
` [PATCH 1/4] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH 2/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH 3/4] rust: configfs: introduce rust support for configfs
[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
2025-02-06 12:03 UTC
[PATCH] rust: init: use explicit ABI to clean warning in future compilers
2025-02-05 23:16 UTC (2+ messages)
[PATCH] rust: use host dylib naming in rusttestlib-kernel
2025-02-05 23:14 UTC (4+ messages)
[PATCH v1] perf symbol: Add rust v0 demangling support
2025-02-05 21:06 UTC (6+ messages)
[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-02-05 19:26 UTC (14+ messages)
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access
[PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-02-05 18:54 UTC (2+ messages)
[PATCH v2] rust: sync: add accessor for the lock behind a given guard
2025-02-05 18:52 UTC (2+ messages)
[PATCH] rust: sync: add accessor for the lock behind a given guard
2025-02-05 13:42 UTC (3+ messages)
[PATCH v3] arm: rust: Enable Rust support for ARMv7
2025-02-05 13:14 UTC (6+ 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).