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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+1
9 days
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
57
-357
/
+1767
11 days
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-52
/
+73
12 days
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+6
12 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
13 days
kcov: rust: add flags for KCOV with Rust
Alice Ryhl
1
-0
/
+1
13 days
mm: rust: make CONFIG_MMU ifdefs more narrow
Alice Ryhl
2
-52
/
+72
13 days
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
7
-118
/
+1041
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
12
-8
/
+3287
2025-05-30
rust: file: improve safety comments
Pekka Ristola
1
-4
/
+5
2025-05-30
rust: file: mark `LocalFile` as `repr(transparent)`
Pekka Ristola
1
-0
/
+1
2025-05-29
rust: list: Fix typo `much` in arc.rs
Sylvan Smit
1
-1
/
+1
2025-05-29
rust: check type of `$ptr` in `container_of!`
Tamir Duberstein
1
-3
/
+10
2025-05-29
rust: workqueue: remove HasWork::OFFSET
Tamir Duberstein
1
-33
/
+17
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-05-28
rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
2
-16
/
+12
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
22
-67
/
+1662
2025-05-28
rust: add helper for mutex_trylock
Paolo Bonzini
1
-0
/
+5
2025-05-27
rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
1
-22
/
+30
2025-05-27
rust: str: simplify KUnit tests `format!` macro
Miguel Ojeda
1
-17
/
+1
2025-05-27
rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
1
-6
/
+4
2025-05-27
rust: add `kunit_tests` to the prelude
Miguel Ojeda
3
-4
/
+3
2025-05-27
rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
2
-1
/
+27
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
5
-7
/
+54
2025-05-27
rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test
Viresh Kumar
1
-1
/
+1
2025-05-26
Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-0
/
+5
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux
Linus Torvalds
4
-0
/
+1057
2025-05-26
rust: make section names plural
Patrick Miller
3
-3
/
+3
2025-05-26
rust: list: fix path of `assert_pinned!`
Benno Lossin
1
-1
/
+1
2025-05-26
rust: opp: Make the doctest example depend on CONFIG_OF
Viresh Kumar
1
-0
/
+1
2025-05-25
rust: compile libcore with edition 2024 for 1.87+
Gary Guo
1
-6
/
+8
2025-05-25
rust: dma: add missing Markdown code span
Miguel Ojeda
1
-1
/
+1
2025-05-25
rust: task: add missing Markdown code spans and intra-doc links
Miguel Ojeda
1
-2
/
+2
2025-05-25
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-6
/
+9
2025-05-25
rust: alloc: add missing Markdown code span
Miguel Ojeda
1
-1
/
+1
2025-05-25
rust: alloc: add missing Markdown code spans
Miguel Ojeda
1
-2
/
+2
2025-05-25
rust: platform: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-4
/
+5
2025-05-23
rust: add C FFI types to the prelude
Miguel Ojeda
1
-0
/
+5
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
9
-40
/
+41
2025-05-23
rust: arm: fix unknown (to Clang) argument '-mno-fdpic'
Rudraksha Gupta
1
-1
/
+1
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
2
-4
/
+24
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
1
-0
/
+108
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
1
-2
/
+2
2025-05-22
rust: module: place cleanup_module() in .exit.text section
FUJITA Tomonori
1
-0
/
+1
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
2
-6
/
+0
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-0
/
+1
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
16
-66
/
+3400
2025-05-21
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
1
-1
/
+1
2025-05-20
rust: str: fix typo in comment
Jihed Chaibi
1
-1
/
+1
2025-05-21
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-next
Dave Airlie
22
-67
/
+1662
[next]