summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-09-09rust: mm: mark VmaNew as transparentBaptiste Lepers1-0/+1
2025-08-28rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda1-0/+11
2025-08-28rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich1-3/+18
2025-08-28rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich1-2/+0
2025-08-28rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich1-2/+7
2025-08-28rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich1-12/+18
2025-08-28rust: faux: fix C header linkMiguel Ojeda1-1/+1
2025-08-20rust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
2025-08-20rust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-3/+7
2025-08-15rust: miscdevice: clarify invariant for `MiscDeviceRegistration`Shankari Anand1-1/+7
2025-08-15rust: devres: require T: Send for DevresDanilo Krummrich1-5/+5
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-11/+15
2025-07-15rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda5-7/+11
2025-07-11Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/m...Simona Vetter2-2/+11
2025-07-05rust: drm: remove unnecessary importsTamir Duberstein1-1/+0
2025-07-04rust: drm: device: drop_in_place() the drm::Device in release()Danilo Krummrich1-1/+11
2025-06-29rust: init: Fix generics in *_init! macrosJanne Grunau1-4/+4
2025-06-19Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-21/+181
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-06-14rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-11/+16
2025-06-14rust: devres: fix race in Devres::drop()Danilo Krummrich1-8/+29
2025-06-14rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich1-4/+14
2025-06-14rust: completion: implement initial abstractionDanilo Krummrich5-0/+124
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar3-0/+20
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar3-25/+57
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar1-0/+110
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori1-1/+1
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar1-37/+109
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds57-357/+1767
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-52/+73
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2025-06-01kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
2025-06-01mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-118/+1041
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki12-8/+3287
2025-05-30rust: file: improve safety commentsPekka Ristola1-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-05-30rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-30rust: check type of `$ptr` in `container_of!`Tamir Duberstein1-3/+10
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein1-33/+17
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein2-16/+12
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds22-67/+1662
2025-05-28rust: add helper for mutex_trylockPaolo Bonzini1-0/+5
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda1-22/+30
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda1-17/+1
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda1-6/+4
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda3-4/+3