Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2023-11-03 | Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+100 |
2023-11-01 | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -1/+1 |
2023-11-01 | Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 3 | -75/+758 |
2023-10-26 | samples/landlock: Support TCP restrictions | Konstantin Meskhidze | 1 | -15/+100 |
2023-10-26 | samples/bpf: Allow building with custom bpftool | Viktor Malik | 1 | -2/+3 |