summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak-4/+2
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak-23/+23
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak-2/+4
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-4/+18
2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich-12/+35
2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl-3/+3
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+16
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein-10/+12
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda-18/+18
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda-8/+9
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda-16/+16
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda-5/+7
2025-01-07rust: driver: address soundness issue in `RegistrationOps`Danilo Krummrich-11/+30
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich-1/+1
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich-2/+2
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+16
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg-1/+1
2024-12-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra-3/+72
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich-0/+214
2024-12-20rust: driver: implement `Adapter`Danilo Krummrich-1/+58
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich-0/+61
2024-12-20rust: pci: implement I/O mappable `pci::Bar`Danilo Krummrich-1/+141
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich-0/+314
2024-12-20rust: add devres abstractionDanilo Krummrich-0/+190
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich-0/+363
2024-12-20rust: add `Revocable` typeWedson Almeida Filho-0/+220
2024-12-20rust: types: add `Opaque::pin_init`Danilo Krummrich-0/+11
2024-12-20rust: add rcu abstractionWedson Almeida Filho-0/+62
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich-0/+171
2024-12-20rust: implement generic driver registrationDanilo Krummrich-0/+118
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich-0/+10
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul-0/+30
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul-1/+9
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul-1/+9
2024-12-19rust: sync: Make Guard::new() publicLyude Paul-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul-0/+23
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+16
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+2
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno-3/+3
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui-0/+10
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein-0/+8
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme-0/+3
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak-7/+4
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu-2/+2
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori-2/+2
2024-12-16rust: cleanup unnecessary castsGary Guo-5/+5
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo-28/+47
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda-10/+6
2024-12-16rust: miscdevice: add fops->show_fdinfo() hookAlice Ryhl-0/+34