| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-06 | tools: Rename __fallthrough to fallthrough | Liam Howlett | 1 | -2/+4 |
| 2021-09-13 | tools: compiler-gcc.h: Guard error attribute use with __has_attribute | Nathan Chancellor | 1 | -1/+3 |
| 2021-09-13 | compiler-gcc.h: drop checks for older GCC versions | Nick Desaulniers | 1 | -3/+1 |
| 2021-09-13 | compiler.h: drop fallback overflow checkers | Nick Desaulniers | 1 | -4/+0 |
| 2020-11-03 | perf tools: Remove broken __no_tail_call attribute | Peter Zijlstra | 1 | -12/+0 |
| 2020-06-01 | tools compiler.h: Add attribute to disable tail calls | Ian Rogers | 1 | -0/+12 |
| 2019-08-15 | tools: bpftool: move "__printf()" attributes to header file | Quentin Monnet | 1 | -0/+2 |
| 2018-07-11 | tools: bpf: make use of reallocarray | Jakub Kicinski | 1 | -0/+4 |
| 2018-05-17 | tools include compiler-gcc: Add __pure attribute helper | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-12 | tools include linux: Guard against redefinition of some macros | Arnaldo Carvalho de Melo | 1 | -3/+6 |
| 2017-06-19 | tools: Adopt __aligned from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-06-19 | tools: Adopt __packed from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-06-19 | tools: Adopt noinline from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-06-19 | tools: Adopt __scanf from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-06-19 | tools: Adopt __printf from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-06-19 | tools: Adopt __noreturn from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-04-19 | tools include: Adopt __same_type() and __must_be_array() from the kernel | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2017-03-03 | tools include: Adopt __compiletime_error | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2017-02-13 | tools include: Introduce linux/compiler-gcc.h | Arnaldo Carvalho de Melo | 1 | -0/+14 |