index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-09-28
1
-1
/
+3
|
\
|
*
tools: Add additional SYM_*() stubs to linkage.h
Heiko Carstens
2024-09-23
1
-1
/
+3
*
|
Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-25
6
-4
/
+55
|
\
\
|
*
|
mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
Wei Yang
2024-08-11
1
-0
/
+1
|
*
|
memblock test: fix implicit declaration of function 'strscpy'
Wei Yang
2024-08-06
1
-0
/
+2
|
*
|
memblock test: fix implicit declaration of function 'memparse'
Wei Yang
2024-08-06
1
-0
/
+1
|
*
|
memblock test: add the definition of __setup()
Wei Yang
2024-08-06
1
-0
/
+3
|
*
|
memblock test: fix implicit declaration of function 'virt_to_phys'
Wei Yang
2024-08-06
1
-0
/
+6
|
*
|
tools/testing: abstract two init.h into common include directory
Wei Yang
2024-08-06
2
-4
/
+40
|
*
|
memblock tests: include export.h in linkage.h as kernel dose
Wei Yang
2024-08-06
1
-0
/
+2
*
|
|
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-09-24
2
-1
/
+3
|
\
\
\
|
*
|
|
tools: Optimize ring buffer for riscv
Charlie Jenkins
2024-09-20
1
-1
/
+1
|
*
|
|
tools: Add riscv barrier implementation
Charlie Jenkins
2024-09-20
1
-0
/
+2
|
|
/
/
*
|
|
Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...
Linus Torvalds
2024-09-22
2
-4
/
+15
|
\
\
\
|
*
|
|
perf: cs-etm: Support version 0.1 of HW_ID packets
James Clark
2024-08-29
1
-4
/
+13
|
*
|
|
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2024-08-17
7
-6
/
+133
|
|
\
\
\
|
*
|
|
|
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
2024-07-31
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-21
1
-0
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
2024-08-24
1
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-09-18
6
-0
/
+18
|
\
\
\
|
*
|
|
selftests: vDSO: check cpu caps before running chacha test
Jason A. Donenfeld
2024-09-16
1
-0
/
+10
|
*
|
|
selftests: vDSO: don't include generated headers for chacha test
Jason A. Donenfeld
2024-09-13
3
-0
/
+0
|
*
|
|
arm64: vDSO: Wire up getrandom() vDSO implementation
Adhemerval Zanella
2024-09-13
1
-0
/
+4
|
*
|
|
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
2024-08-30
1
-0
/
+4
|
|
/
/
*
|
|
Merge tag 'linux_kselftest-nolibc-6.12-rc1' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2024-09-17
16
-46
/
+78
|
\
\
\
|
*
|
|
tools/nolibc: x86_64: use local label in memcpy/memmove
Thomas Weißschuh
2024-08-16
1
-2
/
+2
|
*
|
|
tools/nolibc: stackprotector: mark implicitly used symbols as used
Thomas Weißschuh
2024-08-16
1
-2
/
+2
|
*
|
|
tools/nolibc: crt: mark _start_c() as used
Thomas Weißschuh
2024-08-16
1
-1
/
+1
|
*
|
|
tools/nolibc: compiler: use attribute((naked)) if available
Thomas Weißschuh
2024-08-12
1
-2
/
+7
|
*
|
|
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
2024-08-12
10
-18
/
+21
|
*
|
|
tools/nolibc: compiler: introduce __nolibc_has_attribute()
Thomas Weißschuh
2024-08-10
1
-7
/
+9
|
*
|
|
tools/nolibc: powerpc: limit stack-protector workaround to GCC
Thomas Weißschuh
2024-08-10
1
-1
/
+1
|
*
|
|
tools/nolibc: mips: load current function to $t9
Thomas Weißschuh
2024-08-10
1
-1
/
+3
|
*
|
|
tools/nolibc: arm: use clang-compatible asm syntax
Thomas Weißschuh
2024-08-10
1
-2
/
+2
|
*
|
|
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
2024-08-09
1
-11
/
+12
|
*
|
|
tools/nolibc: add stdbool.h header
Thomas Weißschuh
2024-07-29
3
-1
/
+19
|
*
|
|
tools/nolibc: include arch.h from string.h
Thomas Weißschuh
2024-07-29
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
netdev: add dmabuf introspection
Mina Almasry
2024-09-12
1
-0
/
+2
*
|
|
net: netdev netlink api to bind dma-buf to a net device
Mina Almasry
2024-09-12
1
-0
/
+11
*
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-08-26
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
Alan Maguire
2024-08-09
1
-1
/
+2
|
|
/
*
|
tools/include: Sync filesystem headers with the kernel sources
Namhyung Kim
2024-08-07
1
-2
/
+10
*
|
tools/include: Sync network socket headers with the kernel sources
Namhyung Kim
2024-08-07
1
-0
/
+2
*
|
tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
Namhyung Kim
2024-08-07
1
-1
/
+1
*
|
tools/include: Sync uapi/linux/perf.h with the kernel sources
Namhyung Kim
2024-08-06
1
-2
/
+4
*
|
tools/include: Sync uapi/linux/kvm.h with the kernel sources
Namhyung Kim
2024-08-06
1
-1
/
+16
*
|
tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
Namhyung Kim
2024-08-06
1
-0
/
+27
*
|
perf tools: Add tools/include/uapi/README
Namhyung Kim
2024-08-06
1
-0
/
+73
|
/
*
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
2024-07-26
1
-1
/
+16
|
\
|
*
radix tree test suite: put definition of bitmap_clear() into lib/bitmap.c
Wei Yang
2024-07-10
1
-1
/
+16
[next]