summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
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
2024-12-16rust: miscdevice: Provide accessor to pull out miscdevice::this_deviceLee Jones-0/+11
2024-12-16rust: miscdevice: access the `struct miscdevice` from fops->open()Alice Ryhl-8/+22
2024-12-16rust: miscdevice: access file in fopsAlice Ryhl-6/+25
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda-1/+14
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl-25/+21
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos-2/+16
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-17/+629
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada-2/+2
2024-11-26rust: fix up formatting after mergeLinus Torvalds-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-865/+2905
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+225