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