index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-01-30
kconfig: fix memory leak in sym_warn_unmet_dep()
Masahiro Yamada
-0
/
+1
2025-01-30
kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST
Masahiro Yamada
-2
/
+4
2025-01-27
genksyms: fix syntax error for attribute before init-declarator
Masahiro Yamada
-4
/
+4
2025-01-27
genksyms: fix syntax error for builtin (u)int*x*_t types
Masahiro Yamada
-0
/
+1
2025-01-27
genksyms: fix syntax error for attribute after 'union'
Masahiro Yamada
-5
/
+5
2025-01-18
genksyms: fix syntax error for attribute after 'struct'
Masahiro Yamada
-6
/
+11
2025-01-18
genksyms: fix syntax error for attribute after abstact_declarator
Masahiro Yamada
-2
/
+2
2025-01-18
genksyms: fix syntax error for attribute before nested_declarator
Masahiro Yamada
-2
/
+2
2025-01-18
genksyms: fix syntax error for attribute before abstract_declarator
Masahiro Yamada
-4
/
+4
2025-01-18
genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier
Masahiro Yamada
-1
/
+4
2025-01-18
genksyms: record attributes consistently for init-declarator
Masahiro Yamada
-1
/
+1
2025-01-18
genksyms: restrict direct-declarator to take one parameter-type-list
Masahiro Yamada
-4
/
+8
2025-01-18
genksyms: restrict direct-abstract-declarator to take one parameter-type-list
Masahiro Yamada
-6
/
+10
2025-01-18
genksyms: remove Makefile hack
Masahiro Yamada
-18
/
+0
2025-01-18
genksyms: fix last 3 shift/reduce conflicts
Masahiro Yamada
-8
/
+20
2025-01-18
genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflicts
Masahiro Yamada
-23
/
+26
2025-01-18
genksyms: reduce type_qualifier directly to decl_specifier
Masahiro Yamada
-1
/
+1
2025-01-18
genksyms: rename cvar_qualifier to type_qualifier
Masahiro Yamada
-8
/
+8
2025-01-18
genksyms: rename m_abstract_declarator to abstract_declarator
Masahiro Yamada
-9
/
+9
2025-01-18
kbuild: Fix signing issue for external modules
Torsten Hilbrich
-1
/
+1
2025-01-18
ARC: migrate to the generic rule for built-in DTB
Masahiro Yamada
-27
/
+18
2025-01-18
rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
Sami Tolvanen
-3
/
+34
2025-01-11
Documentation/kbuild: Document storage of symbol information
Matthew Maurer
-0
/
+20
2025-01-11
modpost: Allow extended modversions without basic MODVERSIONS
Matthew Maurer
-2
/
+23
2025-01-11
modpost: Produce extended MODVERSIONS information
Matthew Maurer
-4
/
+69
2025-01-11
modules: Support extended MODVERSIONS info
Matthew Maurer
-10
/
+162
2025-01-11
Documentation/kbuild: Add DWARF module versioning
Sami Tolvanen
-0
/
+309
2025-01-11
kbuild: Add gendwarfksyms as an alternative to genksyms
Sami Tolvanen
-7
/
+52
2025-01-11
export: Add __gendwarfksyms_ptr_ references to exported symbols
Sami Tolvanen
-0
/
+15
2025-01-11
gendwarfksyms: Add support for symbol type pointers
Sami Tolvanen
-1
/
+121
2025-01-11
gendwarfksyms: Add support for reserved and ignored fields
Sami Tolvanen
-1
/
+558
2025-01-11
gendwarfksyms: Add support for kABI rules
Sami Tolvanen
-4
/
+531
2025-01-11
gendwarfksyms: Add symbol versioning
Sami Tolvanen
-9
/
+216
2025-01-11
gendwarfksyms: Add symtypes output
Sami Tolvanen
-3
/
+429
2025-01-11
gendwarfksyms: Add die_map debugging
Sami Tolvanen
-0
/
+35
2025-01-11
gendwarfksyms: Limit structure expansion
Sami Tolvanen
-8
/
+215
2025-01-11
gendwarfksyms: Expand structure types
Sami Tolvanen
-2
/
+141
2025-01-11
gendwarfksyms: Expand array_type
Sami Tolvanen
-0
/
+30
2025-01-11
gendwarfksyms: Expand subroutine_type
Sami Tolvanen
-3
/
+85
2025-01-11
gendwarfksyms: Expand type modifiers and typedefs
Sami Tolvanen
-0
/
+84
2025-01-11
gendwarfksyms: Add a cache for processed DIEs
Sami Tolvanen
-41
/
+308
2025-01-11
gendwarfksyms: Expand base_type
Sami Tolvanen
-0
/
+160
2025-01-11
gendwarfksyms: Add address matching
Sami Tolvanen
-0
/
+176
2025-01-11
tools: Add gendwarfksyms
Sami Tolvanen
-0
/
+513
2025-01-10
genksyms: use uint32_t instead of unsigned long for calculating CRC
Masahiro Yamada
-7
/
+8
2025-01-10
genksyms: use generic macros for hash table implementation
Masahiro Yamada
-21
/
+15
2025-01-10
genksyms: refactor the return points in the for-loop in __add_symbol()
Masahiro Yamada
-8
/
+4
2025-01-10
genksyms: reduce the indentation in the for-loop in __add_symbol()
Masahiro Yamada
-33
/
+30
2025-01-10
genksyms: fix memory leak when the same symbol is read from *.symref file
Masahiro Yamada
-5
/
+9
2025-01-10
genksyms: fix memory leak when the same symbol is added from source
Masahiro Yamada
-2
/
+15
[next]