aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13rust: init: update `stack_try_pin_init` examplesJimmy Ostler1-4/+20
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler1-3/+4
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak1-11/+17
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak1-4/+2
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak1-23/+23
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak1-2/+4
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-4/+18
2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich1-12/+35
2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl1-3/+3
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-10/+12
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda6-18/+18
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda2-8/+9
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda4-16/+16
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda2-5/+7
2025-01-07rust: driver: address soundness issue in `RegistrationOps`Danilo Krummrich3-11/+30
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich1-1/+1
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich1-2/+2
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+16
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg1-1/+1
2024-12-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra6-3/+72
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich5-0/+214
2024-12-20rust: driver: implement `Adapter`Danilo Krummrich2-1/+58
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich2-0/+61
2024-12-20rust: pci: implement I/O mappable `pci::Bar`Danilo Krummrich1-1/+141
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich5-0/+314
2024-12-20rust: add devres abstractionDanilo Krummrich4-0/+190
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich4-0/+363
2024-12-20rust: add `Revocable` typeWedson Almeida Filho2-0/+220
2024-12-20rust: types: add `Opaque::pin_init`Danilo Krummrich1-0/+11
2024-12-20rust: add rcu abstractionWedson Almeida Filho4-0/+62
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich2-0/+171
2024-12-20rust: implement generic driver registrationDanilo Krummrich2-0/+118
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich2-0/+10
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul5-0/+30
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul2-1/+9
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul2-1/+9
2024-12-19rust: sync: Make Guard::new() publicLyude Paul1-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul1-0/+23
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+16
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno1-3/+3
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui1-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui1-0/+10
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein1-0/+8
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme1-0/+3
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak1-7/+4
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu1-2/+2
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori1-2/+2
2024-12-16rust: cleanup unnecessary castsGary Guo2-5/+5