index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
1
-4
/
+20
2025-01-13
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
1
-3
/
+4
2025-01-13
rust: str: replace unwraps with question mark operators
Daniel Sedlak
1
-11
/
+17
2025-01-13
rust: page: remove unnecessary helper function from doctest
Daniel Sedlak
1
-4
/
+2
2025-01-13
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
1
-23
/
+23
2025-01-13
rust: init: replace unwraps with question mark operators
Daniel Sedlak
1
-2
/
+4
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2
-4
/
+18
2025-01-10
rust: devres: remove action in `Devres::drop`
Danilo Krummrich
1
-12
/
+35
2025-01-10
miscdevice: rust: use build_error! macro instead of function
Alice Ryhl
1
-3
/
+3
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
1
-10
/
+12
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
6
-18
/
+18
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
2
-8
/
+9
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
4
-16
/
+16
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
2
-5
/
+7
2025-01-07
rust: driver: address soundness issue in `RegistrationOps`
Danilo Krummrich
3
-11
/
+30
2025-01-07
rust: io: move module entry to its correct location
Danilo Krummrich
1
-1
/
+1
2025-01-07
rust: pci: do not depend on CONFIG_PCI_MSI
Danilo Krummrich
1
-2
/
+2
2025-01-03
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+16
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...
Peter Zijlstra
6
-3
/
+72
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
5
-0
/
+214
2024-12-20
rust: driver: implement `Adapter`
Danilo Krummrich
2
-1
/
+58
2024-12-20
rust: of: add `of::DeviceId` abstraction
Danilo Krummrich
2
-0
/
+61
2024-12-20
rust: pci: implement I/O mappable `pci::Bar`
Danilo Krummrich
1
-1
/
+141
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
5
-0
/
+314
2024-12-20
rust: add devres abstraction
Danilo Krummrich
4
-0
/
+190
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
4
-0
/
+363
2024-12-20
rust: add `Revocable` type
Wedson Almeida Filho
2
-0
/
+220
2024-12-20
rust: types: add `Opaque::pin_init`
Danilo Krummrich
1
-0
/
+11
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
4
-0
/
+62
2024-12-20
rust: implement `IdArray`, `IdTable` and `RawDeviceId`
Danilo Krummrich
2
-0
/
+171
2024-12-20
rust: implement generic driver registration
Danilo Krummrich
2
-0
/
+118
2024-12-20
rust: module: add trait `ModuleMetadata`
Danilo Krummrich
2
-0
/
+10
2024-12-19
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
5
-0
/
+30
2024-12-19
rust: sync: Add SpinLockGuard type alias
Lyude Paul
2
-1
/
+9
2024-12-19
rust: sync: Add MutexGuard type alias
Lyude Paul
2
-1
/
+9
2024-12-19
rust: sync: Make Guard::new() public
Lyude Paul
1
-1
/
+1
2024-12-19
rust: sync: Add Lock::from_raw() for Lock<(), B>
Lyude Paul
1
-0
/
+23
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+16
2024-12-19
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2024-12-18
rust: block: fix formatting in GenDisk doc
Yutaro Ohno
1
-3
/
+3
2024-12-18
rust: alloc: align Debug implementation for Box with Display
Guangbo Cui
1
-1
/
+1
2024-12-18
rust: alloc: implement Display for Box
Guangbo Cui
1
-0
/
+10
2024-12-18
rust: sync: document `PhantomData` in `Arc`
Tamir Duberstein
1
-0
/
+8
2024-12-18
rust: workqueue: Enable execution of doctests
Dirk Behme
1
-0
/
+3
2024-12-17
rust: error: modify `from_errno` to use `try_from_errno`
Daniel Sedlak
1
-7
/
+4
2024-12-17
rust: net::phy scope ThisModule usage in the module_phy_driver macro
Rahul Rameshbabu
1
-2
/
+2
2024-12-17
rust: net::phy fix module autoloading
FUJITA Tomonori
1
-2
/
+2
2024-12-16
rust: cleanup unnecessary casts
Gary Guo
2
-5
/
+5
[prev]
[next]