index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
genksyms
/
parse.y
Age
Commit message (
Expand
)
Author
2025-04-14
genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiers
Uros Bizjak
2025-01-27
genksyms: fix syntax error for attribute before init-declarator
Masahiro Yamada
2025-01-27
genksyms: fix syntax error for attribute after 'union'
Masahiro Yamada
2025-01-18
genksyms: fix syntax error for attribute after 'struct'
Masahiro Yamada
2025-01-18
genksyms: fix syntax error for attribute after abstact_declarator
Masahiro Yamada
2025-01-18
genksyms: fix syntax error for attribute before nested_declarator
Masahiro Yamada
2025-01-18
genksyms: fix syntax error for attribute before abstract_declarator
Masahiro Yamada
2025-01-18
genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier
Masahiro Yamada
2025-01-18
genksyms: record attributes consistently for init-declarator
Masahiro Yamada
2025-01-18
genksyms: restrict direct-declarator to take one parameter-type-list
Masahiro Yamada
2025-01-18
genksyms: restrict direct-abstract-declarator to take one parameter-type-list
Masahiro Yamada
2025-01-18
genksyms: fix last 3 shift/reduce conflicts
Masahiro Yamada
2025-01-18
genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflicts
Masahiro Yamada
2025-01-18
genksyms: reduce type_qualifier directly to decl_specifier
Masahiro Yamada
2025-01-18
genksyms: rename cvar_qualifier to type_qualifier
Masahiro Yamada
2025-01-18
genksyms: rename m_abstract_declarator to abstract_declarator
Masahiro Yamada
2025-01-10
genksyms: fix memory leak when the same symbol is read from *.symref file
Masahiro Yamada
2025-01-10
genksyms: fix memory leak when the same symbol is added from source
Masahiro Yamada
2020-12-21
genksyms: Ignore module scoped _Static_assert()
Marco Elver
2019-09-14
genksyms: convert to SPDX License Identifier for lex.l and parse.y
Masahiro Yamada
2019-06-24
genksyms: Teach parser about 128-bit built-in types
Will Deacon
2017-01-05
genksyms: Fix segfault with invalid declarations
Michal Marek
2016-11-29
kbuild/genksyms: handle va_list type
Nicholas Piggin
2015-08-20
genksyms: Duplicate function pointer type definitions segfault
Richard Yao
2014-04-03
genksyms: fix typeof() handling
Jan Beulich
2011-10-11
genksyms: Do not expand internal types
Michal Marek
2011-10-11
genksyms: Minor parser cleanup
Michal Marek
2011-03-17
genksyms: Track changes to enum constants
Michal Marek
2010-11-25
scripts/genksyms: fix header usage
Arnaud Lacombe
2008-07-31
kbuild: genksyms parser: fix the __attribute__ rule
Andreas Gruenbacher
2007-10-12
kbuild: __extension__ support in genksyms (fix unknown CRC warning)
Sam Ravnborg
2005-12-26
kbuild: Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
Robin Holt
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds