summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh2023-03-282-0/+7
* tools/nolibc: i386: add stackprotector supportThomas Weißschuh2023-03-282-1/+7
* tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh2023-03-282-2/+63
* tools/nolibc: tests: fold in no-stack-protector cflagsThomas Weißschuh2023-03-281-2/+3
* tools/nolibc: add support for stack protectorThomas Weißschuh2023-03-283-2/+56
* tools/nolibc: tests: constify test_namesThomas Weißschuh2023-03-281-1/+1
* tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh2023-03-281-0/+2
* tools/nolibc: add definitions for standard fdsThomas Weißschuh2023-03-281-0/+5
* selftests/nolibc: Adjust indentation for MakefileFeiyang Chen2023-03-201-37/+37
* selftests/nolibc: Add support for LoongArchFeiyang Chen2023-03-201-0/+4
* tools/nolibc: Add support for LoongArchFeiyang Chen2023-03-202-0/+202
* tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen2023-03-201-0/+56
* tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen2023-03-202-6/+1
* tools/nolibc: check for S_I* macros before defining themWilly Tarreau2023-03-201-1/+22
* selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau2023-03-201-2/+6
* tools/nolibc: add getuid() and geteuid()Willy Tarreau2023-03-201-0/+42
* tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau2023-03-201-0/+53
* tools/nolibc: enlarge column width of testsVincent Dagonneau2023-03-201-48/+48
* tools/nolibc: add integer types and integer limit macrosVincent Dagonneau2023-03-201-0/+75
* tools/nolibc: add stdint.hVincent Dagonneau2023-03-203-16/+27
* tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney2023-03-201-0/+1
* tools/nolibc: always disable stack protector for testsThomas Weißschuh2023-03-201-0/+3
* Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0222-305/+429
|\
| * objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-233-0/+3
| * objtool: Remove instruction::listPeter Zijlstra2023-02-234-86/+133
| * objtool: Fix overlapping alternativesPeter Zijlstra2023-02-231-26/+43
| * objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra2023-02-232-29/+50
| * objtool: Remove instruction::relocPeter Zijlstra2023-02-232-16/+14
| * objtool: Shrink instruction::{type,visited}Peter Zijlstra2023-02-231-5/+5
| * objtool: Make instruction::alts a single-linked listPeter Zijlstra2023-02-232-10/+10
| * objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2023-02-234-10/+9
| * objtool: Change arch_decode_instruction() signaturePeter Zijlstra2023-02-234-71/+64
| * Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-23184-5224/+7603
| |\
| * | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-113-7/+12
| * | objtool: Optimize layout of struct special_altThomas Weißschuh2023-02-011-1/+1
| * | objtool: Optimize layout of struct symbolThomas Weißschuh2023-02-011-3/+2
| * | objtool: Allocate multiple structures with calloc()Thomas Weißschuh2023-02-012-21/+25
| * | objtool: Make struct check_options staticThomas Weißschuh2023-02-012-3/+1
| * | objtool: Make struct entries[] static and constThomas Weißschuh2023-02-011-3/+3
| * | objtool: Fix HOSTCC flag usageIan Rogers2023-02-011-12/+15
| * | objtool: Properly support make V=1Ian Rogers2023-01-311-4/+10
| * | objtool: Install libsubcmd in buildIan Rogers2023-01-313-10/+24
| * | objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2023-01-212-0/+15
| * | objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin2023-01-071-0/+2
* | | capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-4/+3
* | | Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-015-1/+32
|\ \ \
| * | | selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang2023-02-252-0/+7
| * | | selftests/seccomp: Add LoongArch selftesting supportHuacai Chen2023-02-251-0/+6
| * | | tools: Add LoongArch build infrastructureHuacai Chen2023-02-252-1/+19
* | | | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-276-12/+125
|\ \ \ \