summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
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-20rust: sync: Add lock::Backend::assert_is_held()Lyude Paul5-0/+30
2024-12-20rust: sync: Add SpinLockGuard type aliasLyude Paul2-1/+9
2024-12-20rust: sync: Add MutexGuard type aliasLyude Paul2-1/+9
2024-12-20rust: sync: Make Guard::new() publicLyude Paul1-1/+1
2024-12-20rust: 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-18rust: 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
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo5-28/+47
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda4-10/+6
2024-12-16rust: miscdevice: add fops->show_fdinfo() hookAlice Ryhl1-0/+34
2024-12-16rust: miscdevice: Provide accessor to pull out miscdevice::this_deviceLee Jones1-0/+11
2024-12-16rust: miscdevice: access the `struct miscdevice` from fops->open()Alice Ryhl1-8/+22
2024-12-16rust: miscdevice: access file in fopsAlice Ryhl1-6/+25
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda1-1/+14
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl2-25/+21
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos1-2/+16
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-17/+629
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-2/+2
2024-11-27rust: fix up formatting after mergeLinus Torvalds1-2/+6
2024-11-27Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds66-865/+2905
2024-11-27Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-6/+225
2024-11-26Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-0/+194
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+10
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda4-5/+5
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2024-11-19jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl1-1/+1