Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+0 |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 4 | -3/+135 |
2025-05-26 | Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+204 |
2025-05-21 | Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/... | Dave Airlie | 4 | -3/+135 |
2025-05-15 | samples: rust: select AUXILIARY_BUS instead of depending on it | Alexandre Courbot | 1 | -1/+1 |
2025-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2025-05-12 | tracing: samples: Initialize trace_array_printk() with the correct function | Steven Rostedt | 1 | -1/+1 |
2025-05-12 | rust: configfs: add a sample demonstrating configfs usage | Andreas Hindborg | 3 | -0/+204 |
2025-05-04 | samples: rust: pci: take advantage of Devres::access() | Danilo Krummrich | 1 | -6/+6 |
2025-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2025-04-25 | samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora | Haoran Jiang | 1 | -1/+1 |
2025-04-22 | samples: rust: convert PCI rust sample driver to use try_access_with() | Alexandre Courbot | 1 | -6/+5 |
2025-04-19 | samples: rust: add Rust auxiliary driver sample | Danilo Krummrich | 3 | -0/+133 |
2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -0/+6 |
2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 1 | -1/+0 |
2025-04-11 | samples/livepatch: add module descriptions | Arnd Bergmann | 6 | -0/+6 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -2/+2 |
2025-04-03 | Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr... | Linus Torvalds | 1 | -2/+6 |
2025-04-02 | tracing: Verify event formats that have "%*p.." | Steven Rostedt | 1 | -2/+6 |
2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -90/+91 |
2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -19/+22 |
2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -0/+78 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -20/+20 |
2025-03-30 | Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 9 | -6/+115 |
2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -1/+1 |
2025-03-28 | Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+34 |
2025-03-26 | samples/landlock: Enable users to log sandbox denials | Mickaël Salaün | 1 | -3/+34 |
2025-03-24 | Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+0 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -7/+42 |
2025-03-21 | samples: add hung_task detector mutex blocking sample | Masami Hiramatsu (Google) | 4 | -0/+78 |
2025-03-20 | samples: rust: add Rust dma test sample driver | Abdiel Janulgue | 3 | -0/+109 |
2025-03-17 | samples: rust_misc_device: fix markup in top-level docs | Alice Ryhl | 1 | -90/+91 |
2025-03-17 | samples/damon: a typo in the kconfig - sameple | Seongjun Kim | 1 | -2/+2 |
2025-03-17 | rust: platform: fix unrestricted &mut platform::Device | Danilo Krummrich | 1 | -4/+7 |
2025-03-17 | rust: pci: fix unrestricted &mut pci::Device | Danilo Krummrich | 1 | -4/+4 |
2025-03-16 | samples: kmemleak: print the raw pointers for debugging purposes | Catalin Marinas | 1 | -18/+18 |
2025-03-10 | rust: module: introduce `authors` key | Guilherme Giacomo Simoes | 6 | -6/+6 |
2025-03-07 | samples/check-exec: Fix script name | Mickaël Salaün | 1 | -0/+0 |
2025-02-27 | rust/faux: Add missing parent argument to Registration::new() | Lyude Paul | 1 | -1/+1 |
2025-02-25 | samples/vfs: fix printf format string for size_t | Arnd Bergmann | 1 | -2/+2 |
2025-02-22 | rust: io: rename `io::Io` accessors | Fiona Behrens | 1 | -6/+6 |
2025-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4 | Alexei Starovoitov | 4 | -6/+47 |
2025-02-16 | Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -0/+40 |
2025-02-13 | rust/kernel: Add faux device bindings | Lyude Paul | 3 | -0/+40 |
2025-02-12 | samples/vfs: add STATMOUNT_MNT_{G,U}IDMAP | Christian Brauner | 2 | -3/+37 |
2025-02-12 | samples/vfs: check whether flag was raised | Christian Brauner | 1 | -4/+5 |
2025-02-10 | Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+7 |
2025-02-05 | samples/bpf: Fix broken vmlinux path for VMLINUX_BTF | Jinghao Jia | 1 | -1/+1 |
2025-02-04 | samples/hid: fix broken vmlinux path for VMLINUX_BTF | Jinghao Jia | 1 | -1/+1 |
2025-02-04 | samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS | Jinghao Jia | 1 | -5/+6 |
2025-01-31 | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -2/+9 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | 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/... | 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/... | Linus Torvalds | 3 | -14/+7 |
2025-01-23 | Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 2 | -2/+1 |
2025-01-22 | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -0/+339 |
2025-01-22 | Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
2025-01-21 | Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -1/+19 |
2025-01-21 | Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -2/+2 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne... | 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 re... | 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 functiona... | 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/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 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
2024-07-19 | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2024-07-19 | Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 4 | -1/+4 |
2024-07-18 | Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 3 | -0/+3 |
2024-07-17 | Merge tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -108/+57 |
2024-07-17 | vfio-mdev: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 4 | -1/+4 |
2024-07-10 | samples: configfs: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
2024-07-05 | HID: samples: fix the 2 struct_ops definitions | Benjamin Tissoires | 2 | -8/+8 |
2024-07-03 | kmemleak-test: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
2024-06-28 | kfifo: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 4 | -0/+4 |
2024-06-14 | HID: samples: convert the 2 HID-BPF samples into struct_ops | Benjamin Tissoires | 7 | -108/+57 |
2024-06-12 | samples: kprobes: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
2024-06-12 | fprobe: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
2024-06-07 | Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin... | Greg Kroah-Hartman | 1 | -4/+2 |
2024-06-04 | samples/kobject: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
2024-05-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+1 |
2024-05-27 | samples: qmi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -9/+10 |
2024-05-22 | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2024-05-21 | bpf: Remove unused variable "prev_state" | Ying Zhang | 1 | -2/+1 |
2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+2 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -2/+2 |
2024-05-18 | Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+13 |
2024-05-14 | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
2024-05-13 | samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV | Günther Noack | 1 | -3/+10 |
2024-05-13 | samples/landlock: Fix incorrect free in populate_ruleset_net | Ivanov Mikhail | 1 | -2/+3 |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2 | -2/+2 |
2024-05-08 | kfifo: don't use "proxy" headers | Andy Shevchenko | 1 | -1/+2 |
2024-05-04 | virt: acrn: Fix typos | Thorsten Blum | 1 | -2/+2 |
2024-04-29 | samples/bpf: Add valid info for VMLINUX_BTF | Tao Chen | 1 | -1/+1 |
2024-04-16 | rust: sync: update `Arc` and `UniqueArc` to take allocation flags | Wedson Almeida Filho | 1 | -2/+2 |
2024-04-16 | rust: alloc: update `VecExt` to take allocation flags | Wedson Almeida Filho | 1 | -3/+3 |
2024-03-18 | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -7/+11 |
2024-03-18 | tracing: Remove second parameter to __assign_rel_str() | Steven Rostedt (Google) | 1 | -1/+1 |
2024-03-18 | tracing: Add __string_len() example | Steven Rostedt (Google) | 1 | -2/+5 |
2024-03-18 | tracing: Remove __assign_str_len() | Steven Rostedt (Google) | 1 | -4/+5 |
2024-03-15 | Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 2 | -20/+16 |
2024-03-14 | Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+8 |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -2/+2 |
2024-03-12 | Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+6 |
2024-03-08 | samples/landlock: Don't error out if a file path cannot be opened | Mickaël Salaün | 1 | -5/+8 |
2024-03-05 | vfio/mbochs: make mbochs_class constant | Ricardo B. Marliere | 1 | -10/+8 |
2024-03-05 | vfio/mdpy: make mdpy_class constant | Ricardo B. Marliere | 1 | -10/+8 |
2024-03-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -2/+2 |
2024-02-29 | bpf: Replace bpf_lpm_trie_key 0-length array with flexible array | Kees Cook | 2 | -2/+2 |
2024-02-12 | samples: user-trap: fix strict-aliasing warning | Arnd Bergmann | 1 | -2/+6 |
2024-02-09 | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 1 | -4/+4 |
2024-01-24 | samples/cgroup: add .gitignore file for generated samples | Linus Torvalds | 1 | -0/+3 |
2024-01-20 | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -0/+153 |
2024-01-18 | Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -1/+1 |
2024-01-17 | samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI] | Song Shuai | 5 | -0/+153 |
2024-01-12 | Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -3/+4 |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
2024-01-10 | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+6 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -0/+425 |
2023-12-20 | samples/bpf: Use %lu format specifier for unsigned long values | Colin Ian King | 1 | -2/+2 |
2023-12-18 | tracing: Allow creating instances with specified system events | Steven Rostedt (Google) | 1 | -1/+1 |
2023-12-13 | media: videobuf2: core: Rename min_buffers_needed field in vb2_queue | Benjamin Gaignard | 1 | -1/+1 |
2023-12-10 | samples/cgroup: introduce memcg memory.events listener | Dmitry Rokosov | 2 | -1/+331 |
2023-12-10 | samples: introduce new samples subdir for cgroup | Dmitry Rokosov | 4 | -0/+95 |
2023-11-30 | samples: Replace strlcpy() with strscpy() | Kees Cook | 2 | -6/+6 |
2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -2/+2 |
2023-11-23 | media: sample: v4l: Stop direct calls to queue num_buffers field | Benjamin Gaignard | 1 | -2/+3 |