summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-30Merge patch series "Add support for print exactly once"Miguel Ojeda1-0/+153
2026-01-30rust: print: Add pr_*_once macrosFUJITA Tomonori1-0/+70
2026-01-30rust: bug: Support DEBUG_BUGVERBOSE_DETAILED optionFUJITA Tomonori1-7/+13
2026-01-30rust: print: Add support for calling a function exactly onceFUJITA Tomonori1-0/+83
2026-01-30rust: kbuild: deduplicate pin-init flagsTamir Duberstein1-13/+26
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo5-21/+7
2026-01-30rust: clk: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+2
2026-01-30MAINTAINERS: Update my email address to @kernel.orgBoqun Feng2-8/+9
2026-01-28Merge patch series "refactor Rust proc macros with `syn`"Miguel Ojeda11-982/+816
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo2-9/+10
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo2-27/+3
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo1-9/+1
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo1-6/+7
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo2-157/+123
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo3-28/+29
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo3-35/+12
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo1-257/+286
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo3-234/+280
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo2-80/+98
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo10-205/+32
2026-01-28Merge tag 'pin-init-v7.0' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda16-2300/+1305
2026-01-27Merge tag 'rust-xarray-for-v6.20-v7.0' of https://github.com/Rust-for-Linux/l...Miguel Ojeda1-5/+5
2026-01-27MAINTAINERS: mailmap: update Tamir Duberstein's email addressTamir Duberstein2-1/+2
2026-01-26samples: rust: remove imports available via preludeGary Guo3-4/+1
2026-01-26rust: workqueue: add __rust_helper to helpersAlice Ryhl1-3/+5
2026-01-26rust: uaccess: add __rust_helper to helpersAlice Ryhl1-4/+6
2026-01-26rust: slab: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-26rust: rbtree: add __rust_helper to helpersAlice Ryhl1-4/+5
2026-01-26rust: of: add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-26rust: mm: add __rust_helper to helpersAlice Ryhl3-15/+16
2026-01-26rust: maple_tree: add __rust_helper to helpersAlice Ryhl1-1/+2
2026-01-26rust: err: add __rust_helper to helpersAlice Ryhl2-4/+4
2026-01-26rust: bug: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot1-3/+3
2026-01-26rust: transmute: implement FromBytes and AsBytes for inhabited ZSTsAlexandre Courbot1-0/+8
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak4-7/+7
2026-01-26MAINTAINERS: add "RUST [RUST-ANALYZER]" entryMiguel Ojeda1-0/+8
2026-01-19rust: rbtree: reduce unsafe blocks on pointer derefsOnur Özkan1-12/+15
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein3-14/+11
2026-01-19samples: rust: i2c: replace `kernel::c_str!` with C-StringsTamir Duberstein2-8/+6
2026-01-19rust: i2c: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+4
2026-01-19rust: ptr: replace unneeded use of `build_assert`Alexandre Courbot1-6/+6
2026-01-19rust: build_assert: add instructions for use with function argumentsAlexandre Courbot1-1/+6
2026-01-19rust: conclude the Rust experimentMiguel Ojeda2-19/+1
2026-01-19Linux 6.19-rc6v6.19-rc6Linus Torvalds1-1/+1
2026-01-19Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-269/+170
2026-01-19Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-16/+4
2026-01-19Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+4
2026-01-19Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-73/+168
2026-01-19Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-50/+33