aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds
2020-06-06Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-06mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada
2020-06-06modpost: remove -s optionMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-06modpost: refactor -i option calculationMasahiro Yamada
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches
2020-06-04get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches
2020-06-04get_maintainer: add email addresses from .yaml filesJoe Perches
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada