index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-10
mm: krealloc: clarify valid usage of __GFP_ZERO
mm/krealloc
Danilo Krummrich
2024-09-10
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
2024-09-10
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
2024-09-10
mm: vmalloc: implement vrealloc()
Danilo Krummrich
2024-09-05
docs: rust: include other expressions in conditional compilation section
Miguel Ojeda
2024-09-05
kbuild: rust: replace proc macros dependency on `core.o` with the version text
Miguel Ojeda
2024-09-05
kbuild: rust: rebuild if the version text changes
Miguel Ojeda
2024-09-05
kbuild: rust: re-run Kconfig if the version text changes
Miguel Ojeda
2024-09-05
kbuild: rust: add `CONFIG_RUSTC_VERSION`
Miguel Ojeda
2024-09-04
rust: avoid `box_uninit_write` feature
Miguel Ojeda
2024-09-03
MAINTAINERS: add Trevor Gross as Rust reviewer
Miguel Ojeda
2024-08-31
rust: rbtree: add `RBTree::entry`
Alice Ryhl
2024-08-31
rust: rbtree: add cursor
Matt Gilbride
2024-08-31
rust: rbtree: add mutable iterator
Wedson Almeida Filho
2024-08-31
rust: rbtree: add iterator
Wedson Almeida Filho
2024-08-31
rust: rbtree: add red-black tree implementation backed by the C version
Wedson Almeida Filho
2024-08-25
rust: enable rustdoc's `--generate-link-to-definition`
Miguel Ojeda
2024-08-25
docs: rust: improve main page introducing a "Code documentation" section
Miguel Ojeda
2024-08-25
docs: rust: link to https://rust.docs.kernel.org
Miguel Ojeda
2024-08-25
rust: types: add `ARef::into_raw`
Kartik Prajapati
2024-08-25
rust: kernel: use docs.kernel.org links in code documentation
Michael Vetter
2024-08-24
docs: rust: quick-start: add Debian Testing
Miguel Ojeda
2024-08-23
rust: list: add ListArcField
Alice Ryhl
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
2024-08-23
rust: list: add cursor
Alice Ryhl
2024-08-23
rust: list: add iterators
Alice Ryhl
2024-08-23
rust: list: add List
Alice Ryhl
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
2024-08-23
rust: list: add struct with prev/next pointers
Alice Ryhl
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
2024-08-23
rust: list: add ListArc
Alice Ryhl
2024-08-23
rust: init: add `assert_pinned` macro
Benno Lossin
2024-08-23
rust: support arrays in target JSON
Matthew Maurer
2024-08-22
rust: init: add `write_[pin_]init` functions
Benno Lossin
2024-08-22
rust: kernel: add `drop_contents` to `BoxExt`
Benno Lossin
2024-08-21
rust: enable bindgen's `--enable-function-attribute-detection` flag
Miguel Ojeda
2024-08-21
rust: sort blk includes in bindings_helper.h
Alice Ryhl
2024-08-19
rust: kbuild: auto generate helper exports
Gary Guo
2024-08-18
objtool/kbuild/rust: enable objtool for Rust
Miguel Ojeda
2024-08-18
objtool/rust: list `noreturn` Rust functions
Miguel Ojeda
2024-08-18
x86/rust: support MITIGATION_SLS
Miguel Ojeda
2024-08-18
x86/rust: support MITIGATION_RETHUNK
Miguel Ojeda
2024-08-18
x86/rust: support MITIGATION_RETPOLINE
Miguel Ojeda
2024-08-18
rust: module: add static pointer to `{init,cleanup}_module()`
Miguel Ojeda
2024-08-18
rust: kbuild: split up helpers.c
Andreas Hindborg
2024-08-18
init/Kconfig: Only block on RANDSTRUCT for RUST
Neal Gompa
2024-08-18
rust: error: allow `useless_conversion` for 32-bit builds
Miguel Ojeda
2024-08-18
rust: types: improve `ForeignOwnable` documentation
Benno Lossin
2024-08-18
rust: implement ForeignOwnable for Pin<Box<T>>
Alice Ryhl
2024-08-18
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
[next]