aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...Linus Torvalds1-2/+8
7 daysMerge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+1
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+17
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-112/+1529
2026-06-17rust: bitfield: mark `Debug` impl as `#[inline]`Gary Guo1-0/+1
2026-06-17rust: prelude: add `zerocopy{,_derive}::IntoBytes`Gary Guo1-2/+8
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+20
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds4-0/+17
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-0/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds21-359/+1029
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds1-0/+3
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds294-808/+40465
2026-06-10s390: Enable Rust supportJan Polensky1-0/+1
2026-06-10rust: helpers: Add memchr wrapper for string operationsJan Polensky2-0/+9
2026-06-10rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflictsJan Polensky1-0/+7
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo12-36/+59
2026-06-10rust: str: clean unused import for Rust >= 1.98Miguel Ojeda1-1/+0
2026-06-10rust: str: use the "kernel vertical" imports styleMiguel Ojeda1-5/+19
2026-06-10rust: aref: use the "kernel vertical" imports styleAndreas Hindborg1-1/+6
2026-06-10rust: page: use the "kernel vertical" imports styleAndreas Hindborg1-5/+13
2026-06-09rust: sync: completion: Mark inline complete_all and wait_for_completionFabricio Parra1-0/+2
2026-06-09rust: prelude: add `zerocopy{,_derive}::FromBytes`Miguel Ojeda1-0/+6
2026-06-09rust: zerocopy-derive: enable support in kbuildMiguel Ojeda1-8/+33
2026-06-09rust: zerocopy-derive: add `README.md`Miguel Ojeda1-0/+14
2026-06-09rust: zerocopy-derive: avoid generating non-ASCII identifiersMiguel Ojeda1-2/+2
2026-06-09rust: zerocopy-derive: add SPDX License IdentifiersMiguel Ojeda9-0/+18
2026-06-09rust: zerocopy-derive: import crateMiguel Ojeda9-0/+3507
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda1-6/+39
2026-06-09rust: zerocopy: add `README.md`Miguel Ojeda1-0/+14
2026-06-09rust: zerocopy: remove float `Display` supportMiguel Ojeda1-1/+0
2026-06-09rust: zerocopy: add SPDX License IdentifiersMiguel Ojeda20-0/+40
2026-06-09rust: zerocopy: import crateMiguel Ojeda233-0/+35005
2026-06-09rust: kbuild: support `skip_clippy` for `rustc_procmacro`Miguel Ojeda1-2/+2
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda1-0/+8
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda1-3/+2
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda1-2/+4
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda1-1/+0
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda1-1/+1
2026-06-09rust: sync: add `UniqueArc::as_ptr`Andreas Hindborg1-0/+8
2026-06-09rust: inline some init methodsAlexandre Courbot3-0/+8
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot1-244/+2
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes2-0/+324
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot2-0/+549
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta1-0/+1
2026-06-08driver core: platform: set mod_name in driver registrationShashank Balaji1-1/+3
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-0/+3
2026-06-08Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...Wolfram Sang1-1/+3
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov7-0/+82
2026-06-08rust: tests: drop 'use crate' in bitmap and atomic KUnit testsYury Norov2-6/+2
2026-06-06rust: i2c: fix I2cAdapter refcounts double incrementNicolás Antinori1-1/+3
2026-06-06Merge tag 'pin-init-v7.2' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda14-403/+438
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo2-14/+0
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo1-4/+4
2026-06-05rust: ptr: add panicking index projection variantGary Guo2-16/+85
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo1-1/+4
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo1-8/+8
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai1-0/+2
2026-06-04rust: module_param: add missing newline to pr_warn_onceKenny Glowner1-1/+1
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul4-51/+91
2026-06-02rust/drm/gem: Add DriverAllocImpl type aliasLyude Paul1-2/+7
2026-06-02rust/drm: Introduce DeviceContextLyude Paul3-57/+204
2026-06-02rust: drm: gem: s/device::Device/Device/ for shmem.rsLyude Paul1-5/+5
2026-06-01rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda1-1/+1
2026-05-31rust: block: fix GenDisk cleanup pathsHaoze Xie1-1/+19
2026-05-29rust: pin_init: internal: use `loop {}` to produce never valueGary Guo1-1/+1
2026-05-29rust: pin-init: remove `E` from `InitClosure`Gary Guo1-3/+3
2026-05-29rust: pin-init: move `InitClosure` out from `__internal`Gary Guo2-32/+32
2026-05-29rust: pin-init: docs: fix typos in MaybeZeroable documentationXiaobo Liu1-2/+2
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`Mirko Adzic1-1/+3
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`Mirko Adzic1-2/+10
2026-05-29rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated codeMartin Kletzander1-23/+27
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-3/+1
2026-05-28rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov1-0/+2
2026-05-29rust: devres: add 'static bound to Devres<T>Danilo Krummrich1-3/+3
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich19-342/+946
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich19-258/+816
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao2-1/+23
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich5-117/+132
2026-05-28rust: error: replace match + panic in const context with const expectDaniel del Castillo1-4/+2
2026-05-28Merge tag 'alloc-7.2-rc1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda7-58/+161
2026-05-27rust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra1-0/+6
2026-05-27rust: block: mq: align init_request numa_node arg with C signatureAndreas Hindborg1-1/+1
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-30/+77
2026-05-27rust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo5-0/+388
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich1-51/+52
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich2-23/+31
2026-05-27rust: driver: update module documentation for GAT-based Data typeDanilo Krummrich1-7/+13
2026-05-27rust: i2c: make Driver trait lifetime-parameterizedDanilo Krummrich1-18/+21
2026-05-27rust: usb: make Driver trait lifetime-parameterizedDanilo Krummrich1-15/+22
2026-05-27rust: auxiliary: make Driver trait lifetime-parameterizedDanilo Krummrich1-9/+9
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich3-29/+29
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-14/+14
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich12-56/+87
2026-05-27rust: device: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
2026-05-27rust: usb: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
2026-05-27rust: auxiliary: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
2026-05-27rust: platform: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
2026-05-27rust: pci: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
2026-05-27rust: driver core: drop drvdata before devres releaseDanilo Krummrich1-2/+2
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich8-55/+83
2026-05-27rust: driver: move 'static bounds to constructorGary Guo7-23/+26
2026-05-27rust: alloc: remove `'static` bound on `ForeignOwnable`Gary Guo2-8/+24
2026-05-27rust: pci: use 'static lifetime for PCI BAR resource namesDanilo Krummrich1-3/+3
2026-05-27rust: module_param: use `pr_warn_once!` for null pointer warningAndreas Hindborg1-2/+1
2026-05-25opp: rust: mark OPP methods as inlineNicolás Antinori1-0/+3
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich6-121/+134
2026-05-23rust: miscdevice: remove redundant importsAlvin Sun1-12/+1
2026-05-23rust: miscdevice: use vertical import styleAlvin Sun1-6/+28
2026-05-20rust: alloc: cleanup doctest imports to "kernel vertical" styleDanilo Krummrich4-12/+27
2026-05-20rust: alloc: cleanup imports and use "kernel vertical" styleDanilo Krummrich7-44/+114
2026-05-20rust: fmt: use vertical import styleKe Sun1-2/+17
2026-05-20rust: doc: disable doc inlining for all prelude itemsGary Guo1-0/+3
2026-05-18rust: pin-init: internal: project using full slotGary Guo3-10/+9
2026-05-18rust: pin-init: internal: project slots instead of referencesGary Guo4-123/+133
2026-05-18rust: pin-init: internal: make `make_closure` inherent methodsGary Guo3-53/+23
2026-05-18rust: pin-init: internal: use marker on drop guard type for pinned fieldsGary Guo3-44/+68
2026-05-18rust: pin-init: internal: init: handle code blocks earlyGary Guo1-45/+55
2026-05-14rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`Gary Guo3-21/+59
2026-05-14rust: pin-init: internal: pin_data: add struct to record field infoMohamad Alsadhan1-21/+32
2026-05-14rust: pin-init: internal: pin_data: use closure for `handle_field`Gary Guo1-74/+70
2026-05-13Merge patch series "rust: auxiliary: replace drvdata() with registration data"Danilo Krummrich3-115/+161
2026-05-12rust: alloc: fix `Vec::extend_with` SAFETY commentHsiu Che Yu1-1/+1
2026-05-12rust: alloc: add doc test for `Vec::extend_with`Hsiu Che Yu1-0/+18
2026-05-12rust: alloc: fix assert in `Vec::reserve` doc testHsiu Che Yu1-1/+1
2026-05-11rust: driver core: remove drvdata() and driver_typeDanilo Krummrich1-60/+0
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich1-55/+139
2026-05-11rust: alloc: add Box::zeroed()Danilo Krummrich1-0/+22
2026-05-10rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warningGary Guo3-3/+3
2026-05-10rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bumpGary Guo1-19/+8
2026-05-10rust: pin-init: internal: turn `PhantomPinned` error into warningsGary Guo2-1/+15
2026-05-10rust: pin-init: cleanup workaround for old Rust compilerGary Guo2-24/+3
2026-05-10rust: pin-init: fix badge URL in READMEGary Guo1-1/+1
2026-05-10rust: pin-init: internal: adjust license identifier of `zeroable.rs`Benno Lossin1-1/+1
2026-05-10rust: pin-init: internal: remove redundant `#[pin]` filteringGary Guo1-4/+0
2026-05-10rust: pin-init: internal: add missing where clause to projection typesMohamad Alsadhan1-1/+3
2026-05-10rust: pin-init: extend `impl_zeroable_option` macro to handle genericsMohamad Alsadhan1-15/+14
2026-05-10rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`Mohamad Alsadhan1-23/+23
2026-05-10rust: pin-init: bump minimum Rust version to 1.82Gary Guo7-18/+0
2026-05-10rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis1-0/+2
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds3-109/+105
2026-05-05drm/gpuvm: rust: add RUST_DRM_GPUVM option to KconfigAlice Ryhl2-3/+3
2026-05-05rust: gpuvm: add GpuVmCore::sm_map()Alice Ryhl2-6/+170
2026-05-05rust: gpuvm: add GpuVmCore::sm_unmap()Alice Ryhl4-5/+306
2026-05-05rust: gpuvm: add GpuVa structAlice Ryhl3-4/+185
2026-05-05rust: gpuvm: add GpuVm::obtain()Alice Ryhl3-3/+277
2026-05-05rust: drm: add base GPUVM immediate mode abstractionAsahi Lina5-0/+283
2026-05-03rust: drm: fix unsound initialization in drm::Device::newEliot Courtney1-6/+16
2026-05-01rust: drm: gem: clean up GEM state in init failure caseEliot Courtney1-2/+11
2026-04-30rust: pin-init: fix incorrect accessor reference lifetimeGary Guo2-68/+66
2026-04-30rust: pin-init: internal: move alignment check to `make_field_check`Gary Guo1-41/+37
2026-04-30rust: arch: um: Fix building 32-bit UML with GCCDavid Gow1-0/+2
2026-04-28rust: ACPI: fix missing match data for PRP0001Markus Probst3-13/+78
2026-04-27rust/drm: import ARef from sync crateMukesh Kumar Chaurasiya (IBM)1-4/+2
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-2/+247
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds22-270/+2374
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-130/+493
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-7/+6
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-425/+2004
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds50-489/+1062
2026-04-08Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda10-36/+75
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda10-129/+800
2026-04-07rust: sizes: add SizeConstants trait for device address space constantsJohn Hubbard1-44/+128
2026-04-07rust: kernel: update `file_with_nul` commentMiguel Ojeda1-1/+1
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl4-1/+6
2026-04-07rust: kbuild: update `bindgen --rust-target` version and replace commentMiguel Ojeda1-14/+2
2026-04-07rust: block: update `const_refs_to_static` MSRV TODO commentMiguel Ojeda1-3/+1
2026-04-07rust: macros: simplify code using `feature(extract_if)`Miguel Ojeda2-4/+8
2026-04-07rust: alloc: simplify with `NonNull::add()` now that it is stableMiguel Ojeda1-7/+1
2026-04-07rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`Miguel Ojeda1-27/+6
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda2-23/+0
2026-04-07rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`Miguel Ojeda1-4/+1
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda4-74/+6
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda3-53/+0
2026-04-07rust: allow globally `clippy::incompatible_msrv`Miguel Ojeda1-1/+0
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda2-3/+0
2026-04-07rust: kbuild: remove unneeded old `allow`s for generated layout testsMiguel Ojeda2-8/+0
2026-04-07rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2Miguel Ojeda1-4/+0
2026-04-07rust: kbuild: remove `--remap-path-prefix` workaroundsMiguel Ojeda1-6/+2
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman1-15/+18
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-2/+2
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-3/+1
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki1-7/+6
2026-04-04rust: prelude: use the "kernel vertical" imports styleMiguel Ojeda1-23/+77
2026-04-03rust: macros: simplify `format!` argumentsMiguel Ojeda1-7/+2
2026-04-03rust: clk: implement Send and SyncAlice Ryhl1-0/+7
2026-04-03rust: ptr: add const_align_up()John Hubbard1-0/+29
2026-04-03rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`Mirko Adzic1-0/+31
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-7/+6
2026-04-02Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...Miguel Ojeda1-0/+2
2026-04-01rust: task: implement == operator for TaskAlice Ryhl1-0/+9
2026-04-01rust: sync: implement == operator for ARefAlice Ryhl1-0/+22
2026-04-01Merge tag 'drm-rust-next-2026-03-30' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie27-632/+4230
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl1-1/+1
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo2-5/+31
2026-03-30rust: helpers: #define __rust_helperGary Guo1-0/+29
2026-03-30rust: rework `build_assert!` documentationGary Guo2-28/+92