index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
2025-03-08
rust: improve lifetimes markup
Borys Tyran
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
2025-03-08
rust: list: extract common code for insertion
Alice Ryhl
2025-03-06
rust: task: make Pid type alias public
Alice Ryhl
2025-03-06
rust: alloc: make `ReallocFunc::call` inline
Gary Guo
2025-02-16
Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
2025-02-12
rust: rbtree: fix overindented list item
Miguel Ojeda
2025-02-06
rust: kbuild: do not export generated KASAN ODR symbols
Matthew Maurer
2025-02-06
rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
Justin M. Forbes
2025-02-06
rust: init: use explicit ABI to clean warning in future compilers
Miguel Ojeda
2025-02-06
rust: kbuild: use host dylib naming in rusttestlib-kernel
Tamir Duberstein
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-18
rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
Sami Tolvanen
2025-01-16
rust: device: Use as_char_ptr() to avoid explicit cast
Viresh Kumar
2025-01-16
rust: device: Replace CString with CStr in property_present()
Viresh Kumar
2025-01-15
rust: device: Add property_present()
Viresh Kumar
2025-01-15
kbuild: rust: add PROCMACROLDFLAGS
HONG Yifan
2025-01-13
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
2025-01-13
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
2025-01-13
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
2025-01-13
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
2025-01-13
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
2025-01-13
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
2025-01-13
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
2025-01-13
rust: str: replace unwraps with question mark operators
Daniel Sedlak
2025-01-13
rust: page: remove unnecessary helper function from doctest
Daniel Sedlak
2025-01-13
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
2025-01-13
rust: init: replace unwraps with question mark operators
Daniel Sedlak
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2025-01-10
rust: devres: remove action in `Devres::drop`
Danilo Krummrich
2025-01-10
miscdevice: rust: use build_error! macro instead of function
Alice Ryhl
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
2025-01-07
rust: driver: address soundness issue in `RegistrationOps`
Danilo Krummrich
[next]