summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21rust: init: update expanded macro explanationBenno Lossin
2023-08-21rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`Benno Lossin
2023-08-21rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`Benno Lossin
2023-08-21rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`Benno Lossin
2023-08-21rust: init: add support for arbitrary paths in init macrosBenno Lossin
2023-08-21rust: init: add functions to create array initializersBenno Lossin
2023-08-21rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fieldsBenno Lossin
2023-08-21rust: init: make initializer values inaccessible after initializingBenno Lossin
2023-08-21rust: init: wrap type checking struct initializers in a closureBenno Lossin
2023-08-21rust: init: make guards in the init macros hygienicBenno Lossin
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin
2023-08-21rust: init: make `#[pin_data]` compatible with conditional compilation of fieldsBenno Lossin
2023-08-21rust: init: consolidate init macrosBenno Lossin
2023-08-21docs: rust: clarify what 'rustup override' doesTrevor Gross
2023-08-20docs: rust: update instructions for obtaining 'core' sourceTrevor Gross
2023-08-20docs: rust: add command line to rust-analyzer sectionGuillaume Plourde
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma
2023-08-14rust: enable `no_mangle_with_rust_abi` Clippy lintMiguel Ojeda
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi
2023-08-10rust: macros: add `paste!` proc macroGary Guo
2023-08-10rust: types: make `Opaque` be `!Unpin`Benno Lossin
2023-08-10rust: make `UnsafeCell` the outer type in `Opaque`Alice Ryhl
2023-08-10kbuild: rust_is_available: add test suiteMiguel Ojeda
2023-08-10kbuild: rust_is_available: check that output looks as expectedMiguel Ojeda
2023-08-10kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda
2023-08-10kbuild: rust_is_available: normalize version matchingMiguel Ojeda
2023-08-10kbuild: rust_is_available: fix confusion when a version appears in the pathMiguel Ojeda
2023-08-09kbuild: rust_is_available: check that environment variables are setMiguel Ojeda
2023-08-09kbuild: rust_is_available: add check for `bindgen` invocationMiguel Ojeda
2023-08-09kbuild: rust_is_available: print docs referenceMiguel Ojeda
2023-08-09docs: rust: add paragraph about finding a suitable `libclang`Miguel Ojeda
2023-08-09kbuild: rust_is_available: fix version check when CC has multiple argumentsRussell Currey
2023-08-09kbuild: rust_is_available: remove -v optionMasahiro Yamada
2023-08-09MAINTAINERS: add Alice Ryhl as Rust reviewerMiguel Ojeda
2023-08-09MAINTAINERS: add Andreas Hindborg as Rust reviewerMiguel Ojeda
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma
2023-08-07rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc implBjörn Roy Baron
2023-08-07rust: allocator: Use krealloc_aligned() in KernelAllocator::allocBoqun Feng
2023-08-07rust: helpers: sort includes alphabetically in rust/helpers.cAriel Miculas
2023-08-07rust: lock: Add intra-doc links to the Backend traitBen Gooding
2023-08-06Linux 6.5-rc5v6.5-rc5Linus Torvalds
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai
2023-08-05Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds