index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-11-24
rust: kbuild: support skipping flags in `rustc_test_library`
Miguel Ojeda
-2
/
+2
2025-11-24
rust: kbuild: add proc macro library support
Miguel Ojeda
-0
/
+11
2025-11-24
rust: kbuild: simplify `--cfg` handling
Miguel Ojeda
-3
/
+5
2025-11-24
rust: kbuild: introduce `core-flags` and `core-skip_flags`
Miguel Ojeda
-5
/
+14
2025-11-24
MAINTAINERS: Remove Alex Gaynor as Rust maintainer
Alex Gaynor
-1
/
+0
2025-11-24
kallsyms: Fix wrong "big" kernel symbol type read from procfs
Zheng Yejian
-1
/
+4
2025-11-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
-6
/
+6
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
-0
/
+2
2025-11-19
rust: sync: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+1
2025-11-19
rust: pin-init: fix typo in docs
Brian Harring
-1
/
+1
2025-11-19
rust: pin-init: fix broken rust doc link
Benno Lossin
-0
/
+2
2025-11-19
MAINTAINERS: add entry for the Rust `num` module
Alexandre Courbot
-0
/
+8
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot
-0
/
+1059
2025-11-17
rust: add num module and Integer trait
Alexandre Courbot
-0
/
+77
2025-11-17
rust: allow `clippy::disallowed_names` for doctests
Miguel Ojeda
-4
/
+2
2025-11-17
rust: allow `unreachable_pub` for doctests
Miguel Ojeda
-2
/
+3
2025-11-17
rust: macros: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-1
/
+1
2025-11-17
rust: str: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-30
/
+29
2025-11-17
rust: firmware: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-3
/
+3
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
-51
/
+201
2025-11-04
docs: rust: quick-start: add Debian 13 (Trixie)
Miguel Ojeda
-2
/
+2
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
-316
/
+113
2025-10-22
rust: support formatting of foreign types
Tamir Duberstein
-3
/
+207
2025-10-22
rust: clk: use `CStr::as_char_ptr`
Tamir Duberstein
-2
/
+2
2025-10-22
rust: regulator: use `CStr::as_char_ptr`
Tamir Duberstein
-5
/
+8
2025-10-22
rust: configfs: use `CStr::as_char_ptr`
Tamir Duberstein
-1
/
+1
2025-10-22
rust: opp: use `CStr::as_char_ptr`
Tamir Duberstein
-3
/
+3
2025-10-20
rust: remove spurious `use core::fmt::Debug`
Tamir Duberstein
-1
/
+0
2025-10-20
rust: pci: use `kernel::fmt`
Tamir Duberstein
-2
/
+1
2025-10-20
samples: rust: debugfs: use `core::ffi::CStr` method names
Miguel Ojeda
-1
/
+1
2025-10-20
rust: debugfs: use `kernel::fmt`
Tamir Duberstein
-13
/
+12
2025-10-20
rust: alloc: use `kernel::fmt`
Tamir Duberstein
-7
/
+7
2025-10-20
rnull: use `kernel::fmt`
Tamir Duberstein
-4
/
+5
2025-10-20
rust_binder: use `core::ffi::CStr` method names
Tamir Duberstein
-2
/
+2
2025-10-20
rust_binder: use `kernel::fmt`
Tamir Duberstein
-2
/
+3
2025-10-20
rust_binder: remove trailing comma
Tamir Duberstein
-1
/
+1
2025-10-20
samples: rust: platform: remove trailing commas
Tamir Duberstein
-2
/
+2
2025-10-19
Linux 6.18-rc2
v6.18-rc2
Linus Torvalds
-1
/
+1
2025-10-19
Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-13
/
+18
2025-10-19
Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-7
/
+7
2025-10-19
Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-9
/
+47
2025-10-18
Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/oje...
Linus Torvalds
-5
/
+83
2025-10-18
Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-9
/
+20
2025-10-18
Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-15
/
+20
2025-10-18
Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-21
/
+23
2025-10-18
Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-25
/
+151
2025-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-40
/
+59
2025-10-18
Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-9
/
+10
2025-10-18
Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
-15
/
+38
2025-10-18
Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-498
/
+419
[next]