Sign in
android
/
kernel
/
common
/
8a6de2627fd37b76c6e8e77fa6c0fe82888e3fc3
/
rust
91afa49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Paolo Abeni
· 5 months ago
f683c9b1
Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 months ago
9c0fc36
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 5 months ago
3ed8d34
rust: net::phy always define device_table in module_phy_driver macro
by FUJITA Tomonori
· 5 months ago
cc4332af
rust: device: change the from_raw() function
by Guilherme Giacomo Simoes
· 5 months ago
05cef2c
rust: kunit: use C-string literals to clean warning
by Miguel Ojeda
· 5 months ago
d065cc7
rust: mutex: fix __mutex_init() usage in case of PREEMPT_RT
by Dirk Behme
· 6 months ago
732cd68
rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
by Gary Guo
· 6 months ago
a8ee30f
rust: sync: require `T: Sync` for `LockedBy::access`
by Alice Ryhl
· 6 months ago
ece207a
rust: kernel: sort Rust modules
by Miguel Ojeda
· 6 months ago
5701725
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
by Linus Torvalds
· 6 months ago
ca627e6
rust: cfi: add support for CFI_CLANG with Rust
by Matthew Maurer
· 6 months ago
502cc06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 6 months ago
aeb0e24
kbuild: rust: replace proc macros dependency on `core.o` with the version text
by Miguel Ojeda
· 6 months ago
ac3e972
kbuild: rust: rebuild if the version text changes
by Miguel Ojeda
· 6 months ago
ab309b6
rust: avoid `box_uninit_write` feature
by Miguel Ojeda
· 6 months ago
a5a3c95
rust: macros: provide correct provenance when constructing THIS_MODULE
by Boqun Feng
· 6 months ago
a335e959
rust: rbtree: add `RBTree::entry`
by Alice Ryhl
· 6 months ago
98c14e4
rust: rbtree: add cursor
by Matt Gilbride
· 6 months ago
cf5397d
rust: rbtree: add mutable iterator
by Wedson Almeida Filho
· 6 months ago
e601f1b
rust: rbtree: add iterator
by Wedson Almeida Filho
· 6 months ago
a0d13aa
rust: rbtree: add red-black tree implementation backed by the C version
by Wedson Almeida Filho
· 6 months ago
5114e05
rust: net::phy unified genphy_read_status function for C22 and C45 registers
by FUJITA Tomonori
· 7 months ago
b2e4700
rust: net::phy unified read/write API for C22 and C45 registers
by FUJITA Tomonori
· 7 months ago
7909892
rust: net::phy implement AsRef<kernel::device::Device> trait
by FUJITA Tomonori
· 7 months ago
ffd2747
rust: net::phy support probe callback
by FUJITA Tomonori
· 7 months ago
4d080a0
rust: sizes: add commonly used constants
by FUJITA Tomonori
· 7 months ago
0903b9e
rust: alloc: eschew `Box<MaybeUninit<T>>::write`
by Jubilee Young
· 7 months ago
6e6efc5
rust: enable rustdoc's `--generate-link-to-definition`
by Miguel Ojeda
· 7 months ago
96fff2d
rust: types: add `ARef::into_raw`
by Kartik Prajapati
· 7 months ago
c730511
rust: kernel: use docs.kernel.org links in code documentation
by Michael Vetter
· 7 months ago
b204bbc
rust: list: add ListArcField
by Alice Ryhl
· 7 months ago
2003c04
rust: list: support heterogeneous lists
by Alice Ryhl
· 7 months ago
9078a4f
rust: list: add cursor
by Alice Ryhl
· 7 months ago
deeecc9
rust: list: add iterators
by Alice Ryhl
· 7 months ago
db84186
rust: list: add List
by Alice Ryhl
· 7 months ago
40c5329
rust: list: add macro for implementing ListItem
by Alice Ryhl
· 7 months ago
1417629
rust: list: add struct with prev/next pointers
by Alice Ryhl
· 7 months ago
a480263
rust: list: add tracking for ListArc
by Alice Ryhl
· 7 months ago
6cd3417
rust: list: add ListArc
by Alice Ryhl
· 7 months ago
0528ca0
rust: init: add `assert_pinned` macro
by Benno Lossin
· 7 months ago
6d1c22d
rust: init: add `write_[pin_]init` functions
by Benno Lossin
· 7 months ago
01db99b
rust: kernel: add `drop_contents` to `BoxExt`
by Benno Lossin
· 7 months ago
0ff8f3f
rust: kernel: fix typos in code comments
by Michael Vetter
· 7 months ago
fd764e7
rust: block: fix wrong usage of lockdep API
by Andreas Hindborg
· 7 months ago
b8673d5
rust: kbuild: fix export of bss symbols
by Andreas Hindborg
· 7 months ago
76501d1
rust: enable bindgen's `--enable-function-attribute-detection` flag
by Miguel Ojeda
· 7 months ago
1d15880
rust: sort blk includes in bindings_helper.h
by Alice Ryhl
· 7 months ago
e26fa54
rust: kbuild: auto generate helper exports
by Gary Guo
· 7 months ago
c4d7f54
objtool/kbuild/rust: enable objtool for Rust
by Miguel Ojeda
· 7 months ago
289088d
rust: module: add static pointer to `{init,cleanup}_module()`
by Miguel Ojeda
· 7 months ago
8763465
rust: kbuild: split up helpers.c
by Andreas Hindborg
· 7 months ago
7bc1867
rust: error: allow `useless_conversion` for 32-bit builds
by Miguel Ojeda
· 7 months ago
7adcdd5
rust: types: improve `ForeignOwnable` documentation
by Benno Lossin
· 7 months ago
6c2d0ad
rust: implement ForeignOwnable for Pin<Box<T>>
by Alice Ryhl
· 7 months ago
08f983a
rust: Implement the smart pointer `InPlaceInit` for `Arc`
by Alex Mantel
· 7 months ago
60cb1da
Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
by Linus Torvalds
· 7 months ago
02dfd63
rust: add intrinsics to fix `-Os` builds
by Miguel Ojeda
· 7 months ago
869b501
kbuild: rust: skip -fmin-function-alignment in bindgen flags
by Zehui Xu
· 7 months ago
fe99216
rust: Support latest version of `rust-analyzer`
by Sarthak Singh
· 7 months ago
cd04d50
rust: firmware: fix invalid rustdoc link
by Andrew Ballance
· 8 months ago
0ba521d
rust: macros: indent list item in `module!`'s docs
by Miguel Ojeda
· 8 months ago
910bfc2
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
by Linus Torvalds
· 8 months ago
f9bcc61
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
by Linus Torvalds
· 8 months ago
c2a96b7
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 months ago
76d9b92
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 8 months ago
3e78198
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
by Linus Torvalds
· 8 months ago
436381e
Merge branch 'slab/for-6.11/buckets' into slab/for-next
by Vlastimil Babka
· 8 months ago
f8f88aa
rust: relax most deny-level lints to warnings
by Miguel Ojeda
· 8 months ago
f85bea18
rust: allow `dead_code` for never constructed bindings
by Miguel Ojeda
· 8 months ago
dee1396
rust: init: simplify from `map_err` to `inspect_err`
by Miguel Ojeda
· 8 months ago
e516211
rust: macros: indent list item in `paste!`'s docs
by Miguel Ojeda
· 8 months ago
a23b018
firmware_loader: fix soundness issue in `request_internal`
by Danilo Krummrich
· 8 months ago
2c61b8c
firmware_loader: annotate doctests as `no_run`
by Danilo Krummrich
· 8 months ago
fc6e66f
rust: add abstraction for `struct page`
by Alice Ryhl
· 8 months ago
b33bf37
rust: uaccess: add typed accessors for userspace pointers
by Alice Ryhl
· 8 months ago
1b580e7
rust: uaccess: add userspace pointers
by Wedson Almeida Filho
· 8 months ago
ab44079
rust: alloc: add __GFP_HIGHMEM flag
by Alice Ryhl
· 8 months ago
d3ee24c
rust: alloc: fix typo in docs for GFP_NOWAIT
by Alice Ryhl
· 8 months ago
9ffc80c
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
by Miguel Ojeda
· 8 months ago
fe7d9d8
rust: kernel: make impl_has_work compatible with more generics
by Roland Xu
· 8 months ago
549d3c2
rust: add 'firmware' field support to module! macro
by FUJITA Tomonori
· 8 months ago
63249a0
rust: fix datatype in docs for `module` macro arguments
by Aswin Unnikrishnan
· 8 months ago
67f9c31
rust: add example for `alias` argument in `module` macro documentation
by Aswin Unnikrishnan
· 8 months ago
ad59baa
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
by Vlastimil Babka
· 8 months ago
ab0f4ce
arch: um: rust: Add i386 support for Rust
by David Gow
· 8 months ago
5b026e3
rust: block: fix generated bindings after refactoring of features
by Andreas Hindborg
· 9 months ago
4ead6c3
device: rust: improve safety comments
by Danilo Krummrich
· 9 months ago
bbe98f4
firmware: rust: improve safety comments
by Danilo Krummrich
· 9 months ago
5ddb88f
rust: block: do not use removed queue flag API
by Andreas Hindborg
· 9 months ago
de65828
rust: add firmware abstractions
by Danilo Krummrich
· 9 months ago
a674fef
rust: add abstraction for struct device
by Danilo Krummrich
· 9 months ago
5e3b700
rust: block: do not use removed queue limit API
by Andreas Hindborg
· 9 months ago
3253aba
rust: block: introduce `kernel::block::mq` module
by Andreas Hindborg
· 9 months ago
a126eca
rust: avoid unused import warning in `rusttest`
by Miguel Ojeda
· 9 months ago
4f05e82
Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
by Linus Torvalds
· 10 months ago
61307b7
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 10 months ago
ff9a793
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 10 months ago
2d9db77
Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 months ago
8f8d74e
LoongArch: rust: Switch to use built-in rustc target
by WANG Rui
· 10 months ago
Next »