index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-22
rust: device: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2
-6
/
+4
2025-12-22
rust: debugfs: use "kernel vertical" style for imports
Danilo Krummrich
5
-40
/
+109
2025-12-22
rust: regulator: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-6
/
+3
2025-12-18
rust: scatterlist: Update ARef imports to use sync::aref
Shankari Anand
1
-1
/
+2
2025-12-18
rust: device: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2
-4
/
+5
2025-12-18
rust: drm: use `pin_init::zeroed()` for file operations initialization
Atharv Dubey
1
-3
/
+1
2025-12-18
rust: drm: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-1
/
+1
2025-12-17
rust: pci: document Bar's endianness conversion
Marko Turk
1
-0
/
+3
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-0
/
+2
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+3
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
2
-50
/
+134
2025-12-06
rust: sync: atomic: separate import "blocks"
Miguel Ojeda
1
-0
/
+1
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
6
-0
/
+460
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
25
-333
/
+2074
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-12-04
Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
2
-0
/
+737
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-29
/
+143
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
3
-7
/
+10
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
30
-437
/
+1600
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-52
/
+56
2025-12-02
Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+1
2025-12-02
rust: id_pool: do not immediately acquire new ids
Alice Ryhl
1
-16
/
+61
2025-12-02
rust: id_pool: do not supply starting capacity
Alice Ryhl
1
-0
/
+19
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-43
/
+70
2025-11-29
mm: introduce VMA flags bitmap type
Lorenzo Stoakes
1
-1
/
+1
2025-11-28
Merge branches 'acpi-misc' and 'pnp'
Rafael J. Wysocki
1
-3
/
+1
2025-11-28
Merge tag 'drm-rust-next-2025-11-21' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next
Dave Airlie
1
-4
/
+4
2025-11-26
rust: id_pool: rename IdPool::new() to with_capacity()
Alice Ryhl
1
-4
/
+4
2025-11-26
rust: bitmap: add BitmapVec::new_inline()
Alice Ryhl
1
-0
/
+10
2025-11-26
rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants
Alice Ryhl
2
-31
/
+41
2025-11-26
rust: list: add warning to List::remove docs about mem::take
Alice Ryhl
1
-0
/
+3
2025-11-25
Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
1
-52
/
+56
2025-11-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
1
-6
/
+6
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
1
-0
/
+2
2025-11-24
rust: i2c: prepare for `core::ffi::CStr`
Miguel Ojeda
1
-10
/
+4
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
4
-11
/
+5
2025-11-20
rust: slice: fix broken intra-doc links
Miguel Ojeda
1
-4
/
+4
2025-11-19
rust: sync: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot
2
-0
/
+1059
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
6
-1
/
+75
2025-11-17
rust: add num module and Integer trait
Alexandre Courbot
2
-0
/
+77
2025-11-17
rust: allow `clippy::disallowed_names` for doctests
Miguel Ojeda
2
-3
/
+1
2025-11-18
rust: i2c: add manual I2C device creation abstractions
Igor Korotin
1
-1
/
+152
2025-11-18
rust: i2c: add basic I2C device and driver abstractions
Igor Korotin
2
-0
/
+436
2025-11-17
rust: allow `unreachable_pub` for doctests
Miguel Ojeda
2
-2
/
+2
2025-11-17
rust: str: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-30
/
+29
2025-11-17
rust: firmware: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-3
/
+3
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
1
-47
/
+197
2025-11-14
rust: enable slice_flatten feature and provide it through an extension trait
Alexandre Courbot
3
-0
/
+56
2025-11-13
pwm: Fix Rust formatting
Miguel Ojeda
2
-23
/
+27
[prev]
[next]