index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: init: add functions to create array initializers
Benno Lossin
2023-08-21
1
-0
/
+88
*
rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
Benno Lossin
2023-08-21
2
-2
/
+129
*
rust: init: make initializer values inaccessible after initializing
Benno Lossin
2023-08-21
1
-9
/
+11
*
rust: init: wrap type checking struct initializers in a closure
Benno Lossin
2023-08-21
1
-4
/
+4
*
rust: init: make guards in the init macros hygienic
Benno Lossin
2023-08-21
3
-86
/
+56
*
rust: add derive macro for `Zeroable`
Benno Lossin
2023-08-21
5
-1
/
+140
*
rust: init: make `#[pin_data]` compatible with conditional compilation of fields
Benno Lossin
2023-08-21
1
-0
/
+2
*
rust: init: consolidate init macros
Benno Lossin
2023-08-21
2
-366
/
+259
*
docs: rust: clarify what 'rustup override' does
Trevor Gross
2023-08-21
1
-1
/
+3
*
docs: rust: update instructions for obtaining 'core' source
Trevor Gross
2023-08-20
1
-7
/
+8
*
docs: rust: add command line to rust-analyzer section
Guillaume Plourde
2023-08-20
1
-1
/
+3
*
scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
Martin Rodriguez Reboredo
2023-08-20
2
-2
/
+15
*
rust: bindgen: upgrade to 0.65.1
Aakash Sen Sharma
2023-08-15
6
-17
/
+13
*
rust: enable `no_mangle_with_rust_abi` Clippy lint
Miguel Ojeda
2023-08-14
1
-0
/
+1
*
rust: upgrade to Rust 1.71.1
Miguel Ojeda
2023-08-14
14
-253
/
+208
*
btf, scripts: rust: drop is_rust_module.sh
Andrea Righi
2023-08-10
3
-19
/
+1
*
rust: macros: add `paste!` proc macro
Gary Guo
2023-08-10
2
-0
/
+193
*
rust: types: make `Opaque` be `!Unpin`
Benno Lossin
2023-08-10
1
-5
/
+14
*
rust: make `UnsafeCell` the outer type in `Opaque`
Alice Ryhl
2023-08-10
1
-5
/
+5
*
kbuild: rust_is_available: add test suite
Miguel Ojeda
2023-08-10
1
-0
/
+346
*
kbuild: rust_is_available: check that output looks as expected
Miguel Ojeda
2023-08-10
1
-0
/
+28
*
kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`
Miguel Ojeda
2023-08-10
1
-2
/
+26
*
kbuild: rust_is_available: normalize version matching
Miguel Ojeda
2023-08-10
1
-4
/
+5
*
kbuild: rust_is_available: fix confusion when a version appears in the path
Miguel Ojeda
2023-08-10
1
-3
/
+1
*
kbuild: rust_is_available: check that environment variables are set
Miguel Ojeda
2023-08-09
1
-0
/
+29
*
kbuild: rust_is_available: add check for `bindgen` invocation
Miguel Ojeda
2023-08-09
1
-1
/
+21
*
kbuild: rust_is_available: print docs reference
Miguel Ojeda
2023-08-09
1
-0
/
+17
*
docs: rust: add paragraph about finding a suitable `libclang`
Miguel Ojeda
2023-08-09
1
-0
/
+17
*
kbuild: rust_is_available: fix version check when CC has multiple arguments
Russell Currey
2023-08-09
1
-2
/
+2
*
kbuild: rust_is_available: remove -v option
Masahiro Yamada
2023-08-09
2
-58
/
+42
*
MAINTAINERS: add Alice Ryhl as Rust reviewer
Miguel Ojeda
2023-08-09
1
-0
/
+1
*
MAINTAINERS: add Andreas Hindborg as Rust reviewer
Miguel Ojeda
2023-08-09
1
-0
/
+1
*
scripts: `make rust-analyzer` for out-of-tree modules
Vinay Varma
2023-08-07
3
-16
/
+28
*
rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
Björn Roy Baron
2023-08-07
1
-0
/
+27
*
rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc
Boqun Feng
2023-08-07
1
-3
/
+3
*
rust: helpers: sort includes alphabetically in rust/helpers.c
Ariel Miculas
2023-08-07
1
-2
/
+4
*
rust: lock: Add intra-doc links to the Backend trait
Ben Gooding
2023-08-07
1
-3
/
+3
*
Linux 6.5-rc5
v6.5-rc5
Linus Torvalds
2023-08-07
1
-1
/
+1
*
Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-08-06
16
-61
/
+98
|
\
|
*
fs: rely on ->iterate_shared to determine f_pos locking
Christian Brauner
2023-08-06
1
-1
/
+1
|
*
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2023-08-06
13
-58
/
+95
|
*
proc: fix missing conversion to 'iterate_shared'
Linus Torvalds
2023-08-06
1
-1
/
+1
|
*
open: make RESOLVE_CACHED correctly test for O_TMPFILE
Aleksa Sarai
2023-08-06
1
-1
/
+1
*
|
Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-08-06
5
-38
/
+64
|
\
\
|
*
|
rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
Andrea Righi
2023-08-04
1
-1
/
+1
|
*
|
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2023-08-04
2
-22
/
+3
|
*
|
rust: allocator: Prevent mis-aligned allocation
Boqun Feng
2023-08-04
2
-15
/
+60
*
|
|
Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
2023-08-06
3
-3
/
+14
|
\
\
\
|
*
|
|
ata,scsi: do not issue START STOP UNIT on resume
Damien Le Moal
2023-08-02
3
-3
/
+14
*
|
|
|
Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-08-05
1
-1
/
+5
|
\
\
\
\
[next]