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
path:
root
/
samples
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Merge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-1
/
+9
10 days
Merge tag 'landlock-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
1
-4
/
+12
10 days
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+2
11 days
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-6
/
+23
11 days
Merge tag 'probes-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-5
/
+69
12 days
BackMerge tag 'v7.2' into drm-next
Dave Airlie
2
-2
/
+8
12 days
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+1
2026-08-15
samples/landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS to sampler
Justin Suess
1
-4
/
+12
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
3
-2
/
+12
2026-08-06
rust: module_param: support bool parameters
Wenzhao Liao
1
-0
/
+8
2026-08-06
rust: module_param: return value by copy from `value`
Andreas Hindborg
1
-1
/
+1
2026-08-04
samples/damon/mtier: error out for zero quota goal target values
SJ Park
1
-0
/
+3
2026-08-04
samples/damon/prcl: do not stop DAMON for damon_call() failure
SJ Park
1
-3
/
+1
2026-08-04
samples/damon/wsse: do not stop ctx for damon_call() failure
SJ Park
1
-3
/
+1
2026-08-04
samples/damon/mtier: stop all contexts with single damon_stop() call
SJ Park
1
-2
/
+1
2026-08-04
samples/damon/mtier: do not stop first context for damon_start() failure
SJ Park
1
-2
/
+0
2026-07-30
samples/damon: fix typos in Kconfig help text
Asier Gutierrez
1
-1
/
+1
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
10
-17
/
+0
2026-07-30
rust: usb: use `Option<&IdInfo>` for device ID info
Gary Guo
1
-1
/
+1
2026-07-30
rust: pci: use `Option<&IdInfo>` for device ID info
Gary Guo
3
-3
/
+4
2026-07-28
samples/damon/prcl: stop and free damon ctx when damon_call() fails
SJ Park
1
-1
/
+6
2026-07-28
samples/damon/wsse: stop and free damon ctx when damon_call() fails
SJ Park
1
-1
/
+6
2026-07-28
samples/damon/mtier: handle damon_stop() failure
SJ Park
1
-1
/
+2
2026-07-28
samples/damon/mtier: handle damon_start() failure
SJ Park
1
-1
/
+10
2026-07-28
samples/damon/prcl: handle damon_start() failure
SJ Park
1
-1
/
+3
2026-07-28
samples/damon/wsse: handle damon_start() failure
SJ Park
1
-1
/
+3
2026-07-28
samples/ftrace: Prevent division by zero when nr_function_calls is zero
Samuel Moelius
1
-1
/
+1
2026-07-28
Merge remote-tracking branch 'drm/drm-next' into drm-rust-next
Danilo Krummrich
1
-0
/
+4
2026-07-23
samples: rust_dma: use vertical import style
Guru Das Srinagesh
1
-3
/
+7
2026-07-23
samples: rust: add Rust serial device bus sample device driver
Markus Probst
3
-0
/
+102
2026-07-21
samples: rust: debugfs: fix excessive stack use
Gary Guo
1
-1
/
+4
2026-07-21
rust: device: make lifetime on `Core` and `CoreInternal` invariant
Gary Guo
1
-1
/
+3
2026-07-14
tracing/probes: Add a new testcase for BTF typecasts
Masami Hiramatsu (Google)
2
-5
/
+69
2026-07-14
Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-next
Danilo Krummrich
1
-3
/
+9
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
1
-3
/
+9
2026-07-13
Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and DevresLt"
Danilo Krummrich
1
-25
/
+67
2026-07-12
Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+2
2026-07-12
rust: faux: add Device type with AsBusDevice support
Danilo Krummrich
1
-1
/
+2
2026-07-11
samples/kobject: Constify kobject attributes
Thomas Weißschuh
1
-9
/
+9
2026-07-11
samples/kobject: Switch to the new __KOBJ_ATTR() macro
Thomas Weißschuh
1
-3
/
+3
2026-07-11
rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
Danilo Krummrich
1
-24
/
+66
2026-07-11
rust: types: rename ForLt to CovariantForLt
Danilo Krummrich
1
-4
/
+4
2026-07-11
rust: io: add copying methods
Gary Guo
1
-3
/
+4
2026-07-11
rust: dma: drop `dma_read!` and `dma_write!` API
Gary Guo
1
-3
/
+8
2026-07-07
samples: ftrace: Fix typos in benchmark comment
Yudistira Putra
1
-2
/
+2
2026-07-06
Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+3
2026-07-01
samples/damon/mtier: fail early if address range parameters are invalid
Zenghui Yu
1
-0
/
+3
2026-06-30
tracing/events: Fix to check the simple_tsk_fn creation
Masami Hiramatsu (Google)
1
-0
/
+4
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-6
/
+28
2026-06-19
Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
1
-11
/
+164
[next]