index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
modpost: fix the missed iteration for the max bit in do_input()
Masahiro Yamada
1
-1
/
+1
2025-01-09
modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
Masahiro Yamada
1
-1
/
+1
2024-12-14
modpost: Add .irqentry.text to OTHER_SECTIONS
Thomas Gleixner
1
-1
/
+1
2024-12-14
modpost: Include '.text.*' in TEXT_SECTIONS
Nathan Chancellor
1
-2
/
+2
2024-12-14
modpost: remove incorrect code in do_eisa_entry()
Masahiro Yamada
1
-4
/
+1
2024-02-23
modpost: trim leading spaces when processing source files list
Radek Krejci
1
-1
/
+6
2023-11-20
modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host
Masahiro Yamada
1
-5
/
+5
2023-10-10
modpost: add missing else to the "of" check
Mauricio Faria de Oliveira
1
-1
/
+1
2023-07-23
modpost: fix off by one in is_executable_section()
Dan Carpenter
1
-1
/
+1
2023-07-23
modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}
Masahiro Yamada
1
-0
/
+12
2023-07-23
modpost: fix section mismatch message for R_ARM_ABS32
Masahiro Yamada
1
-3
/
+9
2023-07-23
modpost: remove broken calculation of exception_table_entry size
Masahiro Yamada
1
-57
/
+3
2022-06-29
modpost: fix section mismatch check for exported init/exit sections
Masahiro Yamada
1
-1
/
+1
2022-06-14
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
1
-1
/
+2
2022-06-14
modpost: fix removing numeric suffixes
Alexander Lobakin
1
-1
/
+1
2022-04-08
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
1
-1
/
+1
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
3
-16
/
+11
2021-09-03
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2021-09-03
modpost: get the *.mod file path more simply
Masahiro Yamada
3
-16
/
+11
2021-08-26
PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
Max Gurtovoy
2
-2
/
+16
2021-08-15
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
1
-1
/
+1
2021-06-17
kbuild: modpost: Explicitly warn about unprototyped symbols
Mark Brown
1
-2
/
+5
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-4
/
+4
2021-04-25
kbuild: add an elfnote for whether vmlinux is built with lto
Yonghong Song
1
-0
/
+2
2021-04-25
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
1
-4
/
+4
2021-04-25
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
1
-13
/
+12
2021-04-25
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
1
-14
/
+1
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+17
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-50
/
+3
2021-02-23
Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-10
/
+22
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2
-38
/
+3
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2
-13
/
+1
2021-01-14
scripts/mod: disable LTO for empty.c
Sami Tolvanen
1
-0
/
+1
2021-01-14
modpost: lto: strip .lto from module names
Sami Tolvanen
3
-10
/
+21
2021-01-07
fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
Xu Yilun
2
-0
/
+17
2021-01-07
platform/surface: aggregator: Add dedicated bus and device type
Maximilian Luz
2
-0
/
+31
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-45
/
+43
2020-12-21
modpost: turn static exports into error
Quentin Perret
1
-3
/
+3
2020-12-21
modpost: turn section mismatches to error from fatal()
Masahiro Yamada
1
-4
/
+4
2020-12-21
modpost: change license incompatibility to error() from fatal()
Masahiro Yamada
1
-2
/
+2
2020-12-21
modpost: turn missing MODULE_LICENSE() into error
Masahiro Yamada
1
-1
/
+1
2020-12-21
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2
-29
/
+27
2020-12-21
modpost: rename merror() to error()
Masahiro Yamada
2
-6
/
+6
2020-12-04
Add auxiliary bus support
Dave Ertman
2
-0
/
+11
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-2
/
+2
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
1
-2
/
+2
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+7
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+10
2020-07-27
modpost: explain why we can't use strsep
Wolfram Sang
1
-0
/
+1
[next]