summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-07-26Merge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
2026-07-26Merge branch 'usb-next' of https://git.kernel.org/pub/scm/linux/kernel/git/gr...Mark Brown
2026-07-26Merge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown
2026-07-26Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/iommu/...Mark Brown
2026-07-26Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...Mark Brown
2026-07-26Merge branch 'modules-next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
2026-07-26Merge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/rust/kern...Mark Brown
2026-07-26Merge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2026-07-26Merge branch 'rust-i2c-next' of https://github.com/ikrtn/rust-for-linuxMark Brown
2026-07-26Merge branch 'pin-init-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown
2026-07-23rust: pci: add sriov_get_totalvfs() helperZhi Wang
2026-07-21rust: irq: fix C header path in module docsYounes Akhouayri
2026-07-21rust: io: document const-offset requirement for infallible accessorsGary Guo
2026-07-21rust: device: make lifetime on `Core` and `CoreInternal` invariantGary Guo
2026-07-19rust: drm: fix non-const `read8` in unit testGary Guo
2026-07-18rust: time: fix as_micros_ceil() to round correctly for negative DeltaFUJITA Tomonori
2026-07-18rust: device: move drvdata_borrow() to InternalBoundContextDanilo Krummrich
2026-07-18rust: device: add BoundInternal device context and InternalBoundContext traitDanilo Krummrich
2026-07-17rust: firmware: avoid UB in example by passing parameterMiguel Ojeda
2026-07-17rust: miscdevice: fix write_iter safety docsYilin Chen
2026-07-17rust: poll: use kfree_rcu() for PollCondVarAlice Ryhl
2026-07-17rust_binder: report netlink transactionsCarlos Llamas
2026-07-17rust: netlink: add raw netlink abstractionAlice Ryhl
2026-07-17rust: net: add rust/kernel/net to NETWORKING [GENERAL]Alice Ryhl
2026-07-17rust_binder: Add dynamic debug logging maskJahnavi MN
2026-07-17usb: rust: mark Device and Interface methods as inlineNicolás Antinori
2026-07-16rust: device: avoid trailing ; in printing macrosAlice Ryhl
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki
2026-07-14rust: devres: ensure revocation is complete before device finishes unbindingDanilo Krummrich
2026-07-14rust: devres: fix race between concurrent revokersDanilo Krummrich
2026-07-14Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich
2026-07-13Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich
2026-07-13Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and Dev...Danilo Krummrich
2026-07-13rust: drm: Fix typo in FEAT_RENDER documentationYounes Akhouayri
2026-07-13rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBoSami Tolvanen
2026-07-13rust: drm: gpuvm: require Send + Sync for the driver's associated dataSami Tolvanen
2026-07-13rust: pin-init: make `[pin_]chain` unwind safeMirko Adzic
2026-07-13rust: pin-init: make `[pin_]init_array_from_fn` unwind safeMirko Adzic
2026-07-13rust: pin-init: internal: generate brace in macro for init code blocksGary Guo
2026-07-13rust: pin-init: internal: remove `allow` and `expect`s that don't fireGary Guo
2026-07-13rust: pin-init: remove redundant clippy expects in doc testsGary Guo
2026-07-13rust: pin-init: examples: fix incorrect dropGary Guo
2026-07-13rust: pin-init: internal: error on duplicate `#[pin]` attributeLuiz Georg
2026-07-13rust: drm: fix GEM object pointer safety docsYilin Chen
2026-07-12rust: drm: Pass registration data to ioctl handlersDanilo Krummrich
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich
2026-07-12rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>Danilo Krummrich
2026-07-12rust: drm: return ParentDevice from Device AsRefDanilo Krummrich
2026-07-12rust: drm: Wrap ioctl dispatch in RegistrationGuardDanilo Krummrich
2026-07-12rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sectionsDanilo Krummrich