messages from 2024-11-17 18:36:55 to 2024-11-21 20:43:04 UTC [more...]
[PATCH v6 00/18] Implement DWARF modversions
2024-11-21 20:42 UTC (17+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 03/18] gendwarfksyms: Expand base_type
` [PATCH v6 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v6 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v6 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v6 07/18] gendwarfksyms: Expand array_type
` [PATCH v6 08/18] gendwarfksyms: Expand structure types
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v6 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v6 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v6 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
2024-11-21 20:17 UTC (20+ messages)
` [PATCH v3 1/2] rust: page: use the page's reference count to decide when to free the allocation
` [PATCH v3 2/2] rust: page: Extend support to existing struct page mappings
[PATCH v6 0/4] Clean up rustdocs and add new checkpatch checks
2024-11-21 16:54 UTC (5+ messages)
` [PATCH v6 4/4] checkpatch: warn on empty rust doc comments
[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-21 14:39 UTC (32+ messages)
` [PATCH v8 1/7] mm: rust: add abstraction for struct mm_struct
` [PATCH v8 2/7] mm: rust: add vm_area_struct methods that require read access
` [PATCH v8 3/7] mm: rust: add vm_insert_page
` [PATCH v8 4/7] mm: rust: add lock_vma_under_rcu
` [PATCH v8 5/7] mm: rust: add mmput_async support
` [PATCH v8 6/7] mm: rust: add VmAreaNew
` [PATCH v8 7/7] rust: miscdevice: add mmap support
[PATCH v4 0/2] rust: Add Lock::from_raw() and expose Guard::new()
2024-11-21 10:27 UTC (5+ messages)
` [PATCH v4 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v4 2/2] rust: sync: Make Guard::new() public
[RFC PATCH 0/2] rust: LED abstractions
2024-11-21 9:47 UTC (7+ messages)
` [RFC PATCH 1/2] rust: LED abstraction
[PATCH v2] rust: add safety comment in rust_fmt_argument
2024-11-21 9:42 UTC (3+ messages)
[PATCH] x86/tools: Use a longer buffer for insn_decoder_test
2024-11-21 1:04 UTC (2+ messages)
[PATCH 0/3] rust: sync: Add Lock::is_locked()
2024-11-20 23:59 UTC (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: sync: Assert Lock::is_locked in Guard::new for debug builds
` [PATCH 3/3] rust: sync: Add Guard::new_unchecked()
[PATCH 0/2] rust: sync: Add Guard related type-aliases
2024-11-20 22:26 UTC (3+ messages)
` [PATCH 1/2] rust: sync: Add MutexGuard type alias
` [PATCH 2/2] rust: sync: Add SpinLockGuard "
[PATCH v5 00/19] Implement DWARF modversions
2024-11-20 21:54 UTC (10+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
[PATCH] rust: jump_label: skip formatting generated file
2024-11-20 18:32 UTC (3+ messages)
[PATCH v3 00/13] hrtimer Rust API
2024-11-20 15:58 UTC (18+ messages)
` [PATCH v3 02/13] rust: hrtimer: introduce hrtimer support
` [PATCH v3 04/13] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v3 06/13] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v3 07/13] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v3 11/13] rust: hrtimer: add `TimerMode`
[PATCH v10 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-20 11:48 UTC (3+ messages)
` [PATCH v10 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v10 2/2] rust: xarray: Add an abstraction for XArray
[PATCH v6 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-11-20 11:46 UTC (7+ messages)
` [PATCH v6 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v6 2/6] rust: types: avoid `as` casts
` [PATCH v6 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v6 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v6 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v6 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`
[PATCH v2 0/4] Replace unwraps in doctests with graceful handling
2024-11-20 11:45 UTC (9+ messages)
` [PATCH v2 1/4] rust: kernel: init: replace unwraps with the question mark operators
` [PATCH v2 2/4] rust: kernel: rbtree: remove unwrap in asserts
` [PATCH v2 3/4] rust: kernel: page: remove unnecessary helper function from doctest
` [PATCH v2 4/4] rust: kernel: str: replace unwraps with the question mark operators
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2024-11-19 18:57 UTC
[PATCH v9 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-19 18:55 UTC (20+ messages)
` [PATCH v9 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v9 2/2] rust: xarray: Add an abstraction for XArray
pinned_init vs. miri?
2024-11-19 10:11 UTC (2+ messages)
[RFC 0/6] lib: Rust implementation of SPDM
2024-11-19 4:24 UTC (4+ messages)
` [RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
[PATCH net-next v2] net: phy: qt2025: simplify Result<()> in probe return
2024-11-19 3:06 UTC (3+ messages)
[PATCH v8 0/3] Extended MODVERSIONS Support
2024-11-19 1:33 UTC (12+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
2024-11-18 23:48 UTC (7+ messages)
` [PATCH v3 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v3 2/2] rust: sync: Make Guard::new() public
[PATCH net-next] net: phy: qt2025: simplify Result<()> in probe return
2024-11-18 21:23 UTC (4+ messages)
[PATCH v3 0/3] rust: simplify Result<()> uses
2024-11-18 20:28 UTC (10+ messages)
` [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v3 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v3 3/3] rust: macros: simplify Result<()> in function returns
` (subset) [PATCH v3 0/3] rust: simplify Result<()> uses
[PATCH 0/2] Replace unwraps in doctests with graceful handling
2024-11-18 20:04 UTC (9+ messages)
` [PATCH 2/2] rust: kernel: rbtree: replace unwraps with functional programming paradigms
[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
2024-11-18 17:02 UTC (4+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
[PATCH v2 0/3] rust: simplify Result<()> uses
2024-11-18 16:51 UTC (8+ messages)
` [PATCH v2 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v2 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v2 3/3] rust: macros: simplify Result<()> in function returns
[PATCH] rust: simplify Result<()> uses
2024-11-18 14:44 UTC (11+ messages)
[PATCH] rust: allow `clippy::needless_lifetimes`
2024-11-18 10:26 UTC (3+ messages)
[PATCH] docs: rust: remove spurious item in `expect` list
2024-11-18 10:32 UTC (3+ messages)
[PATCH v6 6/7] rust: Add read_poll_timeout functions
2024-11-17 23:46 UTC (2+ messages)
[PATCH v5] Kunit to check the longest symbol length
2024-11-17 19:59 UTC
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