index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
genksyms
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
genksyms: fix syntax error for attribute before init-declarator
Masahiro Yamada
1
-4
/
+4
2025-01-27
genksyms: fix syntax error for builtin (u)int*x*_t types
Masahiro Yamada
1
-0
/
+1
2025-01-27
genksyms: fix syntax error for attribute after 'union'
Masahiro Yamada
1
-5
/
+5
2025-01-18
genksyms: fix syntax error for attribute after 'struct'
Masahiro Yamada
2
-6
/
+11
2025-01-18
genksyms: fix syntax error for attribute after abstact_declarator
Masahiro Yamada
1
-2
/
+2
2025-01-18
genksyms: fix syntax error for attribute before nested_declarator
Masahiro Yamada
1
-2
/
+2
2025-01-18
genksyms: fix syntax error for attribute before abstract_declarator
Masahiro Yamada
1
-4
/
+4
2025-01-18
genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier
Masahiro Yamada
1
-1
/
+4
2025-01-18
genksyms: record attributes consistently for init-declarator
Masahiro Yamada
1
-1
/
+1
2025-01-18
genksyms: restrict direct-declarator to take one parameter-type-list
Masahiro Yamada
1
-4
/
+8
2025-01-18
genksyms: restrict direct-abstract-declarator to take one parameter-type-list
Masahiro Yamada
1
-6
/
+10
2025-01-18
genksyms: remove Makefile hack
Masahiro Yamada
1
-18
/
+0
2025-01-18
genksyms: fix last 3 shift/reduce conflicts
Masahiro Yamada
1
-8
/
+20
2025-01-18
genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflicts
Masahiro Yamada
3
-23
/
+26
2025-01-18
genksyms: reduce type_qualifier directly to decl_specifier
Masahiro Yamada
1
-1
/
+1
2025-01-18
genksyms: rename cvar_qualifier to type_qualifier
Masahiro Yamada
1
-8
/
+8
2025-01-18
genksyms: rename m_abstract_declarator to abstract_declarator
Masahiro Yamada
1
-9
/
+9
2025-01-10
genksyms: use uint32_t instead of unsigned long for calculating CRC
Masahiro Yamada
1
-7
/
+8
2025-01-10
genksyms: use generic macros for hash table implementation
Masahiro Yamada
2
-21
/
+15
2025-01-10
genksyms: refactor the return points in the for-loop in __add_symbol()
Masahiro Yamada
1
-8
/
+4
2025-01-10
genksyms: reduce the indentation in the for-loop in __add_symbol()
Masahiro Yamada
1
-33
/
+30
2025-01-10
genksyms: fix memory leak when the same symbol is read from *.symref file
Masahiro Yamada
3
-5
/
+9
2025-01-10
genksyms: fix memory leak when the same symbol is added from source
Masahiro Yamada
2
-2
/
+15
2024-11-28
genksyms: reduce indentation in export_symbol()
Masahiro Yamada
1
-36
/
+37
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-2
/
+2
2023-11-28
genksyms: use getopt_long() unconditionally
Masahiro Yamada
1
-18
/
+0
2023-11-28
genksyms: remove the remnant of the -s option
Masahiro Yamada
1
-4
/
+2
2022-05-24
genksyms: adjust the output format to modpost
Masahiro Yamada
1
-1
/
+1
2022-05-24
kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
Masahiro Yamada
1
-14
/
+4
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-1
/
+1
2021-05-02
genksyms: fix stale comment
Masahiro Yamada
1
-1
/
+1
2021-02-16
genksyms: remove useless case DOTS
Masahiro Yamada
1
-1
/
+0
2021-02-16
genksyms: remove dead code for ST_TABLE_*
Masahiro Yamada
1
-54
/
+0
2021-02-16
genksyms: make source_file a local variable in lexer
Masahiro Yamada
3
-2
/
+3
2020-12-21
genksyms: Ignore module scoped _Static_assert()
Marco Elver
3
-1
/
+36
2020-08-18
genksyms: keywords: Use __restrict not _restrict
Joe Perches
1
-2
/
+2
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
1
-2
/
+1
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
1
-2
/
+2
2019-09-14
genksyms: convert to SPDX License Identifier for lex.l and parse.y
Masahiro Yamada
2
-44
/
+20
2019-09-14
export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols
Masahiro Yamada
1
-5
/
+1
2019-09-06
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
1
-1
/
+1
2019-08-14
kbuild: make bison create C file and header in a single pattern rule
Masahiro Yamada
1
-8
/
+1
2019-06-24
genksyms: Teach parser about 128-bit built-in types
Will Deacon
2
-0
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2
-26
/
+4
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-2
/
+2
2018-05-17
genksyms: remove symbol prefix support
Masahiro Yamada
1
-8
/
+3
2018-05-05
genksyms: fix typo in parse.tab.{c,h} generation rules
Mauro Rossi
1
-2
/
+2
2018-04-07
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
Masahiro Yamada
1
-2
/
+0
[next]