summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
2023-10-18tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum-0/+59
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton-0/+40
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett-0/+40
2023-10-17perf tools: Add get_unaligned_leNN()Adrian Hunter-6/+139
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+25
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh-1/+22
2023-10-12tools/nolibc: automatically detect necessity to use pselect6Thomas Weißschuh-14/+6
2023-10-12tools/nolibc: don't define new syscall numberThomas Weißschuh-4/+3
2023-10-12tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacksThomas Weißschuh-17/+27
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_up()` functionAmmar Faizi-13/+7
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_down()` functionAmmar Faizi-10/+0
2023-10-12tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi-0/+15
2023-10-12tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi-0/+33
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh-5/+21
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh-0/+1
2023-10-12tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi-1/+3
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer-4/+9
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis-0/+10
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet-0/+4
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest-0/+1
2023-10-06mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+230
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta-1/+1
2023-09-26Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds-16/+230
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa-0/+1
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa-0/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-5/+7
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+4
2023-09-15bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers-1/+1
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev-0/+16
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)-0/+2
2023-09-14memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)-2/+0
2023-09-14memblock tests: Fix compilation errors.Rong Tao-1/+1
2023-09-13tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo-15/+69
2023-09-13tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo-0/+157
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo-1/+4
2023-09-11bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev-1/+3
2023-09-08bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song-1/+8
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-18/+145
2023-08-28Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-994/+673
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau-14/+13
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau-3/+16
2023-08-23tools/nolibc: silence ppc64 compile warningsZhangjin Wu-3/+11
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu-4/+3
2023-08-23tools/nolibc: add support for powerpc64Zhangjin Wu-0/+16
2023-08-23tools/nolibc: add support for powerpcZhangjin Wu-0/+199
2023-08-23tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh-1/+1
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh-1/+1
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh-1/+4
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh-2/+2