index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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/gre...
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/...
Linus Torvalds
1
-2
/
+2
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+29
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-5
/
+412
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
25
-1945
/
+7
2024-11-20
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-5
/
+1
2024-11-19
Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+6
2024-11-14
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2024-11-13
samples: pktgen: correct dev to DEV
Wei Fang
1
-1
/
+1
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-43
/
+69
2024-11-13
samples/bpf: Remove unused variable in xdp2skb_meta_kern.c
Zhu Jun
1
-1
/
+1
2024-11-13
samples/bpf: Remove unused variables in tc_l2_redirect_kern.c
Zhu Jun
1
-4
/
+0
2024-11-12
samples: rust: fix `rust_print` build making it a combined module
Miguel Ojeda
2
-1
/
+3
2024-11-05
perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
Uros Bizjak
1
-2
/
+2
2024-11-04
rust: samples: add tracepoint to Rust sample
Alice Ryhl
3
-1
/
+28
2024-10-31
samples/ftrace: Add support for ftrace direct samples on powerpc
Naveen N Rao
5
-5
/
+412
2024-10-30
tracing: Add __print_dynamic_array() helper
Steven Rostedt
1
-1
/
+6
2024-10-28
media: samples: v4l2-pci-skeleton.c: drop vb2_ops_wait_prepare/finish
Hans Verkuil
1
-5
/
+1
2024-10-23
kfifo: don't include dma-mapping.h in kfifo.h
Christoph Hellwig
1
-0
/
+1
2024-10-22
samples/landlock: Clarify option parsing behaviour
Matthieu Buffet
1
-15
/
+16
2024-10-22
samples/landlock: Refactor help message
Matthieu Buffet
1
-41
/
+38
2024-10-22
samples/landlock: Fix port parsing in sandboxer
Matthieu Buffet
1
-2
/
+30
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-2
/
+2
2024-10-11
samples/bpf: remove obsolete tracing related tests
Daniel T. Lee
10
-564
/
+0
2024-10-11
samples/bpf: remove obsolete cgroup related tests
Daniel T. Lee
7
-693
/
+0
2024-10-11
selftests/bpf: migrate cgroup sock create test for prohibiting sockets
Daniel T. Lee
4
-248
/
+0
2024-10-11
selftests/bpf: migrate cgroup sock create test for setting iface/mark/prio
Daniel T. Lee
3
-435
/
+0
2024-10-10
samples/bpf: Fix a resource leak
Zhu Jun
1
-1
/
+3
2024-10-09
samples/bpf: Remove unused variables
Zhu Jun
1
-2
/
+0
2024-10-07
bpf: syscall_nrs: Disable no previous prototype warnning
Jason Xing
1
-0
/
+5
2024-10-07
bpf: Fix the xdp_adjust_tail sample prog issue
Yuan Chen
1
-0
/
+1
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-1
/
+1
2024-10-07
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
1
-0
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-09-24
Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+69
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
4
-292
/
+7
2024-09-16
samples/landlock: Add support for signal scoping
Tahera Fahimi
1
-5
/
+14
2024-09-16
samples/landlock: Add support for abstract UNIX socket scoping
Tahera Fahimi
1
-4
/
+60
2024-09-04
samples/bpf: Remove sample tracex2
Rong Tao
3
-289
/
+0
2024-09-01
kmemleak-test: add percpu leak
Pavel Tikhomirov
1
-0
/
+2
2024-08-27
samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'
Rong Tao
1
-2
/
+2
2024-08-15
samples/bpf: Fix compilation errors with cf-protection option
Jiangshan Yi
1
-1
/
+5
2024-08-12
treewide: remove unnecessary <linux/version.h> inclusion
Masahiro Yamada
1
-1
/
+0
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-4
/
+4
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-0
/
+4
[next]