aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/pci_iomap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada3-73/+0
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada2-10/+5
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada2-15/+37
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada5-6/+7
2020-06-06modpost: refactor -i option calculationMasahiro Yamada1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada1-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada2-2/+8
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2-9/+2
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2-10/+6
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada1-8/+8
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada1-1/+4
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada1-1/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada3-24/+38
2020-06-03kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada1-9/+8
2020-06-01kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada1-8/+4
2020-06-01kbuild: merge init-y into core-yMasahiro Yamada1-6/+4
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada1-13/+12
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-06-01kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada1-7/+5
2020-06-01kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada1-5/+8
2020-05-29Makefile: support compressed debug infoNick Desaulniers2-0/+23
2020-05-29modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2-1/+4
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2-4/+8
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada1-4/+5
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2-5/+2
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2-1/+5
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada1-8/+2
2020-05-26kbuild: doc: remove documentation about copying Module.symvers aroundMasahiro Yamada1-12/+0
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada2-5/+18
2020-05-26kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada1-10/+13
2020-05-26kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada1-2/+4
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada1-1/+1
2020-05-26bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks1-0/+4
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh1-1/+1
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh1-1/+27
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh1-3/+8
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh1-27/+27
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2-17/+7
2020-05-26kbuild: remove misleading stale FIXME commentMasahiro Yamada1-3/+0