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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-31
Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-2
/
+9
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
5
-0
/
+431
2025-01-27
selftests: Handle old glibc without execveat(2)
Mickaël Salaün
1
-2
/
+9
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-0
/
+290
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-14
/
+7
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
2
-2
/
+1
2025-01-22
Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
10
-0
/
+339
2025-01-22
Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
1
-0
/
+7
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+19
2025-01-21
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+2
2025-01-20
Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-1
/
+668
2025-01-20
samples/vfs: fix build warnings
Christian Brauner
1
-11
/
+12
2025-01-20
samples/vfs: use shared header
Christian Brauner
3
-93
/
+249
2025-01-13
samples/damon/prcl: implement schemes setup
SeongJae Park
1
-0
/
+20
2025-01-13
samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation
SeongJae Park
4
-0
/
+131
2025-01-13
samples/damon/wsse: implement working set size estimation and logging
SeongJae Park
1
-0
/
+18
2025-01-13
samples/damon/wsse: start and stop DAMON as the user requests
SeongJae Park
1
-1
/
+34
2025-01-13
samples: add a skeleton of a sample DAMON module for working set size estimation
SeongJae Park
5
-0
/
+88
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
1
-0
/
+18
2025-01-12
livepatch: convert timeouts to secs_to_jiffies()
Easwar Hariharan
3
-14
/
+7
2025-01-10
samples/landlock: Fix possible NULL dereference in parse_path()
Zichen Xie
1
-0
/
+7
2025-01-10
samples/vfs/mountinfo: Use __u64 instead of uint64_t
Geert Uytterhoeven
1
-18
/
+17
2025-01-09
samples: add test-list-all-mounts
Christian Brauner
3
-1
/
+237
2025-01-09
samples: add a mountinfo program to demonstrate statmount()/listmount()
Jeff Layton
3
-1
/
+276
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-20
samples: rust: add Rust platform sample driver
Danilo Krummrich
3
-0
/
+60
2024-12-20
samples: rust: add Rust PCI sample driver
Danilo Krummrich
3
-0
/
+122
2024-12-18
samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
Mickaël Salaün
8
-1
/
+232
2024-12-18
samples/check-exec: Add set-exec
Mickaël Salaün
5
-0
/
+108
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
1
-1
/
+1
2024-12-16
samples: rust_misc_device: Provide an example C program to exercise functionality
Lee Jones
1
-0
/
+90
2024-12-16
samples: rust_misc_device: Demonstrate additional get/set value functionality
Lee Jones
1
-14
/
+75
2024-12-16
samples: rust: Provide example using the new Rust MiscDevice abstraction
Lee Jones
3
-0
/
+98
2024-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2
-7
/
+8
2024-12-06
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-6
/
+7
2024-12-05
samples/bpf: Pass TPROGS_USER_CFLAGS to libbpf makefile
Eduard Zingerman
1
-1
/
+1
2024-12-03
samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGS
Eduard Zingerman
1
-6
/
+7
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-12-02
samples/bpf: Remove unused variable
Zhu Jun
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+1
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2
-2
/
+3
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-0
/
+29
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-5
/
+412
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
25
-1945
/
+7
2024-11-20
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-5
/
+1
2024-11-19
Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+6
2024-11-14
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
[next]