index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
44 hours
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6 days
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7 days
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
7 days
rust: devres: fix race in Devres::drop()
Danilo Krummrich
7 days
rust: revocable: indicate whether `data` has been revoked already
Danilo Krummrich
7 days
rust: completion: implement initial abstraction
Danilo Krummrich
9 days
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
9 days
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
9 days
rust: cpu: Introduce CpuId abstraction
Viresh Kumar
10 days
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
10 days
cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
Viresh Kumar
14 days
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-06-02
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-31
mm: rust: make CONFIG_MMU ifdefs more narrow
Alice Ryhl
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2025-05-30
rust: file: improve safety comments
Pekka Ristola
2025-05-30
rust: file: mark `LocalFile` as `repr(transparent)`
Pekka Ristola
2025-05-29
rust: list: Fix typo `much` in arc.rs
Sylvan Smit
2025-05-29
rust: check type of `$ptr` in `container_of!`
Tamir Duberstein
2025-05-29
rust: workqueue: remove HasWork::OFFSET
Tamir Duberstein
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-05-28
rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-27
rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
2025-05-27
rust: str: simplify KUnit tests `format!` macro
Miguel Ojeda
2025-05-27
rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
2025-05-27
rust: add `kunit_tests` to the prelude
Miguel Ojeda
2025-05-27
rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
2025-05-27
rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test
Viresh Kumar
2025-05-26
Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
rust: make section names plural
Patrick Miller
2025-05-26
rust: list: fix path of `assert_pinned!`
Benno Lossin
2025-05-26
rust: opp: Make the doctest example depend on CONFIG_OF
Viresh Kumar
2025-05-25
rust: dma: add missing Markdown code span
Miguel Ojeda
2025-05-25
rust: task: add missing Markdown code spans and intra-doc links
Miguel Ojeda
2025-05-25
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
2025-05-25
rust: alloc: add missing Markdown code span
Miguel Ojeda
2025-05-25
rust: alloc: add missing Markdown code spans
Miguel Ojeda
2025-05-25
rust: platform: fix docs related to missing Markdown code spans
Miguel Ojeda
2025-05-23
rust: add C FFI types to the prelude
Miguel Ojeda
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
[next]