summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada2023-06-021-2/+9
* modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-06-021-0/+12
* modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-06-021-3/+9
* modpost: remove *_sections[] arraysMasahiro Yamada2023-05-281-27/+9
* modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck tableMasahiro Yamada2023-05-281-11/+4
* modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck tableMasahiro Yamada2023-05-281-6/+1
* modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada2023-05-282-17/+4
* modpost: replace r->r_offset, r->r_addend with faddr, taddrMasahiro Yamada2023-05-281-15/+19
* modpost: unify 'sym' and 'to' in default_mismatch_handler()Masahiro Yamada2023-05-281-5/+4
* modpost: remove unused argument from secref_whitelist()Masahiro Yamada2023-05-281-3/+2
* Revert "modpost: skip ELF local symbols during section mismatch check"Masahiro Yamada2023-05-281-12/+0
* scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish2023-05-221-1/+8
* modpost: rename find_elf_symbol() and find_elf_symbol2()Masahiro Yamada2023-05-221-6/+6
* modpost: pass section index to find_elf_symbol2()Masahiro Yamada2023-05-221-19/+15
* modpost: pass 'tosec' down to default_mismatch_handler()Masahiro Yamada2023-05-221-4/+3
* modpost: squash extable_mismatch_handler() into default_mismatch_handler()Masahiro Yamada2023-05-221-58/+26
* modpost: clean up is_executable_section()Masahiro Yamada2023-05-221-8/+8
* modpost: squash report_sec_mismatch() into default_mismatch_handler()Masahiro Yamada2023-05-221-35/+20
* modpost: squash report_extable_warnings() into extable_mismatch_handler()Masahiro Yamada2023-05-221-26/+14
* modpost: remove get_prettyname()Masahiro Yamada2023-05-221-25/+2
* modpost: remove fromsym info in __ex_table section mismatch warningMasahiro Yamada2023-05-221-9/+2
* modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada2023-05-221-57/+3
* modpost: error out if addend_*_rel() is not implemented for REL archMasahiro Yamada2023-05-221-0/+2
* kbuild: Disallow DTB overlays to built from .dts named source filesAndrew Davis2023-05-221-3/+0
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-4/+8
|\
| * locking/atomic: Correct (cmp)xchg() instrumentationMark Rutland2023-04-291-3/+3
| * locking/atomic: Add generic try_cmpxchg{,64}_local() supportUros Bizjak2023-04-292-1/+5
* | sysctl: remove register_sysctl_paths()Luis Chamberlain2023-05-021-16/+0
* | Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-04-3013-570/+504
|\ \
| * | kbuild: deb-pkg: specify targets in debian/rules as .PHONYMasahiro Yamada2023-04-261-0/+2
| * | kbuild: rpm-pkg: remove kernel-drm PROVIDESMasahiro Yamada2023-04-251-6/+1
| * | kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify source compressionMasahiro Yamada2023-04-251-8/+27
| * | kbuild: add srcdeb-pkg targetMasahiro Yamada2023-04-231-7/+21
| * | Makefile: use -z pack-relative-relocsFangrui Song2023-04-171-2/+6
| * | kbuild: clang: do not use CROSS_COMPILE for target tripleMasahiro Yamada2023-04-171-6/+2
| * | kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2023-04-172-295/+277
| * | kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada2023-04-171-11/+0
| * | kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada2023-04-173-33/+0
| * | kbuild: builddeb: Eliminate debian/arch useBastian Germann2023-04-171-1/+1
| * | scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-04-171-1/+1
| * | scripts/kallsyms: decrease expand_symbol() / cleanup_symbol_name() callsMasahiro Yamada2023-04-171-18/+15
| * | scripts/kallsyms: change the output orderMasahiro Yamada2023-04-171-59/+59
| * | scripts/kallsyms: move compiler-generated symbol patterns to mksysmapMasahiro Yamada2023-04-172-60/+43
| * | scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada2023-04-173-20/+13
| * | scripts/mksysmap: use sed with in-line commentsMasahiro Yamada2023-04-171-24/+37
| * | scripts/mksysmap: remove comments described in nm(1)Masahiro Yamada2023-04-171-19/+1
| * | scripts/kallsyms: remove redundant code for omitting U and NMasahiro Yamada2023-04-171-4/+1
| * | kallsyms: expand symbol name into comment for debuggingArnd Bergmann2023-04-171-1/+2
* | | Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-301-1/+1
|\ \ \
| * | | rust: add pin-init API coreBenno Lossin2023-04-121-1/+1