Age | Commit message (Expand) | Author |
2024-12-23 | rust: block: fix use of BLK_MQ_F_SHOULD_MERGE | Andreas Hindborg |
2024-12-20 | rust: platform: add basic platform device / driver abstractions | Danilo Krummrich |
2024-12-20 | rust: driver: implement `Adapter` | Danilo Krummrich |
2024-12-20 | rust: of: add `of::DeviceId` abstraction | Danilo Krummrich |
2024-12-20 | rust: pci: implement I/O mappable `pci::Bar` | Danilo Krummrich |
2024-12-20 | rust: pci: add basic PCI device / driver abstractions | Danilo Krummrich |
2024-12-20 | rust: add devres abstraction | Danilo Krummrich |
2024-12-20 | rust: add `io::{Io, IoRaw}` base types | Danilo Krummrich |
2024-12-20 | rust: add `Revocable` type | Wedson Almeida Filho |
2024-12-20 | rust: types: add `Opaque::pin_init` | Danilo Krummrich |
2024-12-20 | rust: add rcu abstraction | Wedson Almeida Filho |
2024-12-20 | rust: implement `IdArray`, `IdTable` and `RawDeviceId` | Danilo Krummrich |
2024-12-20 | rust: implement generic driver registration | Danilo Krummrich |
2024-12-20 | rust: module: add trait `ModuleMetadata` | Danilo Krummrich |
2024-12-19 | rust: sync: Add lock::Backend::assert_is_held() | Lyude Paul |
2024-12-19 | rust: sync: Add SpinLockGuard type alias | Lyude Paul |
2024-12-19 | rust: sync: Add MutexGuard type alias | Lyude Paul |
2024-12-19 | rust: sync: Make Guard::new() public | Lyude Paul |
2024-12-19 | rust: sync: Add Lock::from_raw() for Lock<(), B> | Lyude Paul |
2024-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-12-18 | rust: block: fix formatting in GenDisk doc | Yutaro Ohno |
2024-12-18 | rust: alloc: align Debug implementation for Box with Display | Guangbo Cui |
2024-12-18 | rust: alloc: implement Display for Box | Guangbo Cui |
2024-12-18 | rust: sync: document `PhantomData` in `Arc` | Tamir Duberstein |
2024-12-18 | rust: workqueue: Enable execution of doctests | Dirk Behme |
2024-12-17 | rust: error: modify `from_errno` to use `try_from_errno` | Daniel Sedlak |
2024-12-17 | rust: net::phy scope ThisModule usage in the module_phy_driver macro | Rahul Rameshbabu |
2024-12-17 | rust: net::phy fix module autoloading | FUJITA Tomonori |
2024-12-16 | rust: cleanup unnecessary casts | Gary Guo |
2024-12-16 | rust: map `long` to `isize` and `char` to `u8` | Gary Guo |
2024-12-16 | rust: finish using custom FFI integer types | Miguel Ojeda |
2024-12-16 | rust: miscdevice: add fops->show_fdinfo() hook | Alice Ryhl |
2024-12-16 | rust: miscdevice: Provide accessor to pull out miscdevice::this_device | Lee Jones |
2024-12-16 | rust: miscdevice: access the `struct miscdevice` from fops->open() | Alice Ryhl |
2024-12-16 | rust: miscdevice: access file in fops | Alice Ryhl |
2024-12-04 | rust: replace lsm context+len with lsm_context | Alice Ryhl |
2024-12-03 | rust: add safety comment in workqueue traits | Konstantin Andrikopoulos |
2024-11-30 | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux | Linus Torvalds |
2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-26 | rust: fix up formatting after merge | Linus Torvalds |
2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds |
2024-11-26 | Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2024-11-25 | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-11-25 | rust: alloc: Fix `ArrayLayout` allocations | Asahi Lina |
2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2024-11-20 | rust: jump_label: skip formatting generated file | Miguel Ojeda |
2024-11-18 | jump_label: rust: pass a mut ptr to `static_key_count` | Alice Ryhl |
2024-11-18 | Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-18 | rust: block: simplify Result<()> in validate_block_size return | Manas |
2024-11-10 | rust: use custom FFI integer types | Gary Guo |