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
2022-07-26
tools lib: Add list_last_entry_or_null()
Yang Jihong
-0
/
+11
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1
/
+1
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-1
/
+2
2022-07-22
uapi: asm-generic: fcntl: Fix typo 'the the' in comment
Slark Xiao
-1
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2022-07-20
tools: Fixed MIPS builds due to struct flock re-definition
Florian Fainelli
-1
/
+10
2022-07-19
bpf: fix bpf_skb_pull_data documentation
Joanne Koong
-1
/
+2
2022-07-19
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Paolo Bonzini
-1
/
+2
2022-07-17
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+1
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
-2
/
+2
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+14
2022-07-14
lib/bitmap: change return types to bool where appropriate
Yury Norov
-4
/
+4
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-4
/
+7
2022-07-11
Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+7
2022-07-10
XArray: Add calls to might_alloc()
Matthew Wilcox (Oracle)
-0
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-7
/
+33
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-4
/
+7
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
-4
/
+7
2022-07-07
objtool: update objtool.txt references
Mauro Carvalho Chehab
-1
/
+1
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+52
2022-07-05
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
-0
/
+1
2022-06-30
bitops: wrap non-atomic bitops with a transparent macro
Alexander Lobakin
-12
/
+28
2022-06-30
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
-9
/
+15
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-87
/
+292
2022-06-29
tools/bpf: Sync btf_ids.h to tools
Stanislav Fomichev
-7
/
+31
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
-0
/
+1
2022-06-28
treewide: uapi: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
-17
/
+17
2022-06-28
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-2
/
+52
2022-06-27
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
-2
/
+4
2022-06-27
objtool: Add entry UNRET validation
Peter Zijlstra
-0
/
+3
2022-06-26
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
-6
/
+20
2022-06-26
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
-81
/
+272
2022-06-24
Bonding: add per-port priority for failover re-selection
Hangbin Liu
-0
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+15
2022-06-20
tools/nolibc: add a help target to list supported targets
Willy Tarreau
-0
/
+17
2022-06-20
tools/nolibc: make the default target build the headers
Willy Tarreau
-1
/
+1
2022-06-20
tools/nolibc: fix the makefile to also work as "make -C tools ..."
Willy Tarreau
-1
/
+17
2022-06-20
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
-2
/
+2
2022-06-20
tools/nolibc/stdlib: Support overflow checking for older compiler versions
Ammar Faizi
-4
/
+3
2022-06-20
Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...
Linus Torvalds
-0
/
+9
2022-06-19
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+9
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-7
/
+98
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
-0
/
+78
2022-06-16
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
-4
/
+6
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
-3
/
+14
2022-06-06
x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usage
Josh Poimboeuf
-0
/
+6
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
-8
/
+9
2022-06-03
bitmap: Fix return values to be unsigned
Kees Cook
-8
/
+9
2022-06-03
LoongArch: Add other common headers
Huacai Chen
-0
/
+2
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-16
/
+9
[prev]
[next]