aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown1-6/+17
2 daysMerge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown4-16/+81
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ax...Mark Brown1-1/+1
2 daysMerge branch 'modules-next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown1-2/+1
2 daysMerge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/rust/kern...Mark Brown29-343/+2171
2 daysMerge branch 'opp/linux-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown1-0/+3
2 daysMerge branch 'rust-i2c-next' of https://github.com/ikrtn/rust-for-linuxMark Brown1-0/+3
2 daysMerge branch 'mm-nonmm-stable' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown1-1/+1
2 daysMerge branch 'pin-init-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown14-364/+385
2 daysMerge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown10-64/+183
3 daysuaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-3/+1
3 daysrust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov1-0/+2
3 daysrust: module_param: add missing newline to pr_warn_onceKenny Glowner1-1/+1
3 daysrust: devres: add 'static bound to Devres<T>Danilo Krummrich1-3/+3
3 daysMerge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich19-342/+946
3 daysMerge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich19-258/+816
3 daysrust: drm: add FEAT_RENDER flag for render node supportLaura Nao2-1/+23
3 daysMerge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich5-117/+132
4 daysrust: error: replace match + panic in const context with const expectDaniel del Castillo1-4/+2
4 daysMerge tag 'alloc-7.2-rc1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda7-58/+161
4 daysrust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra1-0/+6
5 daysMerge branch 'for-7.2/block' into for-nextJens Axboe1-1/+1
5 daysrust: block: mq: align init_request numa_node arg with C signatureAndreas Hindborg1-1/+1
5 daysrust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-30/+77
5 daysrust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo5-0/+388
5 daysrust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich1-51/+52
5 daysrust: pci: make Bar lifetime-parameterizedDanilo Krummrich2-23/+31
5 daysrust: driver: update module documentation for GAT-based Data typeDanilo Krummrich1-7/+13
5 daysrust: i2c: make Driver trait lifetime-parameterizedDanilo Krummrich1-18/+21
5 daysrust: usb: make Driver trait lifetime-parameterizedDanilo Krummrich1-15/+22
5 daysrust: auxiliary: make Driver trait lifetime-parameterizedDanilo Krummrich1-9/+9
5 daysrust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich3-29/+29
5 daysrust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-14/+14
5 daysrust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich12-56/+87
5 daysrust: device: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
5 daysrust: usb: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
5 daysrust: auxiliary: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
5 daysrust: platform: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
5 daysrust: pci: implement Sync for Device<Bound>Danilo Krummrich1-0/+4
5 daysrust: driver core: drop drvdata before devres releaseDanilo Krummrich1-2/+2
5 daysrust: driver: decouple driver private data from driver typeDanilo Krummrich8-55/+83
5 daysrust: driver: move 'static bounds to constructorGary Guo7-23/+26
5 daysrust: alloc: remove `'static` bound on `ForeignOwnable`Gary Guo2-8/+24
5 daysrust: pci: use 'static lifetime for PCI BAR resource namesDanilo Krummrich1-3/+3
5 daysrust: module_param: use `pr_warn_once!` for null pointer warningAndreas Hindborg1-2/+1
7 daysopp: rust: mark OPP methods as inlineNicolás Antinori1-0/+3
7 daysMerge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich6-121/+134
8 daysi2c: rust: mark I2cAdapter methods as inlineNicolás Antinori1-0/+3
9 daysrust: miscdevice: remove redundant importsAlvin Sun1-12/+1
9 daysrust: miscdevice: use vertical import styleAlvin Sun1-6/+28
11 daysrust: alloc: cleanup doctest imports to "kernel vertical" styleDanilo Krummrich4-12/+27
11 daysrust: alloc: cleanup imports and use "kernel vertical" styleDanilo Krummrich7-44/+114
12 daysrust: fmt: use vertical import styleKe Sun1-2/+17
12 daysrust: doc: disable doc inlining for all prelude itemsGary Guo1-0/+3
14 daysrust: pin-init: internal: project using full slotGary Guo3-10/+9
14 daysrust: pin-init: internal: project slots instead of referencesGary Guo4-123/+133
14 daysrust: pin-init: internal: make `make_closure` inherent methodsGary Guo3-53/+23
14 daysrust: pin-init: internal: use marker on drop guard type for pinned fieldsGary Guo3-44/+68
14 daysrust: 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
2026-03-30rust: add `const_assert!` macroGary Guo4-21/+40
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo4-46/+42
2026-03-28rust: dma: add from-slice constructors for Coherent and CoherentBoxAlexandre Courbot1-0/+107
2026-03-28rust: dma: add CoherentHandle for DMA allocations without kernel mappingDanilo Krummrich1-0/+119
2026-03-28rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrsDanilo Krummrich1-3/+0
2026-03-27rust: dma: generalize BinaryWriter impl for Coherent<T>Danilo Krummrich1-1/+1
2026-03-27rust: uaccess: generalize write_dma() to accept any Coherent<T>Danilo Krummrich1-1/+7
2026-03-27rust: drm: gem: shmem: Add DRM shmem helper abstractionAsahi Lina5-2/+292
2026-03-27rust: drm: gem: Add raw_dma_resv() functionLyude Paul1-0/+12
2026-03-27rust: helpers: Add bindings/wrappers for dma_resv_lockAsahi Lina3-0/+16
2026-03-27rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis3-0/+10
2026-03-27rust: list: hide macros from top-level kernel docGary Guo4-3/+24
2026-03-26rust: drm: use new sync::aref path for importsAlice Ryhl1-1/+1
2026-03-26rust: workqueue: use new sync::aref path for importsAlice Ryhl1-3/+9
2026-03-26rust: drm: dispatch delayed work items to the private dataDaniel Almeida1-0/+13
2026-03-26rust: workqueue: add delayed work support for ARef<T>Daniel Almeida1-0/+11
2026-03-26rust: drm: dispatch work items to the private dataDaniel Almeida1-3/+53
2026-03-26rust: workqueue: add support for ARef<T>Daniel Almeida1-6/+79
2026-03-26rust: gem: Introduce DriverObject::ArgsLyude Paul1-3/+10
2026-03-26rust: drm: Add gem::impl_aref_for_gem_obj!Lyude Paul1-15/+36
2026-03-25rust: pin-init: replace `addr_of_mut!` with `&raw mut`Antonio Hickey8-10/+14
2026-03-25rust: pin-init: implement ZeroableOption for NonZero* integer typesHamdan-Khan1-7/+14
2026-03-25rust: pin-init: doc: de-clutter documentation with fake-variadicsGary Guo1-1/+18
2026-03-25rust: pin-init: properly document let binding workaroundBenno Lossin3-6/+20
2026-03-25rust: pin-init: build: simplify use of nightly featuresGary Guo7-12/+9
2026-03-25rust: dma: implement BinaryWriter for Coherent<[u8]>Timur Tabi1-0/+34
2026-03-25rust: uaccess: add write_dma() for copying from DMA buffers to userspaceTimur Tabi1-10/+75
2026-03-24rust: device: add device name methodTimur Tabi2-0/+16
2026-03-24rust: regulator: do not assume that regulator_get() returns non-nullAlice Ryhl1-15/+18
2026-03-23rust: dma: remove dma::CoherentAllocation<T>Danilo Krummrich1-150/+0
2026-03-23rust: dma: add Coherent:init() and Coherent::init_with_attrs()Danilo Krummrich1-0/+38
2026-03-23rust: dma: introduce dma::CoherentBox for memory initializationDanilo Krummrich1-1/+153
2026-03-23rust: dma: add zeroed constructor to `Coherent`Gary Guo1-8/+85
2026-03-23rust: dma: add generalized container for types other than slicesGary Guo2-139/+226
2026-03-23rust: dma: use "kernel vertical" style for importsDanilo Krummrich1-4/+12
2026-03-23rust: gpu: Add GPU buddy allocator bindingsJoel Fernandes6-0/+651
2026-03-23rust: interop: Add list module for C linked list interfaceJoel Fernandes5-0/+368
2026-03-23hrtimer: add usage examples to documentationAndreas Hindborg1-0/+336
2026-03-23rust: time: make ClockSource unsafe traitFUJITA Tomonori1-6/+20
2026-03-23rust/time: Add Delta::from_nanos()Lyude Paul1-0/+6
2026-03-23rust: str: improve safety comment for CString::try_from_fmtNakamura Shuta1-1/+4
2026-03-18rust: devres: embed struct devres_node directlyDanilo Krummrich1-46/+139
2026-03-17Merge tag 'rust_io-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich6-362/+1854
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich14-485/+2297
2026-03-17rust: io: introduce `write_reg` and `LocatedRegister`Alexandre Courbot2-2/+120
2026-03-17rust: io: add `register!` macroAlexandre Courbot2-1/+1233
2026-03-17rust: io: use generic read/write accessors for primitive accessesAlexandre Courbot1-68/+150
2026-03-17rust: io: add IoLoc type and generic I/O accessorsAlexandre Courbot1-0/+124
2026-03-17rust: num: make Bounded::get constAlexandre Courbot1-2/+5
2026-03-17rust: num: add `into_bool` method to `Bounded`Alexandre Courbot1-0/+21
2026-03-17rust: num: add `shr` and `shl` methods to `Bounded`Alexandre Courbot1-0/+42
2026-03-17rust: enable the `generic_arg_infer` featureAlexandre Courbot1-0/+3
2026-03-17rust: io: remove overloaded Io methods of MmioAlexandre Courbot1-207/+0
2026-03-17rust: pci: io: remove overloaded Io methods of ConfigSpaceAlexandre Courbot2-74/+0
2026-03-17rust: io: remove legacy relaxed accessors of MmioAlexandre Courbot1-40/+0
2026-03-17rust: io: provide Mmio relaxed ops through a wrapper typeAlexandre Courbot1-0/+66
2026-03-17rust: io: mem: use non-relaxed I/O ops in examplesAlexandre Courbot1-4/+6
2026-03-17rust: io: turn IoCapable into a functional traitAlexandre Courbot2-43/+163
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman12-177/+552
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich12-177/+552
2026-03-15rust: types: remove temporary re-exports of ARef and AlwaysRefCountedShankari Anand1-2/+0