Age | Commit message (Expand) | Author |
2023-03-10 | Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu... | Linus Torvalds |
2023-03-09 | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-03-07 | ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause | Jakub Kicinski |
2023-03-06 | tools headers UAPI: Sync linux/perf_event.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-06 | tools include UAPI: Sync linux/vhost.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-03 | tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-03 | tools include UAPI: Synchronize linux/fcntl.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-03 | tools headers: Synchronize {linux,vdso}/bits.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-03 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-03-02 | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-02-27 | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-02-24 | netdev-genl: fix repeated typo oflloading -> offloading | Tariq Toukan |
2023-02-23 | Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-02-23 | Merge branch 'linus' into objtool/core, to pick up Xen dependencies | Ingo Molnar |
2023-02-17 | bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup | Martin KaFai Lau |
2023-02-15 | selftests/bpf: Fix build error for LoongArch | Tiezhu Yang |
2023-02-13 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky |
2023-02-11 | x86/unwind/orc: Add 'signal' field to ORC metadata | Josh Poimboeuf |
2023-02-03 | bpf: fix typo in header for bpf_perf_prog_read_value | Florian Lehner |
2023-02-02 | netdev-genl: create a simple family for netdev stuff | Jakub Kicinski |
2023-02-02 | tools/bpf: Use tab instead of white spaces to sync bpf.h | Tiezhu Yang |
2023-01-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-01-23 | bpf: Introduce device-bound XDP programs | Stanislav Fomichev |
2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-18 | tools headers: Syncronize linux/build_bug.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-01-17 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo |
2023-01-15 | bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room() | Ziyang Xuan |
2023-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-10 | nolibc/sys: Implement `getpagesize(2)` function | Ammar Faizi |
2023-01-10 | nolibc/stdlib: Implement `getauxval(3)` function | Ammar Faizi |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for s390 | Sven Schnelle |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for mips | Willy Tarreau |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for riscv | Willy Tarreau |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for arm | Willy Tarreau |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for arm64 | Willy Tarreau |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for x86_64 | Willy Tarreau |
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for i386 | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on s390 | Sven Schnelle |
2023-01-10 | tools/nolibc: export environ as a weak symbol on riscv | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on mips | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on arm | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on arm64 | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on i386 | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on x86_64 | Willy Tarreau |
2023-01-10 | tools/nolibc: make errno a weak symbol instead of a static one | Willy Tarreau |
2023-01-10 | tools/nolibc: remove local definitions of O_* flags for open/fcntl | Willy Tarreau |
2023-01-10 | tools/nolibc: support thumb mode with frame pointers on ARM | Willy Tarreau |
2023-01-10 | tools/nolibc: enable support for thumb1 mode for ARM | Willy Tarreau |
2023-01-10 | tools/nolibc: make compiler and assembler agree on the section around _start | Willy Tarreau |
2023-01-09 | tools/nolibc: fix the O_* fcntl/open macro definitions for riscv | Willy Tarreau |