aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux/compiler-gcc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor1-1/+3
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers1-4/+0
2020-11-03perf tools: Remove broken __no_tail_call attributePeter Zijlstra1-12/+0
2020-06-01tools compiler.h: Add attribute to disable tail callsIan Rogers1-0/+12
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet1-0/+2
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski1-0/+4
2018-05-17tools include compiler-gcc: Add __pure attribute helperArnaldo Carvalho de Melo1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-12tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo1-3/+6
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo1-0/+2
2017-04-19tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo1-0/+3
2017-03-03tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo1-0/+4
2017-02-13tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo1-0/+14