summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl
2025-03-08rust: improve lifetimes markupBorys Tyran
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl
2025-03-08rust: list: extract common code for insertionAlice Ryhl
2025-03-06rust: task: make Pid type alias publicAlice Ryhl
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-13rust/kernel: Add faux device bindingsLyude Paul
2025-02-12rust: rbtree: fix overindented list itemMiguel Ojeda
2025-02-06rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-16rust: device: Use as_char_ptr() to avoid explicit castViresh Kumar
2025-01-16rust: device: Replace CString with CStr in property_present()Viresh Kumar
2025-01-15rust: device: Add property_present()Viresh Kumar
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein
2025-01-13rust: types: avoid `as` castsTamir Duberstein
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding
2025-01-13rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler
2025-01-13rust: init: update `stack_try_pin_init` examplesJimmy Ostler
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich
2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda
2025-01-07rust: driver: address soundness issue in `RegistrationOps`Danilo Krummrich
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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