summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-18rust: optimize rust symbol generation for SeqFileKunwu Chan
2025-03-18rust: file: optimize rust symbol generation for FileDescriptorReservationKunwu Chan
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis
2025-03-09rust: firmware: add `module_firmware!` macroDanilo Krummrich
2025-03-09rust: firmware: introduce `firmware::ModInfoBuilder`Danilo Krummrich
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy
2025-03-06rust: workqueue: add missing newline to pr_info! examplesAlban Kurti
2025-03-06rust: sync: add missing newline in locked_by log exampleAlban Kurti
2025-03-06rust: init: add missing newline to pr_info! callsAlban Kurti
2025-03-06rust: error: add missing newline to pr_warn! callsAlban Kurti
2025-03-05rust: alloc: satisfy POSIX alignment requirementTamir Duberstein
2025-03-05rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...Benno Lossin
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-03-04cred,rust: mark Credential methods inlineAlice Ryhl
2025-03-04lsm,rust: reword "destroy" -> "release" in SecurityCtxAlice Ryhl
2025-03-04lsm,rust: mark SecurityCtx methods inlineAlice Ryhl
2025-02-28rust: Add cpumask helpersViresh Kumar
2025-02-24rust: workqueue: define built-in bh queuesHamza Mahfooz
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: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes
2025-02-06rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen
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-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier