index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2025-09-04
rust: alloc: kvec: implement AsPageIter for VVec
Danilo Krummrich
2025-09-04
rust: alloc: layout: implement ArrayLayout::size()
Danilo Krummrich
2025-09-04
rust: alloc: kbox: implement AsPageIter for VBox
Danilo Krummrich
2025-09-04
rust: page: define trait AsPageIter
Danilo Krummrich
2025-09-04
rust: alloc: implement VmallocPageIter
Danilo Krummrich
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-04
Merge tag 'opp-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Rafael J. Wysocki
2025-09-04
Merge tag 'cpufreq-arm-updates-6.18' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2025-09-04
rust: alloc: vmalloc: implement Vmalloc::to_page()
Danilo Krummrich
2025-09-04
rust: page: implement BorrowedPage
Danilo Krummrich
2025-09-04
rust: time: Implement basic arithmetic operations for Delta
Lyude Paul
2025-09-04
rust: time: Implement Add<Delta>/Sub<Delta> for Instant
Lyude Paul
2025-09-04
rust: hrtimer: Add HrTimer::expires()
Lyude Paul
2025-09-04
rust: time: Add Instant::from_ktime()
Lyude Paul
2025-09-04
rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
Lyude Paul
2025-09-04
rust: hrtimer: Add HrTimerCallbackContext and ::forward()
Lyude Paul
2025-09-04
rust: hrtimer: Add HrTimer::raw_forward() and forward()
Lyude Paul
2025-09-04
rust: hrtimer: Add HrTimerInstant
Lyude Paul
2025-09-04
rust: hrtimer: Document the return value for HrTimerHandle::cancel()
Lyude Paul
2025-09-03
rust: phy: use to_result for error handling
Onur Özkan
2025-09-02
rust: block: add remote completion to `Request`
Andreas Hindborg
2025-09-02
rust: block: mq: fix spelling in a safety comment
Andreas Hindborg
2025-09-02
rust: block: add `GenDisk` private data support
Andreas Hindborg
2025-09-02
rnull: enable configuration via `configfs`
Andreas Hindborg
2025-09-02
rust: block: add block related constants
Andreas Hindborg
2025-09-02
rust: block: remove trait bound from `mq::Request` definition
Andreas Hindborg
2025-09-02
rust: block: remove `RawWriter`
Andreas Hindborg
2025-09-02
rust: block: use `NullTerminatedFormatter`
Andreas Hindborg
2025-09-02
rust: block: normalize imports for `gen_disk.rs`
Andreas Hindborg
2025-09-02
rust: configfs: re-export `configfs_attrs` from `configfs` module
Andreas Hindborg
2025-09-02
rust: str: introduce `kstrtobool` function
Andreas Hindborg
2025-09-02
rust: str: introduce `NullTerminatedFormatter`
Andreas Hindborg
2025-09-02
rust: str: expose `str::{Formatter, RawFormatter}` publicly.
Andreas Hindborg
2025-09-02
rust: str: allow `str::Formatter` to format into `&mut [u8]`.
Andreas Hindborg
2025-09-02
rust: str: normalize imports in `str.rs`
Andreas Hindborg
2025-09-02
rust: device: fix unresolved link to drm::Device
Danilo Krummrich
2025-09-01
rust: pci: inline several tiny functions
John Hubbard
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
2025-09-01
rust: pci: add DeviceId::from_class_and_vendor() method
John Hubbard
2025-09-01
rust: pci: provide access to PCI Vendor values
John Hubbard
2025-09-01
rust: pci: provide access to PCI Class and Class-related items
John Hubbard
2025-09-01
rust: file: use to_result for error handling
Onur Özkan
2025-08-31
rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0
Alice Ryhl
2025-08-28
rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
Alexandre Courbot
2025-08-28
rust: transmute: Add methods for FromBytes trait
Christian S. Lima
2025-08-28
rust: regulator: use `to_result` for error handling
Onur Özkan
2025-08-27
rust: mm: mark VmaNew as transparent
Baptiste Lepers
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
2025-08-26
rust: opp: use to_result for error handling
Onur Özkan
2025-08-25
Merge 6.17-rc3 into driver-core-next
Greg Kroah-Hartman
[prev]
[next]