summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich
2024-12-20rust: driver: implement `Adapter`Danilo Krummrich
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich
2024-12-20rust: pci: implement I/O mappable `pci::Bar`Danilo Krummrich
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich
2024-12-20rust: add devres abstractionDanilo Krummrich
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich
2024-12-20rust: add `Revocable` typeWedson Almeida Filho
2024-12-20rust: types: add `Opaque::pin_init`Danilo Krummrich
2024-12-20rust: add rcu abstractionWedson Almeida Filho
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich
2024-12-20rust: implement generic driver registrationDanilo Krummrich
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul
2024-12-19rust: sync: Make Guard::new() publicLyude Paul
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori
2024-12-16rust: cleanup unnecessary castsGary Guo
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda
2024-12-16rust: miscdevice: add fops->show_fdinfo() hookAlice Ryhl
2024-12-16rust: miscdevice: Provide accessor to pull out miscdevice::this_deviceLee Jones
2024-12-16rust: miscdevice: access the `struct miscdevice` from fops->open()Alice Ryhl
2024-12-16rust: miscdevice: access file in fopsAlice Ryhl
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-26rust: fix up formatting after mergeLinus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas
2024-11-10rust: use custom FFI integer typesGary Guo