index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
Age
Commit message (
Expand
)
Author
2022-06-05
Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-06-05
modpost: use fnmatch() to simplify match()
Masahiro Yamada
2022-06-05
modpost: simplify mod->name allocation
Masahiro Yamada
2022-06-03
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-01
kbuild: check static EXPORT_SYMBOL* by script instead of modpost
Masahiro Yamada
2022-05-29
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2022-05-27
modpost: squash if...else-if in find_elf_symbol2()
Masahiro Yamada
2022-05-27
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
2022-05-27
modpost: remove the unused argument of check_sec_ref()
Masahiro Yamada
2022-05-27
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
2022-05-27
modpost: fix removing numeric suffixes
Alexander Lobakin
2022-05-24
kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
Masahiro Yamada
2022-05-24
modpost: extract symbol versions from *.cmd files
Masahiro Yamada
2022-05-24
modpost: add sym_find_with_module() helper
Masahiro Yamada
2022-05-11
modpost: change the license of EXPORT_SYMBOL to bool type
Masahiro Yamada
2022-05-11
modpost: remove left-over cross_compile declaration
Masahiro Yamada
2022-05-11
modpost: move *.mod.c generation to write_mod_c_files()
Masahiro Yamada
2022-05-11
modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
Masahiro Yamada
2022-05-08
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
2022-05-08
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
2022-05-08
modpost: make multiple export error
Masahiro Yamada
2022-05-08
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
modpost: use doubly linked list for dump_lists
Masahiro Yamada
2022-05-08
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
modpost: add sym_add_unresolved() helper
Masahiro Yamada
2022-05-08
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
modpost: import include/linux/list.h
Masahiro Yamada
2022-05-08
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
2022-05-08
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
2022-05-08
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
2022-05-08
modpost: do not write out any file when error occurred
Masahiro Yamada
2022-05-08
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
2022-05-08
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2022-05-08
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
2022-05-08
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
2022-05-08
modpost: remove redundant initializes for static variables
Masahiro Yamada
2022-05-08
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
2022-05-08
modpost: remove useless export_from_sec()
Masahiro Yamada
2022-04-26
bus: mhi: ep: Add uevent support for module autoloading
Manivannan Sadhasivam
2022-04-03
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-25
Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-22
kbuild: Fixup the IBT kbuild changes
Peter Zijlstra
2022-03-13
Kbuild: use -Wdeclaration-after-statement
Mark Rutland
2022-03-10
s390/nospec: add an option to use thunk-extern
Vasily Gorbik
2022-01-19
Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
[next]