index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-18
kbuild: Fix signing issue for external modules
Torsten Hilbrich
1
-1
/
+1
2025-01-18
ARC: migrate to the generic rule for built-in DTB
Masahiro Yamada
16
-27
/
+18
2025-01-18
rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
Sami Tolvanen
2
-3
/
+34
2025-01-11
Documentation/kbuild: Document storage of symbol information
Matthew Maurer
1
-0
/
+20
2025-01-11
modpost: Allow extended modversions without basic MODVERSIONS
Matthew Maurer
3
-2
/
+23
2025-01-11
modpost: Produce extended MODVERSIONS information
Matthew Maurer
3
-4
/
+69
2025-01-11
modules: Support extended MODVERSIONS info
Matthew Maurer
4
-10
/
+162
2025-01-11
Documentation/kbuild: Add DWARF module versioning
Sami Tolvanen
2
-0
/
+309
2025-01-11
kbuild: Add gendwarfksyms as an alternative to genksyms
Sami Tolvanen
3
-7
/
+52
2025-01-11
export: Add __gendwarfksyms_ptr_ references to exported symbols
Sami Tolvanen
1
-0
/
+15
2025-01-11
gendwarfksyms: Add support for symbol type pointers
Sami Tolvanen
4
-1
/
+121
2025-01-11
gendwarfksyms: Add support for reserved and ignored fields
Sami Tolvanen
5
-1
/
+558
2025-01-11
gendwarfksyms: Add support for kABI rules
Sami Tolvanen
8
-4
/
+531
2025-01-11
gendwarfksyms: Add symbol versioning
Sami Tolvanen
6
-9
/
+216
2025-01-11
gendwarfksyms: Add symtypes output
Sami Tolvanen
7
-3
/
+429
2025-01-11
gendwarfksyms: Add die_map debugging
Sami Tolvanen
3
-0
/
+35
2025-01-11
gendwarfksyms: Limit structure expansion
Sami Tolvanen
4
-8
/
+215
2025-01-11
gendwarfksyms: Expand structure types
Sami Tolvanen
2
-2
/
+141
2025-01-11
gendwarfksyms: Expand array_type
Sami Tolvanen
1
-0
/
+30
2025-01-11
gendwarfksyms: Expand subroutine_type
Sami Tolvanen
2
-3
/
+85
2025-01-11
gendwarfksyms: Expand type modifiers and typedefs
Sami Tolvanen
3
-0
/
+84
2025-01-11
gendwarfksyms: Add a cache for processed DIEs
Sami Tolvanen
5
-41
/
+308
2025-01-11
gendwarfksyms: Expand base_type
Sami Tolvanen
1
-0
/
+160
2025-01-11
gendwarfksyms: Add address matching
Sami Tolvanen
3
-0
/
+176
2025-01-11
tools: Add gendwarfksyms
Sami Tolvanen
9
-0
/
+513
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
2025-01-10
modpost: zero-pad CRC values in modversion_info array
Masahiro Yamada
1
-1
/
+1
2025-01-10
module: get symbol CRC back to unsigned
Masahiro Yamada
4
-9
/
+9
2025-01-10
kconfig: qconf: use preferred form of QString API
Rolf Eike Beer
1
-4
/
+4
2025-01-10
kheaders: prevent `find` from seeing perl temp files
HONG Yifan
1
-2
/
+7
2025-01-10
kheaders: use 'tar' instead of 'cpio' for copying files
Masahiro Yamada
4
-19
/
+3
2025-01-10
kheaders: rename the 'cpio_dir' variable to 'tmpdir'
Masahiro Yamada
1
-9
/
+9
2025-01-10
kheaders: avoid unnecessary process forks of grep
Masahiro Yamada
1
-3
/
+3
2025-01-10
kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xz
Masahiro Yamada
1
-0
/
+4
[next]