aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2022-05-08kbuild: split the second line of *.mod into *.usymsGravatar Masahiro Yamada 1-0/+1
2021-05-02.gitignore: ignore only top-level modules.builtinGravatar Masahiro Yamada 1-1/+1
2021-05-02.gitignore: move tags and TAGS close to other tag filesGravatar Masahiro Yamada 1-2/+4
2021-04-25kbuild: generate Module.symvers only when vmlinux existsGravatar Masahiro Yamada 1-0/+1
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionGravatar Rasmus Villemoes 1-0/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-02-04kbuild: Add support to build overlays (%.dtbo)Gravatar Viresh Kumar 1-0/+1
2021-01-14kbuild: lto: fix module versioningGravatar Sami Tolvanen 1-0/+1
2020-09-10.gitignore: docs: ignore sphinx_*/ directoriesGravatar Mauro Carvalho Chehab 1-0/+3
2020-07-31.gitignore: Add ZSTD-compressed filesGravatar Adam Borowski 1-0/+1
2020-07-05.gitignore: Do not track `defconfig` from `make savedefconfig`Gravatar Paul Menzel 1-0/+3
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostGravatar Masahiro Yamada 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-02selftest/lkdtm: Use local .gitignoreGravatar Christophe Leroy 1-4/+0
2020-02-20selftest/lkdtm: Don't pollute 'git status'Gravatar Christophe Leroy 1-0/+4
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileGravatar Masahiro Yamada 1-1/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 1-0/+1
2019-08-22.gitignore: ignore modules.order explicitlyGravatar Masahiro Yamada 1-1/+1
2019-07-27.gitignore: Add compilation database fileGravatar Toru Komatsu 1-0/+3
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-0/+1
2019-05-18.gitignore: exclude .get_maintainer.ignore and .gitattributesGravatar Masahiro Yamada 1-3/+5
2019-05-08.gitignore: add more all*.config patternsGravatar Masahiro Yamada 1-1/+6
2019-05-07moduleparam: Save information about built-in modules in separate fileGravatar Alexey Gladkov 1-0/+1
2019-05-07.gitignore: add leading and trailing slashes to generated directoriesGravatar Masahiro Yamada 1-4/+4
2018-12-13kbuild: Add support for DT binding schema checksGravatar Rob Herring 1-0/+1
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-4/+3
2018-04-11clang-format: add configuration fileGravatar Miguel Ojeda 1-0/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Gravatar Masahiro Yamada 1-1/+1
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-4/+1
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-0/+2
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Gravatar Masahiro Yamada 1-0/+1
2018-02-14.gitignore: ignore ASN.1 auto generated filesGravatar Zhu Lingshan 1-0/+4
2017-12-13scripts/package: snap-pkg targetGravatar Paolo Pisati 1-0/+5
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2017-11-14kbuild: rpm-pkg: keep spec file until make mrproperGravatar Masahiro Yamada 1-0/+5
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-0/+2
2017-11-08.gitignore: sort normal pattern rules alphabeticallyGravatar Masahiro Yamada 1-21/+21
2017-04-25kbuild: Add support to generate LLVM assembly filesGravatar Vinícius Tinti 1-0/+1
2016-08-02Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-0/+1
2016-07-22scripts: add Linux .cocciconfig for coccinelleGravatar Luis R. Rodriguez 1-0/+1
2016-06-07GCC plugin infrastructureGravatar Emese Revfy 1-0/+1
2016-04-28gitignore: fix wordingGravatar Kyeongmin Cho 1-1/+1
2015-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-0/+5
2015-08-28.gitignore: add *.su patternGravatar Rasmus Villemoes 1-0/+1
2015-08-07modsign: Use single PEM file for autogenerated keyGravatar David Woodhouse 1-0/+1
2015-06-15Kbuild: Add ID files to .gitignoreGravatar Andi Kleen 1-0/+3
2015-06-15gitignore: Add MIPS vmlinux.32 to the listGravatar Florian Fainelli 1-0/+1
2015-04-17.gitignore: ignore *.tarGravatar Andrey Skvortsov 1-0/+1
2015-02-17scripts/gdb: ignore byte-compiled python filesGravatar Daniel Thompson 1-0/+1