index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: x86_64: add stackprotector support
Thomas Weißschuh
2023-03-28
2
-0
/
+7
*
tools/nolibc: i386: add stackprotector support
Thomas Weißschuh
2023-03-28
2
-1
/
+7
*
tools/nolibc: tests: add test for -fstack-protector
Thomas Weißschuh
2023-03-28
2
-2
/
+63
*
tools/nolibc: tests: fold in no-stack-protector cflags
Thomas Weißschuh
2023-03-28
1
-2
/
+3
*
tools/nolibc: add support for stack protector
Thomas Weißschuh
2023-03-28
3
-2
/
+56
*
tools/nolibc: tests: constify test_names
Thomas Weißschuh
2023-03-28
1
-1
/
+1
*
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
2023-03-28
1
-0
/
+2
*
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
2023-03-28
1
-0
/
+5
*
selftests/nolibc: Adjust indentation for Makefile
Feiyang Chen
2023-03-20
1
-37
/
+37
*
selftests/nolibc: Add support for LoongArch
Feiyang Chen
2023-03-20
1
-0
/
+4
*
tools/nolibc: Add support for LoongArch
Feiyang Chen
2023-03-20
2
-0
/
+202
*
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
2023-03-20
1
-0
/
+56
*
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2023-03-20
2
-6
/
+1
*
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
2023-03-20
1
-1
/
+22
*
selftests/nolibc: skip the chroot_root and link_dir tests when not privileged
Willy Tarreau
2023-03-20
1
-2
/
+6
*
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
2023-03-20
1
-0
/
+42
*
tools/nolibc: add tests for the integer limits in stdint.h
Vincent Dagonneau
2023-03-20
1
-0
/
+53
*
tools/nolibc: enlarge column width of tests
Vincent Dagonneau
2023-03-20
1
-48
/
+48
*
tools/nolibc: add integer types and integer limit macros
Vincent Dagonneau
2023-03-20
1
-0
/
+75
*
tools/nolibc: add stdint.h
Vincent Dagonneau
2023-03-20
3
-16
/
+27
*
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Paul E. McKenney
2023-03-20
1
-0
/
+1
*
tools/nolibc: always disable stack protector for tests
Thomas Weißschuh
2023-03-20
1
-0
/
+3
*
Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-02
22
-305
/
+429
|
\
|
*
objtool: Fix ORC 'signal' propagation
Josh Poimboeuf
2023-02-23
3
-0
/
+3
|
*
objtool: Remove instruction::list
Peter Zijlstra
2023-02-23
4
-86
/
+133
|
*
objtool: Fix overlapping alternatives
Peter Zijlstra
2023-02-23
1
-26
/
+43
|
*
objtool: Union instruction::{call_dest,jump_table}
Peter Zijlstra
2023-02-23
2
-29
/
+50
|
*
objtool: Remove instruction::reloc
Peter Zijlstra
2023-02-23
2
-16
/
+14
|
*
objtool: Shrink instruction::{type,visited}
Peter Zijlstra
2023-02-23
1
-5
/
+5
|
*
objtool: Make instruction::alts a single-linked list
Peter Zijlstra
2023-02-23
2
-10
/
+10
|
*
objtool: Make instruction::stack_ops a single-linked list
Peter Zijlstra
2023-02-23
4
-10
/
+9
|
*
objtool: Change arch_decode_instruction() signature
Peter Zijlstra
2023-02-23
4
-71
/
+64
|
*
Merge branch 'linus' into objtool/core, to pick up Xen dependencies
Ingo Molnar
2023-02-23
184
-5224
/
+7603
|
|
\
|
*
|
x86/unwind/orc: Add 'signal' field to ORC metadata
Josh Poimboeuf
2023-02-11
3
-7
/
+12
|
*
|
objtool: Optimize layout of struct special_alt
Thomas Weißschuh
2023-02-01
1
-1
/
+1
|
*
|
objtool: Optimize layout of struct symbol
Thomas Weißschuh
2023-02-01
1
-3
/
+2
|
*
|
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
2023-02-01
2
-21
/
+25
|
*
|
objtool: Make struct check_options static
Thomas Weißschuh
2023-02-01
2
-3
/
+1
|
*
|
objtool: Make struct entries[] static and const
Thomas Weißschuh
2023-02-01
1
-3
/
+3
|
*
|
objtool: Fix HOSTCC flag usage
Ian Rogers
2023-02-01
1
-12
/
+15
|
*
|
objtool: Properly support make V=1
Ian Rogers
2023-01-31
1
-4
/
+10
|
*
|
objtool: Install libsubcmd in build
Ian Rogers
2023-01-31
3
-10
/
+24
|
*
|
objtool: Check that module init/exit function is an indirect call target
Michal Kubecek
2023-01-21
2
-0
/
+15
|
*
|
objtool: Fix memory leak in create_static_call_sections()
Miaoqian Lin
2023-01-07
1
-0
/
+2
*
|
|
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-03-01
1
-4
/
+3
*
|
|
Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2023-03-01
5
-1
/
+32
|
\
\
\
|
*
|
|
selftests/ftrace: Add LoongArch kprobe args string tests support
Qing Zhang
2023-02-25
2
-0
/
+7
|
*
|
|
selftests/seccomp: Add LoongArch selftesting support
Huacai Chen
2023-02-25
1
-0
/
+6
|
*
|
|
tools: Add LoongArch build infrastructure
Huacai Chen
2023-02-25
2
-1
/
+19
*
|
|
|
Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-02-27
6
-12
/
+125
|
\
\
\
\
[next]