index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
rust: dma: add helpers for architectures without CONFIG_HAS_DMA
FUJITA Tomonori
1
-0
/
+21
2025-12-15
rust: drm: add __rust_helper to helpers
Alice Ryhl
1
-3
/
+4
2025-12-15
rust: scatterlist: add __rust_helper to helpers
Alice Ryhl
1
-5
/
+7
2025-12-15
rust: property: add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2025-12-15
rust: platform: add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2025-12-15
rust: pci: add __rust_helper to helpers
Alice Ryhl
1
-10
/
+13
2025-12-15
rust: irq: add __rust_helper to helpers
Alice Ryhl
1
-2
/
+4
2025-12-15
rust: io: add __rust_helper to helpers
Alice Ryhl
1
-30
/
+34
2025-12-15
rust: dma: add __rust_helper to helpers
Alice Ryhl
1
-6
/
+9
2025-12-15
rust: device: add __rust_helper to helpers
Alice Ryhl
1
-8
/
+8
2025-12-15
rust: auxiliary: add __rust_helper to helpers
Alice Ryhl
1
-2
/
+4
2025-12-15
rust: poll: add __rust_helper to helpers
Alice Ryhl
1
-2
/
+3
2025-12-15
rust: pid_namespace: add __rust_helper to helpers
Alice Ryhl
1
-3
/
+5
2025-12-15
rust: fs: add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2025-12-14
rust: regulator: add __rust_helper to helpers
Alice Ryhl
1
-10
/
+14
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
3
-0
/
+4
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 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+22
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
9
-20
/
+694
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
29
-334
/
+2186
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
3
-1
/
+51
2025-12-04
Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
6
-0
/
+767
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
116
-454
/
+59601
2025-12-04
rust: pci: fix build failure when CONFIG_PCI_MSI is disabled
Danilo Krummrich
1
-1
/
+13
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-29
mm: declare VMA flags by bit
Lorenzo Stoakes
2
-0
/
+50
2025-11-28
Merge branches 'acpi-misc' and 'pnp'
Rafael J. Wysocki
1
-3
/
+1
2025-11-27
rbtree: inline rb_last()
Eric Dumazet
1
-0
/
+5
2025-11-27
rbtree: inline rb_first()
Eric Dumazet
1
-0
/
+5
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: macros: support `proc-macro2`, `quote` and `syn`
Miguel Ojeda
1
-4
/
+9
2025-11-24
rust: syn: enable support in kbuild
Miguel Ojeda
1
-3
/
+34
[prev]
[next]