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
2026-01-16
rust: redefine `bindings::compat_ptr_ioctl` in Rust
Alice Ryhl
2
-1
/
+14
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-15
/
+59
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
7
-20
/
+56
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
6
-0
/
+14
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
6
-1
/
+22
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
6
-50
/
+80
2026-01-15
rust: xarray: add __rust_helper to helpers
Alice Ryhl
1
-5
/
+5
2026-01-15
rust: configfs: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-4
/
+5
2026-01-15
rust: auxiliary: add Driver::unbind() callback
Danilo Krummrich
1
-1
/
+17
2026-01-15
rust: i2c: do not drop device private data on shutdown()
Danilo Krummrich
1
-2
/
+2
2026-01-14
rust: irq: always inline functions using build_assert with arguments
Alexandre Courbot
1
-0
/
+2
2026-01-14
rust: io: always inline functions using build_assert with arguments
Alexandre Courbot
2
-3
/
+8
2026-01-14
rust: macros: ignore example with module parameters
FUJITA Tomonori
1
-1
/
+1
2026-01-13
rust: bitops: fix missing _find_* functions on 32-bit ARM
Alice Ryhl
1
-0
/
+42
2026-01-13
regulator: Add TPS65185
Mark Brown
5
-15
/
+17
2026-01-13
rust: platform: fix remove_callback invariant comment
Alok Tiwari
1
-1
/
+1
2026-01-13
rust: auxiliary: fix remove_callback invariant comment
Alok Tiwari
1
-1
/
+1
2026-01-12
Merge tag 'v6.19-rc5' into driver-core-next
Danilo Krummrich
6
-17
/
+27
2026-01-12
regulator: core: allow regulator_register() with
Mark Brown
2
-1
/
+31
2026-01-12
Merge 6.19-rc5 into char-misc-next
Greg Kroah-Hartman
7
-16
/
+48
2026-01-10
Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
5
-15
/
+17
2026-01-10
rust: sync: Inline various lock related methods
Alice Ryhl
4
-0
/
+19
2026-01-09
rust: helpers: Move #define __rust_helper out of atomic.c
Alice Ryhl
2
-6
/
+3
2026-01-09
rust: wait: Add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2026-01-09
rust: time: Add __rust_helper to helpers
Alice Ryhl
1
-7
/
+7
2026-01-09
rust: task: Add __rust_helper to helpers
Alice Ryhl
2
-13
/
+13
2026-01-09
rust: sync: Add __rust_helper to helpers
Alice Ryhl
3
-14
/
+16
2026-01-09
rust: refcount: Add __rust_helper to helpers
Alice Ryhl
1
-5
/
+5
2026-01-09
rust: rcu: Add __rust_helper to helpers
Alice Ryhl
1
-2
/
+2
2026-01-09
rust: processor: Add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2026-01-09
rust: cpu: Add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2026-01-09
rust: completion: Add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2026-01-09
rust: blk: Add __rust_helper to helpers
Alice Ryhl
1
-2
/
+2
2026-01-09
rust: barrier: Add __rust_helper to helpers
Alice Ryhl
1
-3
/
+3
2026-01-09
rust: list: Switch to kernel::sync atomic primitives
FUJITA Tomonori
1
-8
/
+6
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
1
-0
/
+16
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
1
-0
/
+11
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
2
-3
/
+9
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
2
-7
/
+32
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
1
-19
/
+66
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg helpers
FUJITA Tomonori
1
-0
/
+17
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_relaxed helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_release helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_acquire helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg helpers
FUJITA Tomonori
1
-0
/
+18
2026-01-09
rust: helpers: Add i8/i16 relaxed atomic helpers
FUJITA Tomonori
1
-0
/
+21
[prev]
[next]