summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich-1/+463
2024-10-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich-0/+6
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich-0/+43
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich-0/+48
2024-10-15rust: alloc: add module `allocator_test`Danilo Krummrich-2/+27
2024-10-15rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich-3/+28
2024-10-15rust: alloc: make `allocator` module publicDanilo Krummrich-1/+1
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich-0/+79
2024-10-15rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl-2/+2
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl-19/+24
2024-10-14rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich-3/+3
2024-10-14rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich-7/+12
2024-10-14rust: alloc: add `Allocator` traitDanilo Krummrich-0/+101
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+4
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+28
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia-69/+73
2024-10-10rust: error: optimize error type to use nonzeroFilipe Xavier-9/+28
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier-0/+43
2024-10-10rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral-11/+11
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl-0/+243
2024-10-09rust: types: add Opaque::try_ffi_initAlice Ryhl-0/+16
2024-10-08rust: add PidNamespaceChristian Brauner-6/+225
2024-10-08rust: add seqfile abstractionAlice Ryhl-0/+53
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner-12/+958
2024-10-07rust: error: make conversion functions publicFilipe Xavier-9/+4
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo-10/+1
2024-10-07rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda-6/+2
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda-28/+29
2024-10-07rust: enable Clippy's `check-private-items`Miguel Ojeda-0/+5
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda-3/+8
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda-3/+6
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda-5/+5
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda-1/+0
2024-10-07rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda-4/+0
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda-1/+4
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda-1/+1
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda-3/+3
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda-10/+45
2024-10-07rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda-33/+35
2024-10-07rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda-1/+0
2024-10-07rust: types: add examples for the `Either` typeNell Shamrell-Harrington-0/+9
2024-10-03rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori-6/+10
2024-10-03rust: device: change the from_raw() functionGuilherme Giacomo Simoes-13/+4
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda-2/+2
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl-0/+123
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl-2/+108
2024-09-30rust: file: add `FileDescriptorReservation`Wedson Almeida Filho-1/+74
2024-09-30rust: security: add abstraction for secctxAlice Ryhl-0/+105
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho-0/+105
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho-0/+399