| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/no... | Mark Brown | 27 | -134/+641 |
| 2 days | Merge branch 'slab/for-next' of https://git.kernel.org/pub/scm/linux/kernel/g... | Mark Brown | 1 | -1/+1 |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/bp... | Mark Brown | 2 | -12/+22 |
| 2 days | Merge branch 'fs-next' of linux-next | Mark Brown | 2 | -0/+45 |
| 3 days | mm/slab: improve kmem_cache_alloc_bulk | Christoph Hellwig | 1 | -1/+1 |
| 3 days | tools headers UAPI: sync linux/taskstats.h for procacct.c | Wang Yaxin | 1 | -0/+128 |
| 5 days | tools/nolibc: cast default values of program_invocation_name | Thomas Weißschuh | 1 | -2/+2 |
| 7 days | tools/nolibc: add ftruncate() | Thomas Weißschuh | 4 | -0/+58 |
| 7 days | tools/nolibc: add a helper to split a 64-bit argument into 32-bit halves | Daniel Palmer | 1 | -0/+11 |
| 7 days | tools/nolibc: stackprotector: Avoid stalling program startup if crng is not i... | Daniel Palmer | 1 | -1/+2 |
| 11 days | Merge branch 'vfs-7.2.openat2' into vfs.all | Christian Brauner | 2 | -0/+45 |
| 11 days | openat2: introduce EFTYPE error code | Dorjoy Chowdhury | 1 | -0/+2 |
| 11 days | selftest: add tests for O_EMPTYPATH | Jori Koolstra | 1 | -0/+43 |
| 11 days | tools/nolibc: getopt: Fix potential out of bounds access | Daniel Palmer | 1 | -1/+1 |
| 2026-05-14 | tools/nolibc: always pass mode to open syscall | Thomas Weißschuh | 1 | -8/+5 |
| 2026-05-14 | tools/nolibc: split open mode handling into a macro | Thomas Weißschuh | 1 | -22/+18 |
| 2026-05-14 | tools/nolibc: split implicit open flags into a macro | Thomas Weißschuh | 1 | -6/+4 |
| 2026-05-12 | bpf: Extend BPF syscall with common attributes support | Leon Hwang | 1 | -0/+8 |
| 2026-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3 | Alexei Starovoitov | 1 | -1/+25 |
| 2026-05-03 | tools/nolibc: add support for 32-bit parisc | Thomas Weißschuh | 3 | -1/+188 |
| 2026-05-03 | tools/nolibc: add support for OpenRISC / or1k | Thomas Weißschuh | 3 | -1/+163 |
| 2026-05-02 | tools/headers: Regenerate stddef.h to fix BPF selftests | Paul Chaignon | 1 | -1/+25 |
| 2026-04-27 | tools/nolibc: open files with O_LARGEFILE | Thomas Weißschuh | 1 | -0/+4 |
| 2026-04-27 | tools/nolibc: handle 64-bit system call arguments on MIPS N32 | Thomas Weißschuh | 1 | -45/+49 |
| 2026-04-27 | tools/nolibc: handle 64-bit system call arguments on x32 | Thomas Weißschuh | 1 | -35/+35 |
| 2026-04-27 | tools/nolibc: cast pointers returned from system calls through integers | Thomas Weißschuh | 2 | -4/+4 |
| 2026-04-27 | tools/nolibc: add __nolibc_arg_to_reg() | Thomas Weißschuh | 1 | -0/+4 |
| 2026-04-27 | tools/nolibc: also handle _llseek system call | Thomas Weißschuh | 1 | -3/+9 |
| 2026-04-27 | tools/nolibc: add creat() | Thomas Weißschuh | 1 | -0/+10 |
| 2026-04-27 | tools/nolibc: Don't use stack protector before setting it up | Daniel Palmer | 1 | -1/+1 |
| 2026-04-27 | tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protector | Daniel Palmer | 13 | -18/+18 |
| 2026-04-27 | tools/nolibc: avoid call to wcslen() in _start_c() inserted by clang | Thomas Weißschuh | 1 | -1/+1 |
| 2026-04-27 | tools/nolibc: make __nolibc_enosys() a compile time error | Thomas Weißschuh | 1 | -2/+16 |
| 2026-04-27 | tools/nolibc: add alloca() | Thomas Weißschuh | 3 | -0/+17 |
| 2026-04-27 | tools/nolibc: add assert() and assert.h | Thomas Weißschuh | 3 | -0/+38 |
| 2026-04-20 | bpf: Extend BTF UAPI vlen, kinds to use unused bits | Alan Maguire | 1 | -12/+14 |
| 2026-04-18 | Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
| 2026-04-18 | Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 3 | -5429/+0 |
| 2026-04-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+2 |
| 2026-04-16 | Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+291 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+24 |
| 2026-04-14 | Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+12 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+11 |
| 2026-04-14 | Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | 2 | -1/+15 |
| 2026-04-14 | Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+41 |
| 2026-04-14 | Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 49 | -657/+1172 |
| 2026-04-13 | Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 1 | -0/+2 |
| 2026-04-09 | net: Add queue-create operation | Daniel Borkmann | 1 | -0/+11 |
| 2026-04-09 | tools/nolibc: support UBSAN on gcc | Thomas Weißschuh | 1 | -1/+5 |
| 2026-04-09 | tools/nolibc: create __nolibc_no_sanitize_ubsan | Thomas Weißschuh | 2 | -4/+7 |
| 2026-04-07 | tools/nolibc: add byteorder conversions | Thomas Weißschuh | 4 | -0/+57 |
| 2026-04-07 | tools/nolibc: add the _syscall() macro | Thomas Weißschuh | 1 | -1/+2 |
| 2026-04-07 | tools/nolibc: move the call to __sysret() into syscall() | Thomas Weißschuh | 1 | -2/+2 |
| 2026-04-07 | tools/nolibc: rename the internal macros used in syscall() | Thomas Weißschuh | 1 | -5/+5 |
| 2026-04-06 | tools/nolibc: check for overflow in calloc() without divisions | Thomas Weißschuh | 1 | -2/+2 |
| 2026-04-06 | tools/nolibc: add support for asprintf() | Thomas Weißschuh | 1 | -0/+50 |
| 2026-04-05 | tools: bitmap: add missing bitmap_copy() implementation | Lorenzo Stoakes (Oracle) | 1 | -0/+11 |
| 2026-04-05 | mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair() | Lorenzo Stoakes (Oracle) | 1 | -0/+13 |
| 2026-04-04 | tools/nolibc: use __builtin_offsetof() | Thomas Weißschuh | 1 | -1/+1 |
| 2026-04-04 | tools/nolibc: use makedev() in fstatat() | Thomas Weißschuh | 1 | -6/+3 |
| 2026-04-04 | tools/nolibc: handle all major and minor numbers in makedev() and friends | Thomas Weißschuh | 1 | -4/+4 |
| 2026-04-04 | tools/nolibc: make dev_t 64 bits wide | Thomas Weißschuh | 1 | -1/+1 |
| 2026-04-04 | tools/nolibc: move the logic of makedev() and friends into functions | Thomas Weißschuh | 1 | -3/+20 |
| 2026-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+ | Alexei Starovoitov | 2 | -1/+11 |
| 2026-04-02 | tools/nolibc: explicitly list architecture headers | Thomas Weißschuh | 1 | -1/+2 |
| 2026-04-02 | tools/nolibc: drop superfluous definition of Q | Thomas Weißschuh | 1 | -6/+0 |
| 2026-04-02 | tools/nolibc: drop superfluous invocation of mkdir | Thomas Weißschuh | 1 | -1/+0 |
| 2026-04-02 | tools/nolibc: drop superfluous invocation of 'make headers' | Thomas Weißschuh | 1 | -1/+0 |
| 2026-04-01 | tools/nolibc/printf: Support negative variable width and precision | David Laight | 1 | -30/+38 |
| 2026-04-01 | mm: move free_reserved_area() to mm/memblock.c | Mike Rapoport (Microsoft) | 1 | -0/+1 |
| 2026-04-01 | memblock: move reserve_bootmem_range() to memblock.c and make it static | Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2026-03-31 | perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/b... | Arnaldo Carvalho de Melo | 1 | -22/+0 |
| 2026-03-31 | perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi | Arnaldo Carvalho de Melo | 2 | -5407/+0 |
| 2026-03-31 | bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard() | Eyal Birger | 1 | -1/+3 |
| 2026-03-27 | tools headers UAPI: sync linux/taskstats.h | Thomas Weißschuh | 1 | -0/+291 |
| 2026-03-26 | btf: Add BTF kind layout encoding to UAPI | Alan Maguire | 1 | -0/+12 |
| 2026-03-24 | tools uapi headers: add linux/module_signature.h | Thomas Weißschuh | 1 | -0/+41 |
| 2026-03-22 | tools headers: Synchronize linux/build_bug.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2026-03-22 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+8 |
| 2026-03-22 | tools/nolibc: rename sys_foo() functions to _sys_foo() | Thomas Weißschuh | 27 | -192/+192 |
| 2026-03-22 | tools/nolibc: avoid -Wundef warning for __STDC_VERSION__ | Thomas Weißschuh | 1 | -1/+7 |
| 2026-03-22 | tools/nolibc: add err.h | Thomas Weißschuh | 3 | -0/+89 |
| 2026-03-22 | tools/nolibc: add support for program_invocation_{,short_}name | Thomas Weißschuh | 2 | -0/+30 |
| 2026-03-20 | tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs | Thomas Weißschuh | 1 | -3/+12 |
| 2026-03-20 | tools/nolibc/printf: Add support for octal output | David Laight | 1 | -15/+35 |
| 2026-03-20 | tools/nolibc/printf: Add support for zero padding and field precision | David Laight | 1 | -16/+64 |
| 2026-03-20 | tools/nolibc/printf: Add support for left aligning fields | David Laight | 1 | -1/+5 |
| 2026-03-20 | tools/nolibc/printf: Special case 0 and add support for %#x | David Laight | 1 | -11/+27 |
| 2026-03-20 | tools/nolibc/printf: Add support for conversion flags space and plus | David Laight | 1 | -1/+5 |
| 2026-03-20 | tools/nolibc/printf: Prepend sign to converted number | David Laight | 1 | -9/+27 |
| 2026-03-20 | tools/nolibc/printf: Handle "%s" with the numeric formats | David Laight | 1 | -10/+11 |
| 2026-03-20 | tools/nolibc/printf: Add support for length modifiers tzqL and formats iX | David Laight | 1 | -11/+16 |
| 2026-03-20 | tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers... | David Laight | 1 | -48/+106 |
| 2026-03-20 | tools/nolibc/printf: Use goto and reduce indentation | David Laight | 1 | -78/+93 |
| 2026-03-20 | tools/nolibc/printf: Simplify __nolibc_printf() | David Laight | 1 | -51/+53 |
| 2026-03-20 | tools/nolibc/printf: Output pad characters in 16 byte chunks | David Laight | 1 | -5/+9 |
| 2026-03-20 | tools/nolibc: Rename the 'errnum' parameter to strerror() | David Laight | 1 | -2/+2 |
| 2026-03-20 | tools/nolibc: Implement strerror() in terms of strerror_r() | David Laight | 1 | -3/+19 |
| 2026-03-20 | tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h | David Laight | 1 | -0/+3 |
| 2026-03-20 | tools/nolibc/printf: Move snprintf length check to callback | David Laight | 1 | -27/+67 |
| 2026-03-20 | tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]' | David Laight | 1 | -19/+19 |
| 2026-03-20 | tools/nolibc: Optimise and common up the number to ascii functions | David Laight | 1 | -87/+82 |
| 2026-03-19 | KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers | Sascha Bischoff | 1 | -0/+2 |
| 2026-03-13 | Merge tag 'perf-tools-fixes-for-v7.0-1-2026-03-13' of git://git.kernel.org/pu... | Linus Torvalds | 5 | -29/+35 |
| 2026-03-12 | tools: update mount.h header | Christian Brauner | 1 | -2/+12 |
| 2026-03-10 | Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -0/+32 |
| 2026-03-10 | perf cs-etm: Sync coresight-pmu.h header with the kernel sources | James Clark | 1 | -24/+0 |
| 2026-03-05 | tools headers: Update the syscall tables and unistd.h, to support the new 'rs... | Arnaldo Carvalho de Melo | 1 | -1/+4 |
| 2026-03-04 | tools/testing: fix testing/vma and testing/radix-tree build | Mike Rapoport (Microsoft) | 3 | -0/+32 |
| 2026-03-04 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+23 |
| 2026-03-04 | tools headers: Update the linux/gfp_types.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+7 |
| 2026-03-04 | perf beauty: Update the linux/perf_event.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2026-02-25 | tools/nolibc: rename my_syscallX() to __nolibc_syscallX() | Thomas Weißschuh | 34 | -218/+220 |
| 2026-02-23 | selftests/bpf: Add simple strscpy() implementation | Ihor Solodrai | 1 | -0/+4 |
| 2026-02-21 | Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+11 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+22 |
| 2026-02-14 | Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-12 | tools: bitmap: add missing bitmap_[subset(), andnot()] | Lorenzo Stoakes | 1 | -0/+22 |
| 2026-02-10 | Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -10/+57 |
| 2026-02-10 | Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -17/+43 |
| 2026-02-10 | Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+24 |
| 2026-02-10 | Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | 1 | -0/+28 |
| 2026-02-09 | Merge tag 'nolibc-20260206-for-7.0-1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -138/+206 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
| 2026-01-28 | tools: Fix bitfield dependency failure | Leo Yan | 1 | -0/+1 |
| 2026-01-28 | tools: Update context analysis macros in compiler_types.h | Marco Elver | 2 | -15/+43 |
| 2026-01-27 | bpf: add new BPF_CGROUP_ITER_CHILDREN control option | Matt Bobrowski | 1 | -0/+8 |
| 2026-01-26 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo | 2 | -16/+45 |
| 2026-01-24 | bpf: add fsession support | Menglong Dong | 1 | -0/+1 |
| 2026-01-23 | Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -15/+44 |
| 2026-01-21 | tools/lib: Add list_is_first() | Swapnil Sapkal | 1 | -0/+10 |
| 2026-01-21 | selftests/io_uring: support NO_SQARRAY in miniliburing | Pavel Begunkov | 1 | -7/+27 |
| 2026-01-21 | selftests/io_uring: add io_uring_queue_init_params | Pavel Begunkov | 1 | -8/+17 |
| 2026-01-15 | perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR | Dapeng Mi | 1 | -3/+24 |
| 2026-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 | Alexei Starovoitov | 6 | -8/+38 |
| 2026-01-14 | tools headers: Remove unneeded ignoring of warnings in unaligned.h | Ian Rogers | 1 | -4/+0 |
| 2026-01-14 | tools headers: Update the linux/unaligned.h copy with the kernel sources | Ian Rogers | 2 | -6/+57 |
| 2026-01-13 | uapi: promote EFSCORRUPTED and EUCLEAN to errno.h | Darrick J. Wong | 1 | -0/+2 |
| 2026-01-11 | treewide: Update email address | Thomas Gleixner | 1 | -1/+1 |
| 2026-01-11 | tools/nolibc: Add fseek() to stdio.h | Daniel Palmer | 1 | -0/+19 |
| 2026-01-11 | tools/nolibc: Add fread() to stdio.h | Daniel Palmer | 1 | -1/+33 |
| 2026-01-06 | bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags | Leon Hwang | 1 | -0/+2 |
| 2026-01-06 | tools/nolibc: align sys_vfork() with sys_fork() | Thomas Weißschuh | 2 | -13/+13 |
| 2026-01-06 | selftests/nolibc: add static assertions around time types handling | Thomas Weißschuh | 2 | -0/+22 |
| 2026-01-06 | tools/nolibc: add __nolibc_static_assert() | Thomas Weißschuh | 1 | -0/+8 |
| 2026-01-06 | tools/nolibc: add compiler version detection macros | Thomas Weißschuh | 1 | -0/+16 |
| 2026-01-06 | tools/nolibc: remove time conversions | Thomas Weißschuh | 2 | -76/+8 |
| 2026-01-05 | compiler-context-analysis: Remove __cond_lock() function-like helper | Marco Elver | 1 | -2/+0 |
| 2026-01-05 | memblock test: include <linux/sizes.h> from tools mm.h stub | Mike Rapoport (Microsoft) | 1 | -0/+1 |
| 2026-01-04 | tools/nolibc: always use 64-bit time types | Thomas Weißschuh | 2 | -5/+6 |
| 2026-01-04 | tools/nolibc: use custom structs timespec and timeval | Thomas Weißschuh | 2 | -1/+18 |
| 2026-01-04 | tools/nolibc/select: avoid libgcc 64-bit multiplications | Thomas Weißschuh | 1 | -2/+2 |
| 2026-01-04 | tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions | Thomas Weißschuh | 1 | -1/+1 |
| 2026-01-04 | tools/nolibc: prefer explicit 64-bit time-related system calls | Thomas Weißschuh | 4 | -34/+34 |
| 2026-01-04 | tools/nolibc/time: drop invocation of gettimeofday system call | Thomas Weißschuh | 1 | -4/+0 |
| 2026-01-04 | tools/nolibc/select: drop non-pselect based implementations | Thomas Weißschuh | 1 | -12/+1 |
| 2026-01-04 | tools/nolibc/poll: drop __NR_poll fallback | Thomas Weißschuh | 1 | -3/+1 |
| 2026-01-04 | tools/nolibc/poll: use kernel types for system call invocations | Thomas Weißschuh | 2 | -2/+2 |
| 2026-01-04 | tools/nolibc: always use 64-bit mode for s390 header checks | Thomas Weißschuh | 1 | -1/+4 |
| 2026-01-04 | tools/nolibc: add ptrace support | Benjamin Berg | 3 | -0/+35 |
| 2026-01-02 | Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub... | Linus Torvalds | 4 | -7/+29 |
| 2025-12-24 | tools headers: Sync syscall table with kernel sources | Namhyung Kim | 1 | -1/+3 |
| 2025-12-24 | tools headers: Sync linux/gfp_types.h with kernel sources | Namhyung Kim | 1 | -6/+0 |
| 2025-12-24 | tools headers: Sync UAPI KVM headers with kernel sources | Namhyung Kim | 1 | -0/+11 |
| 2025-12-24 | tools headers: Sync UAPI drm/drm.h with kernel sources | Namhyung Kim | 1 | -0/+15 |
| 2025-12-23 | tools include: Add definitions for __aligned_{l,b}e64 | David Matlack | 1 | -0/+8 |
| 2025-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1 | Alexei Starovoitov | 2 | -0/+6 |
| 2025-12-09 | Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+4 |
| 2025-12-07 | Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+2 |
| 2025-12-05 | bpf: Support associating BPF program with struct_ops | Amery Hung | 1 | -0/+17 |
| 2025-12-03 | Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -0/+3 |
| 2025-12-03 | Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -4/+29 |
| 2025-12-03 | Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 34 | -162/+275 |
| 2025-12-02 | Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -6/+1 |
| 2025-12-02 | tools headers UAPI: Sync linux/perf_event.h for deferred callchains | Namhyung Kim | 1 | -1/+20 |
| 2025-12-01 | Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+20 |
| 2025-12-01 | Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -7/+95 |
| 2025-12-01 | Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+70 |
| 2025-11-25 | tools: ynl-gen: add regeneration comment | Asbjørn Sloth Tønnesen | 1 | -0/+1 |
| 2025-11-24 | tools headers UAPI: Sync linux/perf_event.h with the kernel sources | James Clark | 1 | -0/+2 |
| 2025-11-20 | tools/nolibc: remove more __nolibc_enosys() fallbacks | Thomas Weißschuh | 1 | -12/+4 |
| 2025-11-20 | tools/nolibc: remove now superfluous overflow check in llseek | Thomas Weißschuh | 1 | -2/+0 |
| 2025-11-20 | tools/nolibc: use 64-bit off_t | Thomas Weißschuh | 1 | -1/+1 |
| 2025-11-20 | tools/nolibc: prefer the llseek syscall | Thomas Weißschuh | 1 | -3/+3 |
| 2025-11-20 | tools/nolibc: handle 64-bit off_t for llseek | Thomas Weißschuh | 1 | -2/+1 |
| 2025-11-20 | tools/nolibc: use 64-bit ino_t | Thomas Weißschuh | 1 | -1/+1 |
| 2025-11-17 | tools: Remove s390 compat support | Heiko Carstens | 2 | -6/+1 |
| 2025-11-15 | static_call: allow using STATIC_CALL_TRAMP_STR() from assembly | Naman Jain | 1 | -0/+4 |
| 2025-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+ | Alexei Starovoitov | 5 | -16/+58 |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -16/+58 |
| 2025-11-13 | Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes | Ingo Molnar | 5 | -16/+58 |
| 2025-11-09 | tools/nolibc: avoid using plain integer as NULL pointer | Thomas Weißschuh | 4 | -6/+6 |
| 2025-11-08 | tools/nolibc: add support for fchdir() | Thomas Weißschuh | 1 | -0/+13 |
| 2025-11-05 | bpf, x86: add new map type: instructions array | Anton Protopopov | 1 | -0/+21 |
| 2025-11-03 | net: Extend NAPI threaded polling to allow kthread based busy polling | Samiullah Khawaja | 1 | -0/+1 |
| 2025-11-03 | nsfs: update tools header | Christian Brauner | 1 | -0/+70 |
| 2025-11-03 | tools headers asm: Sync fls headers header with the kernel sources | Arnaldo Carvalho de Melo | 3 | -4/+4 |
| 2025-11-03 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2025-11-03 | tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE... | Arnaldo Carvalho de Melo | 1 | -12/+51 |
| 2025-11-02 | tools/nolibc: clean up outdated comments in generic arch.h | Willy Tarreau | 1 | -9/+0 |