- 5c5e048 Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 4 months ago
- 639409a Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 1 year, 4 months ago
- 455cdcb Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 1 year, 4 months ago
- cfd9672 rust: docs: fix logo replacement by Miguel Ojeda · 1 year, 5 months ago
- a7135d1 rust: Use grep -Ev rather than relying on GNU grep by Matthew Maurer · 1 year, 5 months ago
- 45f97e6 rust: Use awk instead of recent xargs by Matthew Maurer · 1 year, 5 months ago
- e08ff62 rust: upgrade to Rust 1.73.0 by Miguel Ojeda · 1 year, 5 months ago
- a53d8cd rust: print: use explicit link in documentation by Miguel Ojeda · 1 year, 5 months ago
- c61bcc2 rust: task: remove redundant explicit link by Miguel Ojeda · 1 year, 5 months ago
- 80bac83 rust: Respect HOSTCC when linking for host by Matthew Maurer · 1 year, 5 months ago
- 344b6c0 rust: fix bindgen build error with fstrict-flex-arrays by Andrea Righi · 1 year, 7 months ago
- 2a7e0a5 rust: error: Markdown style nit by Manmohan Shukla · 1 year, 6 months ago
- 17bfcd6 rust: error: fix the description for `ECHILD` by Wedson Almeida Filho · 1 year, 5 months ago
- b2516f7 rust: kernel: remove `#[allow(clippy::new_ret_no_self)]` by Gary Guo · 1 year, 6 months ago
- ae6df65 rust: upgrade to Rust 1.72.1 by Miguel Ojeda · 1 year, 7 months ago
- 828176d rust: arc: add explicit `drop()` around `Box::from_raw()` by Miguel Ojeda · 1 year, 7 months ago
- 15b286d rust: workqueue: add examples by Alice Ryhl · 1 year, 6 months ago
- 115c95e rust: workqueue: add `try_spawn` helper method by Alice Ryhl · 1 year, 6 months ago
- 47f0dbe rust: workqueue: implement `WorkItemPointer` for pointer types by Alice Ryhl · 1 year, 6 months ago
- 7324b88 rust: workqueue: add helper for defining work_struct fields by Alice Ryhl · 1 year, 6 months ago
- 0339413 rust: workqueue: define built-in queues by Wedson Almeida Filho · 1 year, 6 months ago
- d4d791d rust: workqueue: add low-level workqueue bindings by Alice Ryhl · 1 year, 6 months ago
- a832177 rust: sync: add `Arc::{from_raw, into_raw}` by Wedson Almeida Filho · 1 year, 6 months ago
- cd99b9e Merge tag 'docs-6.6' of git://git.lwn.net/linux by Linus Torvalds · 1 year, 6 months ago
- a031fe8 Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 1 year, 6 months ago
- 815c24a Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 1 year, 6 months ago
- 4af84c6 rust: init: update expanded macro explanation by Benno Lossin · 1 year, 7 months ago
- 7f8977a rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>` by Benno Lossin · 1 year, 7 months ago
- 1a8076a rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>` by Benno Lossin · 1 year, 7 months ago
- 2e704f1 rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>` by Benno Lossin · 1 year, 7 months ago
- 674b1c7 rust: init: add support for arbitrary paths in init macros by Benno Lossin · 1 year, 7 months ago
- 9e494390 rust: init: add functions to create array initializers by Benno Lossin · 1 year, 7 months ago
- 35e7fca rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields by Benno Lossin · 1 year, 7 months ago
- 92fd540 rust: init: make initializer values inaccessible after initializing by Benno Lossin · 1 year, 7 months ago
- b9b88be rust: init: wrap type checking struct initializers in a closure by Benno Lossin · 1 year, 7 months ago
- 97de919 rust: init: make guards in the init macros hygienic by Benno Lossin · 1 year, 7 months ago
- 071cedc rust: add derive macro for `Zeroable` by Benno Lossin · 1 year, 7 months ago
- f8badd1 rust: init: make `#[pin_data]` compatible with conditional compilation of fields by Benno Lossin · 1 year, 7 months ago
- b3068ac rust: init: consolidate init macros by Benno Lossin · 1 year, 7 months ago
- 4f353e0 scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc` by Martin Rodriguez Reboredo · 1 year, 7 months ago
- 08ab786 rust: bindgen: upgrade to 0.65.1 by Aakash Sen Sharma · 1 year, 9 months ago
- 89eed1a rust: upgrade to Rust 1.71.1 by Miguel Ojeda · 1 year, 7 months ago
- 41bdc6d btf, scripts: rust: drop is_rust_module.sh by Andrea Righi · 1 year, 8 months ago
- 823d473 rust: macros: add `paste!` proc macro by Gary Guo · 1 year, 8 months ago
- 0b4e3b6 rust: types: make `Opaque` be `!Unpin` by Benno Lossin · 1 year, 8 months ago
- 35cad61 rust: make `UnsafeCell` the outer type in `Opaque` by Alice Ryhl · 1 year, 9 months ago
- 3fa7187 rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`) by Qingsong Chen · 1 year, 7 months ago
- 49a9ef7 scripts: `make rust-analyzer` for out-of-tree modules by Vinay Varma · 1 year, 11 months ago
- 0beaf54 rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl by Björn Roy Baron · 1 year, 7 months ago
- f39a97d rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc by Boqun Feng · 1 year, 7 months ago
- 917b2e0 rust: helpers: sort includes alphabetically in rust/helpers.c by Ariel Miculas · 1 year, 11 months ago
- db7193a rust: lock: Add intra-doc links to the Backend trait by Ben Gooding · 1 year, 10 months ago
- b055448 rust: fix bindgen build error with UBSAN_BOUNDS_STRICT by Andrea Righi · 1 year, 8 months ago
- 1d24eb2 rust: delete `ForeignOwnable::borrow_mut` by Alice Ryhl · 1 year, 8 months ago
- b3d8aa8 rust: allocator: Prevent mis-aligned allocation by Boqun Feng · 1 year, 7 months ago
- 48fadf4 docs: Move rustdoc output, cross-reference it by Carlos Bilbao · 1 year, 8 months ago
- a66d733 rust: support running Rust documentation tests as KUnit ones by Miguel Ojeda · 1 year, 8 months ago
- ed615fb rust: types: make doctests compilable/testable by Miguel Ojeda · 1 year, 8 months ago
- bfa7dff rust: sync: make doctests compilable/testable by Miguel Ojeda · 1 year, 8 months ago
- cf36a49 rust: str: make doctests compilable/testable by Miguel Ojeda · 1 year, 8 months ago
- a30e94c rust: init: make doctests compilable/testable by Miguel Ojeda · 1 year, 8 months ago
- d2e3115 rust: error: `impl Debug` for `Error` with `errname()` integration by Gary Guo · 1 year, 9 months ago
- d09a610 rust: task: add `Send` marker to `Task` by Alice Ryhl · 1 year, 9 months ago
- be7724c rust: specify when `ARef` is thread safe by Alice Ryhl · 1 year, 9 months ago
- d701e06 rust: sync: reword the `Arc` safety comment for `Sync` by Alice Ryhl · 1 year, 9 months ago
- f8110cd rust: sync: reword the `Arc` safety comment for `Send` by Alice Ryhl · 1 year, 9 months ago
- 47329ba rust: sync: implement `AsRef<T>` for `Arc<T>` by Alice Ryhl · 1 year, 10 months ago
- bd780ae rust: sync: add `Arc::ptr_eq` by Alice Ryhl · 1 year, 10 months ago
- e37b654 rust: error: add missing error codes by Alice Ryhl · 1 year, 10 months ago
- 66bd753 rust: str: add conversion from `CStr` to `CString` by Alice Ryhl · 1 year, 10 months ago
- 4a59081 rust: error: allow specifying error type on `Result` by Alice Ryhl · 1 year, 10 months ago
- 309786c rust: init: update macro expansion example in docs by Benno Lossin · 1 year, 11 months ago
- 52b7bb4 rust: macros: replace Self with the concrete type in #[pin_data] by Benno Lossin · 1 year, 11 months ago
- e957b9c rust: macros: refactor generics parsing of `#[pin_data]` into its own function by Benno Lossin · 1 year, 11 months ago
- b8342add rust: macros: fix usage of `#[allow]` in `quote!` by Benno Lossin · 1 year, 11 months ago
- 3ed03f4 rust: upgrade to Rust 1.68.2 by Miguel Ojeda · 1 year, 11 months ago
- eed7a14 rust: arc: fix intra-doc link in `Arc<T>::init` by Miguel Ojeda · 1 year, 11 months ago
- f438c1d rust: alloc: clarify what is the upstream version by Miguel Ojeda · 1 year, 11 months ago
- 3108976 Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 1 year, 10 months ago
- ea76e08 rust: ioctl: Add ioctl number manipulation functions by Asahi Lina · 1 year, 11 months ago
- 4e17466 rust: uapi: Add UAPI crate by Asahi Lina · 1 year, 11 months ago
- 19096bc rust: sync: introduce `CondVar` by Wedson Almeida Filho · 2 years ago
- e32cca3 rust: lock: add `Guard::do_unlocked` by Wedson Almeida Filho · 2 years ago
- 7b1f55e rust: sync: introduce `LockedBy` by Wedson Almeida Filho · 1 year, 11 months ago
- 8da7a2b rust: introduce `current` by Wedson Almeida Filho · 1 year, 11 months ago
- 313c428 rust: add basic `Task` by Wedson Almeida Filho · 1 year, 11 months ago
- f1fbd6a rust: introduce `ARef` by Wedson Almeida Filho · 1 year, 11 months ago
- c6d917a rust: lock: introduce `SpinLock` by Wedson Almeida Filho · 1 year, 11 months ago
- 6d20d62 rust: lock: introduce `Mutex` by Wedson Almeida Filho · 1 year, 11 months ago
- 76d4bd5 rust: sync: introduce `Lock` and `Guard` by Wedson Almeida Filho · 1 year, 11 months ago
- 6ea5aa0 rust: sync: introduce `LockClassKey` by Wedson Almeida Filho · 1 year, 11 months ago
- 52a7f2d rust: init: broaden the blanket impl of `Init` by Benno Lossin · 1 year, 11 months ago
- d966c3c rust: allow to use INIT_STACK_ALL_ZERO by Andrea Righi · 2 years, 1 month ago
- 1944caa rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>` by Benno Lossin · 1 year, 11 months ago
- 701608b rust: sync: reduce stack usage of `UniqueArc::try_new_uninit` by Benno Lossin · 1 year, 11 months ago
- 692e893 rust: types: add `Opaque::ffi_init` by Benno Lossin · 1 year, 11 months ago
- 8586f1a rust: prelude: add `pin-init` API items to prelude by Benno Lossin · 1 year, 11 months ago
- 38cde0b rust: init: add `Zeroable` trait and `init::zeroed` function by Benno Lossin · 1 year, 11 months ago
- 6841d45 rust: init: add `stack_pin_init!` macro by Benno Lossin · 1 year, 11 months ago
- d0fdc39 rust: init: add `PinnedDrop` trait and macros by Benno Lossin · 1 year, 11 months ago