开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2026-07-26
Merge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
2026-07-26
Merge branch 'usb-next' of https://git.kernel.org/pub/scm/linux/kernel/git/gr...
Mark Brown
2026-07-26
Merge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...
Mark Brown
2026-07-26
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/iommu/...
Mark Brown
2026-07-26
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
Mark Brown
2026-07-26
Merge branch 'modules-next' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Mark Brown
2026-07-26
Merge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/rust/kern...
Mark Brown
2026-07-26
Merge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Mark Brown
2026-07-26
Merge branch 'rust-i2c-next' of https://github.com/ikrtn/rust-for-linux
Mark Brown
2026-07-26
Merge branch 'pin-init-next' of https://github.com/Rust-for-Linux/linux.git
Mark Brown
2026-07-23
rust: pci: add sriov_get_totalvfs() helper
Zhi Wang
2026-07-21
rust: irq: fix C header path in module docs
Younes Akhouayri
2026-07-21
rust: io: document const-offset requirement for infallible accessors
Gary Guo
2026-07-21
rust: device: make lifetime on `Core` and `CoreInternal` invariant
Gary Guo
2026-07-19
rust: drm: fix non-const `read8` in unit test
Gary Guo
2026-07-18
rust: time: fix as_micros_ceil() to round correctly for negative Delta
FUJITA Tomonori
2026-07-18
rust: device: move drvdata_borrow() to InternalBoundContext
Danilo Krummrich
2026-07-18
rust: device: add BoundInternal device context and InternalBoundContext trait
Danilo Krummrich
2026-07-17
rust: firmware: avoid UB in example by passing parameter
Miguel Ojeda
2026-07-17
rust: miscdevice: fix write_iter safety docs
Yilin Chen
2026-07-17
rust: poll: use kfree_rcu() for PollCondVar
Alice Ryhl
2026-07-17
rust_binder: report netlink transactions
Carlos Llamas
2026-07-17
rust: netlink: add raw netlink abstraction
Alice Ryhl
2026-07-17
rust: net: add rust/kernel/net to NETWORKING [GENERAL]
Alice Ryhl
2026-07-17
rust_binder: Add dynamic debug logging mask
Jahnavi MN
2026-07-17
usb: rust: mark Device and Interface methods as inline
Nicolás Antinori
2026-07-16
rust: device: avoid trailing ; in printing macros
Alice Ryhl
2026-07-15
cpufreq: intel_pstate: Adjust the .adjust_perf() driver callback
Rafael J. Wysocki
2026-07-14
rust: devres: ensure revocation is complete before device finishes unbinding
Danilo Krummrich
2026-07-14
rust: devres: fix race between concurrent revokers
Danilo Krummrich
2026-07-14
Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Danilo Krummrich
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
2026-07-13
Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and Dev...
Danilo Krummrich
2026-07-13
rust: drm: Fix typo in FEAT_RENDER documentation
Younes Akhouayri
2026-07-13
rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
Sami Tolvanen
2026-07-13
rust: drm: gpuvm: require Send + Sync for the driver's associated data
Sami Tolvanen
2026-07-13
rust: pin-init: make `[pin_]chain` unwind safe
Mirko Adzic
2026-07-13
rust: pin-init: make `[pin_]init_array_from_fn` unwind safe
Mirko Adzic
2026-07-13
rust: pin-init: internal: generate brace in macro for init code blocks
Gary Guo
2026-07-13
rust: pin-init: internal: remove `allow` and `expect`s that don't fire
Gary Guo
2026-07-13
rust: pin-init: remove redundant clippy expects in doc tests
Gary Guo
2026-07-13
rust: pin-init: examples: fix incorrect drop
Gary Guo
2026-07-13
rust: pin-init: internal: error on duplicate `#[pin]` attribute
Luiz Georg
2026-07-13
rust: drm: fix GEM object pointer safety docs
Yilin Chen
2026-07-12
rust: drm: Pass registration data to ioctl handlers
Danilo Krummrich
2026-07-12
rust: drm: Add RegistrationData to drm::Driver
Danilo Krummrich
2026-07-12
rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
Danilo Krummrich
2026-07-12
rust: drm: return ParentDevice from Device AsRef
Danilo Krummrich
2026-07-12
rust: drm: Wrap ioctl dispatch in RegistrationGuard
Danilo Krummrich
2026-07-12
rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
Danilo Krummrich
[next]