index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
compiler.h
Age
Commit message (
Expand
)
Author
2026-04-27
tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protector
Daniel Palmer
2026-04-09
tools/nolibc: support UBSAN on gcc
Thomas Weißschuh
2026-04-09
tools/nolibc: create __nolibc_no_sanitize_ubsan
Thomas Weißschuh
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
2026-01-06
tools/nolibc: add __nolibc_static_assert()
Thomas Weißschuh
2026-01-06
tools/nolibc: add compiler version detection macros
Thomas Weißschuh
2025-10-29
tools/nolibc: use __fallthrough__ rather than fallthrough
Benjamin Berg
2025-04-19
tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()
Thomas Weißschuh
2025-04-19
tools/nolibc: add __nolibc_has_feature()
Thomas Weißschuh
2024-10-07
tools/nolibc: compiler: add macro __nolibc_fallthrough
Thomas Weißschuh
2024-08-12
tools/nolibc: compiler: use attribute((naked)) if available
Thomas Weißschuh
2024-08-12
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
2024-08-10
tools/nolibc: compiler: introduce __nolibc_has_attribute()
Thomas Weißschuh
2023-06-09
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh