Age | Commit message (Expand) | Author |
2022-06-04 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds |
2022-06-03 | bitmap: Fix return values to be unsigned | Kees Cook |
2022-06-03 | LoongArch: Add other common headers | Huacai Chen |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-05-25 | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini |
2022-05-24 | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-05-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-05-23 | bpf: Add dynptr data slices | Joanne Koong |
2022-05-23 | bpf: Add bpf_dynptr_read and bpf_dynptr_write | Joanne Koong |
2022-05-23 | bpf: Dynptr support for ring buffers | Joanne Koong |
2022-05-23 | bpf: Add bpf_dynptr_from_mem for local dynptrs | Joanne Koong |
2022-05-23 | bpf: Add verifier support for dynptrs | Joanne Koong |
2022-05-23 | Merge tag 'nolibc.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-05-20 | bpf: Add bpf_skc_to_mptcp_sock_proto | Geliang Tang |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-16 | Merge branch kvm-arm64/hcall-selection into kvmarm-master/next | Marc Zyngier |
2022-05-16 | net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes | Eric Dumazet |
2022-05-11 | bpf: add bpf_map_lookup_percpu_elem for percpu map | Feng Zhou |
2022-05-10 | bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm. | Kui-Feng Lee |
2022-05-10 | bpf, x86: Generate trampolines from bpf_tramp_links | Kui-Feng Lee |
2022-05-10 | bpf: Add source ip in "struct bpf_tunnel_key" | Kaixi Fan |
2022-05-08 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo |
2022-05-06 | objtool: Fix STACK_FRAME_NON_STANDARD reloc type | Peter Zijlstra |
2022-05-03 | tools: Import ARM SMCCC definitions | Raghavendra Rao Ananta |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-27 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-04-26 | syscalls: compat: Fix the missing part for __SYSCALL_COMPAT | Guo Ren |
2022-04-26 | uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h | Christoph Hellwig |
2022-04-26 | uapi: simplify __ARCH_FLOCK{,64}_PAD a little | Christoph Hellwig |
2022-04-25 | bpf: Allow storing referenced kptr in map | Kumar Kartikeya Dwivedi |
2022-04-22 | tools: Add kmem_cache_alloc_lru() | Matthew Wilcox (Oracle) |
2022-04-22 | objtool: Add CONFIG_OBJTOOL | Josh Poimboeuf |
2022-04-20 | tools/nolibc/string: Implement `strdup()` and `strndup()` | Ammar Faizi |
2022-04-20 | tools/nolibc/string: Implement `strnlen()` | Ammar Faizi |
2022-04-20 | tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()` | Ammar Faizi |
2022-04-20 | tools/nolibc/types: Implement `offsetof()` and `container_of()` macro | Ammar Faizi |
2022-04-20 | tools/nolibc/sys: Implement `mmap()` and `munmap()` | Ammar Faizi |
2022-04-20 | tools/nolibc: i386: Implement syscall with 6 arguments | Ammar Faizi |
2022-04-20 | tools/nolibc: Remove .global _start from the entry point code | Ammar Faizi |
2022-04-20 | tools/nolibc: Replace `asm` with `__asm__` | Ammar Faizi |
2022-04-20 | tools/nolibc: x86-64: Update System V ABI document link | Ammar Faizi |
2022-04-20 | tools/nolibc/stdlib: only reference the external environ when inlined | Willy Tarreau |
2022-04-20 | tools/nolibc/string: do not use __builtin_strlen() at -O0 | Willy Tarreau |
2022-04-20 | tools/nolibc: add a makefile to install headers | Willy Tarreau |
2022-04-20 | tools/nolibc/types: add poll() and waitpid() flag definitions | Willy Tarreau |
2022-04-20 | tools/nolibc/sys: add syscall definition for getppid() | Willy Tarreau |