index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Lines
2023-10-18
tools headers UAPI: update linux/fs.h with the kernel sources
Muhammad Usama Anjum
-0
/
+59
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
-0
/
+40
2023-10-18
maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()
Liam R. Howlett
-0
/
+40
2023-10-17
perf tools: Add get_unaligned_leNN()
Adrian Hunter
-6
/
+139
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+25
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
-1
/
+22
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
-14
/
+6
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
-17
/
+27
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
-13
/
+7
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
-10
/
+0
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
-0
/
+15
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
-0
/
+33
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
-5
/
+21
2023-10-12
tools/nolibc: mark start_c as weak
Thomas Weißschuh
-0
/
+1
2023-10-12
tools/nolibc: i386: Fix a stack misalign bug on _start
Ammar Faizi
-1
/
+3
2023-10-11
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
-4
/
+9
2023-10-09
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
-0
/
+10
2023-10-09
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
-0
/
+4
2023-10-06
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
-0
/
+1
2023-10-06
mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
Florent Revest
-1
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+230
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
-1
/
+1
2023-09-26
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...
Linus Torvalds
-16
/
+230
2023-09-25
bpf: Add missed value to kprobe perf link info
Jiri Olsa
-0
/
+1
2023-09-25
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
-0
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-5
/
+7
2023-09-21
Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-2
/
+4
2023-09-15
bpf: Fix BTF_ID symbol generation collision in tools/
Nick Desaulniers
-1
/
+1
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
-0
/
+16
2023-09-14
memblock tests: fix warning ‘struct seq_file’ declared inside parameter list
Mike Rapoport (IBM)
-0
/
+2
2023-09-14
memblock tests: fix warning: "__ALIGN_KERNEL" redefined
Mike Rapoport (IBM)
-2
/
+0
2023-09-14
memblock tests: Fix compilation errors.
Rong Tao
-1
/
+1
2023-09-13
tools headers UAPI: Update tools's copy of drm.h headers
Arnaldo Carvalho de Melo
-15
/
+69
2023-09-13
tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...
Arnaldo Carvalho de Melo
-0
/
+157
2023-09-13
tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...
Arnaldo Carvalho de Melo
-1
/
+4
2023-09-11
bpf: Clarify error expectations from bpf_clone_redirect
Stanislav Fomichev
-1
/
+3
2023-09-08
bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated
Yonghong Song
-1
/
+8
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-18
/
+145
2023-08-28
Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-994
/
+673
2023-08-23
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
-14
/
+13
2023-08-23
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
-3
/
+16
2023-08-23
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
-3
/
+11
2023-08-23
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
-4
/
+3
2023-08-23
tools/nolibc: add support for powerpc64
Zhangjin Wu
-0
/
+16
2023-08-23
tools/nolibc: add support for powerpc
Zhangjin Wu
-0
/
+199
2023-08-23
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
-1
/
+1
2023-08-23
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
-1
/
+1
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
-1
/
+4
2023-08-23
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
-2
/
+2
[prev]
[next]