Sign in
android-kvm
/
linux
/
504dc9f5e62e3beef2554c453576e84993053647
/
rust
910bfc2
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
by Linus Torvalds
· 5 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
· 6 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
· 6 months ago
76d9b92
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 6 months ago
3e78198
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
by Linus Torvalds
· 6 months ago
436381e
Merge branch 'slab/for-6.11/buckets' into slab/for-next
by Vlastimil Babka
· 6 months ago
f8f88aa
rust: relax most deny-level lints to warnings
by Miguel Ojeda
· 6 months ago
f85bea18
rust: allow `dead_code` for never constructed bindings
by Miguel Ojeda
· 6 months ago
dee1396
rust: init: simplify from `map_err` to `inspect_err`
by Miguel Ojeda
· 6 months ago
e516211
rust: macros: indent list item in `paste!`'s docs
by Miguel Ojeda
· 6 months ago
a23b018
firmware_loader: fix soundness issue in `request_internal`
by Danilo Krummrich
· 6 months ago
2c61b8c
firmware_loader: annotate doctests as `no_run`
by Danilo Krummrich
· 6 months ago
fc6e66f
rust: add abstraction for `struct page`
by Alice Ryhl
· 7 months ago
b33bf37
rust: uaccess: add typed accessors for userspace pointers
by Alice Ryhl
· 7 months ago
1b580e7
rust: uaccess: add userspace pointers
by Wedson Almeida Filho
· 7 months ago
ab44079
rust: alloc: add __GFP_HIGHMEM flag
by Alice Ryhl
· 7 months ago
d3ee24c
rust: alloc: fix typo in docs for GFP_NOWAIT
by Alice Ryhl
· 7 months ago
9ffc80c
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
by Miguel Ojeda
· 7 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
· 6 months ago
ab0f4ce
arch: um: rust: Add i386 support for Rust
by David Gow
· 7 months ago
5b026e3
rust: block: fix generated bindings after refactoring of features
by Andreas Hindborg
· 6 months ago
4ead6c3
device: rust: improve safety comments
by Danilo Krummrich
· 7 months ago
bbe98f4
firmware: rust: improve safety comments
by Danilo Krummrich
· 7 months ago
5ddb88f
rust: block: do not use removed queue flag API
by Andreas Hindborg
· 7 months ago
de65828
rust: add firmware abstractions
by Danilo Krummrich
· 7 months ago
a674fef
rust: add abstraction for struct device
by Danilo Krummrich
· 7 months ago
5e3b700
rust: block: do not use removed queue limit API
by Andreas Hindborg
· 7 months ago
3253aba
rust: block: introduce `kernel::block::mq` module
by Andreas Hindborg
· 7 months ago
a126eca
rust: avoid unused import warning in `rusttest`
by Miguel Ojeda
· 8 months ago
4f05e82
Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
by Linus Torvalds
· 8 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
· 8 months ago
ff9a793
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 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
· 8 months ago
8f8d74e
LoongArch: rust: Switch to use built-in rustc target
by WANG Rui
· 8 months ago
8f5b5f7
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
by Linus Torvalds
· 8 months ago
b1992c3
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
by Masahiro Yamada
· 9 months ago
97ab3e8
rust: alloc: fix dangling pointer in VecExt<T>::reserve()
by Danilo Krummrich
· 8 months ago
0028027
rust: kernel: remove redundant imports
by Miguel Ojeda
· 9 months ago
7c81aa8
rust: sync: implement `Default` for `LockClassKey`
by Miguel Ojeda
· 9 months ago
4a2ae88
rust: remove unneeded `kernel::prelude` imports from doctests
by Nell Shamrell-Harrington
· 9 months ago
ea175b2
rust: update `dbg!()` to format column number
by Raghav Narang
· 9 months ago
8437313
rust: helpers: Fix grammar in comment
by Thorsten Blum
· 9 months ago
9218cf8
rust: init: change the generated name of guard variables
by Benno Lossin
· 9 months ago
a0a4e17
rust: sync: add `Arc::into_unique_or_drop`
by Alice Ryhl
· 9 months ago
51f6af8
rust: sync: add `ArcBorrow::from_raw`
by Alice Ryhl
· 9 months ago
be2ca1e
rust: types: Make Opaque::get const
by Boqun Feng
· 9 months ago
ddd9120
rust: time: doc: Add missing C header links
by Boqun Feng
· 9 months ago
53ed0af
rust: add a rust helper for krealloc()
by Kent Overstreet
· 10 months ago
1984345
rust: remove `params` from `module` macro example
by Aswin Unnikrishnan
· 9 months ago
50cfe93
kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE
by Miguel Ojeda
· 9 months ago
323617f
rust: kernel: require `Send` for `Module` implementations
by Wedson Almeida Filho
· 10 months ago
df70d04
rust: phy: implement `Send` for `Registration`
by Wedson Almeida Filho
· 10 months ago
2c10928
rust: kernel: remove usage of `allocator_api` unstable feature
by Wedson Almeida Filho
· 10 months ago
c34aa00
rust: init: update `init` module to take allocation flags
by Wedson Almeida Filho
· 10 months ago
cc41670
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
by Wedson Almeida Filho
· 10 months ago
5ab560c
rust: alloc: update `VecExt` to take allocation flags
by Wedson Almeida Filho
· 10 months ago
08d3f54
rust: alloc: introduce the `BoxExt` trait
by Wedson Almeida Filho
· 10 months ago
b6a006e
rust: alloc: introduce allocation flags
by Wedson Almeida Filho
· 10 months ago
9d0441b
rust: alloc: remove our fork of the `alloc` crate
by Wedson Almeida Filho
· 10 months ago
11795ae
kbuild: use the upstream `alloc` crate
by Wedson Almeida Filho
· 10 months ago
0398977
rust: alloc: introduce the `VecExt` trait
by Wedson Almeida Filho
· 10 months ago
31d94d8
rust: kernel: move `allocator` module under `alloc`
by Wedson Almeida Filho
· 10 months ago
7044dcf
rust: macros: fix soundness issue in `module!` macro
by Benno Lossin
· 9 months ago
48b7f4d
rust: time: Add Ktime
by Alice Ryhl
· 10 months ago
8db31d3
rust: workqueue: add `#[pin_data]` to `Work`
by Benno Lossin
· 10 months ago
22eed60
rust: macros: allow generic parameter default values in `#[pin_data]`
by Benno Lossin
· 10 months ago
9762dca
rust: macros: add `decl_generics` to `parse_generics()`
by Benno Lossin
· 10 months ago
49ceae6
rust: init: remove impl Zeroable for Infallible
by Laine Taffin Altman
· 9 months ago
a321f3a
rust: str: add {make,to}_{upper,lower}case() to CString
by Danilo Krummrich
· 11 months ago
b481dd8
rust: upgrade to Rust 1.77.1
by Miguel Ojeda
· 11 months ago
d0f0241
rust: add `Module::as_ptr`
by Alice Ryhl
· 11 months ago
1d35aae
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 10 months ago
6d75c6f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 months ago
9187210
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 10 months ago
ff887eb
Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 10 months ago
e2bad14
kbuild: unexport abs_srctree and abs_objtree
by Masahiro Yamada
· 10 months ago
768409c
rust: upgrade to Rust 1.76.0
by Miguel Ojeda
· 11 months ago
ecab411
kbuild: mark `rustc` (and others) invocations as recursive
by Miguel Ojeda
· 11 months ago
e944171
rust: add `container_of!` macro
by Wedson Almeida Filho
· 11 months ago
4951ddd
rust: str: implement `Display` and `Debug` for `BStr`
by Yutaro Ohno
· 11 months ago
1b6170f
rust: module: place generated init_module() function in .init.text
by Thomas Bertschinger
· 11 months ago
5bc8184
rust: types: add `try_from_foreign()` method
by Obei Sideg
· 12 months ago
44f2e62
rust: kernel: stop using ptr_metadata feature
by Alice Ryhl
· 11 months ago
e283ee2
rust: kernel: add reexports for macros
by Alice Ryhl
· 11 months ago
ed6d0be
rust: locked_by: shorten doclink preview
by Valentin Obst
· 11 months ago
cd16c41
rust: kernel: remove unneeded doclink targets
by Valentin Obst
· 11 months ago
4c799d1
rust: kernel: add doclinks
by Valentin Obst
· 11 months ago
6269fad
rust: kernel: add blank lines in front of code blocks
by Valentin Obst
· 11 months ago
af8b18d
rust: kernel: mark code fragments in docs with backticks
by Valentin Obst
· 11 months ago
ebf2b8a
rust: kernel: unify spelling of refcount in docs
by Valentin Obst
· 11 months ago
4c62348
rust: str: move SAFETY comment in front of unsafe block
by Valentin Obst
· 11 months ago
8cfce47
rust: str: use `NUL` instead of 0 in doc comments
by Valentin Obst
· 11 months ago
ed85965
rust: kernel: add srctree-relative doclinks
by Valentin Obst
· 11 months ago
16dca5d
rust: ioctl: end top-level module docs with full stop
by Valentin Obst
· 11 months ago
69d5fbb
rust: error: improve unsafe code in example
by Valentin Obst
· 11 months ago
b6cda91
rust: kernel: fix multiple typos in documentation
by Valentin Obst
· 11 months ago
Next »