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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
2
-0
/
+48
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
1
-0
/
+6
2024-12-19
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
3
-0
/
+20
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
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
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
4
-27
/
+11
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
4
-10
/
+6
2024-12-16
rust: miscdevice: add fops->show_fdinfo() hook
Alice Ryhl
1
-0
/
+34
2024-12-16
rust: miscdevice: Provide accessor to pull out miscdevice::this_device
Lee Jones
1
-0
/
+11
2024-12-16
rust: miscdevice: access the `struct miscdevice` from fops->open()
Alice Ryhl
1
-8
/
+22
2024-12-16
rust: miscdevice: access file in fops
Alice Ryhl
1
-6
/
+25
2024-12-04
rust: replace lsm context+len with lsm_context
Alice Ryhl
1
-21
/
+17
2024-12-03
rust: add safety comment in workqueue traits
Konstantin Andrikopoulos
1
-2
/
+16
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-1
/
+616
2024-11-26
rust: fix up formatting after merge
Linus Torvalds
1
-2
/
+6
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
43
-761
/
+2682
2024-11-26
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-6
/
+198
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-0
/
+170
2024-11-25
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
1
-1
/
+1
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-6
/
+10
2024-11-20
rust: jump_label: skip formatting generated file
Miguel Ojeda
3
-3
/
+3
2024-11-18
jump_label: rust: pass a mut ptr to `static_key_count`
Alice Ryhl
1
-1
/
+1
2024-11-18
Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-24
/
+936
2024-11-18
rust: block: simplify Result<()> in validate_block_size return
Manas
1
-1
/
+1
2024-11-10
rust: use custom FFI integer types
Gary Guo
20
-66
/
+64
2024-11-10
rust: sync: add global lock support
Alice Ryhl
3
-0
/
+305
2024-11-05
rust: add `dev_*` print macros.
Wedson Almeida Filho
2
-1
/
+320
2024-11-05
rust: introduce `InPlaceModule`
Wedson Almeida Filho
1
-0
/
+23
2024-11-04
rust: add arch_static_branch
Alice Ryhl
4
-1
/
+90
2024-11-04
rust: add tracepoint support
Alice Ryhl
2
-0
/
+50
2024-11-04
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
2
-0
/
+31
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
1
-1
/
+52
2024-10-22
rust: block: fix formatting of `kernel::block::mq::request` module
Francesco Zardi
1
-29
/
+38
2024-10-22
rust: miscdevice: add missing safety comments
Alice Ryhl
1
-0
/
+15
2024-10-21
rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
Yutaro Ohno
1
-1
/
+1
[prev]
[next]