index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
irqchip/renesas-rzv2h: Kill swint_idx[]
Geert Uytterhoeven
1
-3
/
+2
2026-04-07
slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote frees
Hao Li
1
-2
/
+3
2026-04-07
net: af_key: zero aligned sockaddr tail in PF_KEY exports
Zhengchuan Liang
1
-18
/
+34
2026-04-07
xfrm: Drop support for HMAC-RIPEMD-160
Eric Biggers
2
-26
/
+2
2026-04-07
Merge patch series "rust: bump minimum Rust and `bindgen` versions"
Miguel Ojeda
39
-451
/
+88
2026-04-07
xfrm_user: fix info leak in build_report()
Greg Kroah-Hartman
1
-0
/
+1
2026-04-07
xfrm_user: fix info leak in build_mapping()
Greg Kroah-Hartman
1
-0
/
+1
2026-04-07
xfrm: fix refcount leak in xfrm_migrate_policy_find
Kotlyarov Mihail
1
-3
/
+0
2026-04-07
xfrm: hold dev ref until after transport_finish NF_HOOK
Qi Tang
3
-6
/
+22
2026-04-07
xfrm: Wait for RCU readers during policy netns exit
Steffen Klassert
1
-0
/
+2
2026-04-07
Merge tag 'icc-7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
Greg Kroah-Hartman
19
-445
/
+3998
2026-04-07
Merge tag 'extcon-next-for-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
Greg Kroah-Hartman
6
-17
/
+75
2026-04-07
rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
1
-1
/
+7
2026-04-07
rust: kbuild: support global per-version flags
Miguel Ojeda
1
-1
/
+9
2026-04-07
rust: declare cfi_encoding for lru_status
Alice Ryhl
8
-45
/
+10
2026-04-07
docs: rust: general-information: use real example
Miguel Ojeda
1
-2
/
+2
2026-04-07
docs: rust: general-information: simplify Kconfig example
Miguel Ojeda
1
-1
/
+1
2026-04-07
docs: rust: quick-start: remove GDB/Binutils mention
Miguel Ojeda
1
-9
/
+0
2026-04-07
docs: rust: quick-start: remove Nix "unstable channel" note
Miguel Ojeda
1
-2
/
+2
2026-04-07
docs: rust: quick-start: remove Gentoo "testing" note
Miguel Ojeda
1
-2
/
+2
2026-04-07
docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Miguel Ojeda
1
-4
/
+1
2026-04-07
docs: rust: quick-start: update minimum Ubuntu version
Miguel Ojeda
1
-1
/
+1
2026-04-07
docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
1
-14
/
+14
2026-04-07
docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Miguel Ojeda
1
-1
/
+1
2026-04-07
rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Miguel Ojeda
2
-13
/
+2
2026-04-07
rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
1
-14
/
+2
2026-04-07
rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
Miguel Ojeda
3
-51
/
+1
2026-04-07
rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
Miguel Ojeda
3
-38
/
+3
2026-04-07
rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
2
-2
/
+2
2026-04-07
rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
1
-3
/
+1
2026-04-07
rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
2
-4
/
+8
2026-04-07
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
1
-7
/
+1
2026-04-07
rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
1
-27
/
+6
2026-04-07
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
3
-28
/
+1
2026-04-07
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
1
-4
/
+1
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
5
-77
/
+6
2026-04-07
rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
4
-56
/
+0
2026-04-07
rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
4
-15
/
+1
2026-04-07
rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
2
-1
/
+1
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
4
-9
/
+2
2026-04-07
rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
2
-2
/
+2
2026-04-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
1
-3
/
+0
2026-04-07
rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
2
-8
/
+0
2026-04-07
rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
1
-4
/
+0
2026-04-07
rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
1
-6
/
+2
2026-04-07
drm/i915/psr: Do not use pipe_src as borders for SU area
Jouni Högander
1
-11
/
+19
2026-04-07
ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585
Arthur Husband
1
-0
/
+14
2026-04-07
selftests/nolibc: don't skip tests for unimplemented syscalls anymore
Thomas Weißschuh
1
-11
/
+3
2026-04-07
selftests/nolibc: explicitly handle ENOSYS from ptrace()
Thomas Weißschuh
1
-1
/
+1
2026-04-07
tools/nolibc: add byteorder conversions
Thomas Weißschuh
5
-0
/
+70
[prev]
[next]