| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: create a list of all built DTB files | Masahiro Yamada | 2024-02-19 | 1 | -0/+1 |
* | Add .editorconfig file for basic formatting | Íñigo Huguet | 2023-12-28 | 1 | -0/+1 |
* | kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/ | Masahiro Yamada | 2023-10-03 | 1 | -1/+0 |
* | kbuild: rpm-pkg: rename binkernel.spec to kernel.spec | Masahiro Yamada | 2023-07-24 | 1 | -1/+1 |
* | Revert ".gitignore: ignore *.cover and *.mbx" | Linus Torvalds | 2023-07-05 | 1 | -2/+0 |
* | kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion | Masahiro Yamada | 2023-06-22 | 1 | -2/+0 |
* | Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2023-04-24 | 1 | -0/+1 |
|\ |
|
| * | .gitignore: Unignore .kunitconfig | Andy Shevchenko | 2023-04-05 | 1 | -0/+1 |
* | | kbuild: rpm-pkg: move source components to rpmbuild/SOURCES | Masahiro Yamada | 2023-03-16 | 1 | -0/+1 |
|/ |
|
* | .gitignore: ignore *.cover and *.mbx | Masahiro Yamada | 2023-02-05 | 1 | -0/+2 |
* | .gitignore: update the command to check tracked files being ignored | Masahiro Yamada | 2023-01-22 | 1 | -1/+1 |
* | .gitignore: ignore *.rpm | Masahiro Yamada | 2022-12-30 | 1 | -0/+1 |
* | kbuild: Cleanup DT Overlay intermediate files as appropriate | Andrew Davis | 2022-11-18 | 1 | -0/+1 |
* | Kbuild: add Rust support | Miguel Ojeda | 2022-09-28 | 1 | -0/+2 |
* | rust: add `.rustfmt.toml` | Miguel Ojeda | 2022-09-28 | 1 | -0/+1 |
* | scripts: add `generate_rust_analyzer.py` | Miguel Ojeda | 2022-09-28 | 1 | -0/+3 |
* | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada | 2022-05-07 | 1 | -0/+1 |
* | .gitignore: ignore only top-level modules.builtin | Masahiro Yamada | 2021-05-01 | 1 | -1/+1 |
* | .gitignore: move tags and TAGS close to other tag files | Masahiro Yamada | 2021-05-01 | 1 | -2/+4 |
* | kbuild: generate Module.symvers only when vmlinux exists | Masahiro Yamada | 2021-04-24 | 1 | -0/+1 |
* | kbuild: add CONFIG_VMLINUX_MAP expert option | Rasmus Villemoes | 2021-04-24 | 1 | -0/+1 |
* | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-02-23 | 1 | -0/+1 |
|\ |
|
| * | kbuild: lto: fix module versioning | Sami Tolvanen | 2021-01-14 | 1 | -0/+1 |
* | | kbuild: Add support to build overlays (%.dtbo) | Viresh Kumar | 2021-02-04 | 1 | -0/+1 |
|/ |
|
* | .gitignore: docs: ignore sphinx_*/ directories | Mauro Carvalho Chehab | 2020-09-10 | 1 | -0/+3 |
* | .gitignore: Add ZSTD-compressed files | Adam Borowski | 2020-07-31 | 1 | -0/+1 |
* | .gitignore: Do not track `defconfig` from `make savedefconfig` | Paul Menzel | 2020-07-05 | 1 | -0/+3 |
* | modpost: generate vmlinux.symvers and reuse it for the second modpost | Masahiro Yamada | 2020-06-06 | 1 | -0/+1 |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | selftest/lkdtm: Use local .gitignore | Christophe Leroy | 2020-03-02 | 1 | -4/+0 |
* | selftest/lkdtm: Don't pollute 'git status' | Christophe Leroy | 2020-02-20 | 1 | -0/+4 |
* | modpost: dump missing namespaces into a single modules.nsdeps file | Masahiro Yamada | 2019-11-11 | 1 | -1/+1 |
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-22 | 1 | -0/+1 |
|\ |
|
| * | modpost: add support for generating namespace dependencies | Matthias Maennich | 2019-09-10 | 1 | -0/+1 |
* | | .gitignore: ignore modules.order explicitly | Masahiro Yamada | 2019-08-21 | 1 | -1/+1 |
|/ |
|
* | .gitignore: Add compilation database file | Toru Komatsu | 2019-07-27 | 1 | -0/+3 |
* | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 2019-07-17 | 1 | -0/+1 |
* | .gitignore: exclude .get_maintainer.ignore and .gitattributes | Masahiro Yamada | 2019-05-18 | 1 | -3/+5 |
* | .gitignore: add more all*.config patterns | Masahiro Yamada | 2019-05-08 | 1 | -1/+6 |
* | moduleparam: Save information about built-in modules in separate file | Alexey Gladkov | 2019-05-07 | 1 | -0/+1 |
* | .gitignore: add leading and trailing slashes to generated directories | Masahiro Yamada | 2019-05-07 | 1 | -4/+4 |
* | kbuild: Add support for DT binding schema checks | Rob Herring | 2018-12-13 | 1 | -0/+1 |
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-04-16 | 1 | -4/+3 |
|\ |
|
| * | kbuild: rename *-asn1.[ch] to *.asn1.[ch] | Masahiro Yamada | 2018-04-07 | 1 | -1/+1 |
| * | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 2018-04-07 | 1 | -4/+1 |
| * | .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 2018-04-07 | 1 | -0/+2 |
* | | clang-format: add configuration file | Miguel Ojeda | 2018-04-11 | 1 | -0/+1 |
|/ |
|
* | kbuild: move include/config/ksym/* to include/ksym/* | Masahiro Yamada | 2018-03-25 | 1 | -0/+1 |
* | .gitignore: ignore ASN.1 auto generated files | Zhu Lingshan | 2018-02-14 | 1 | -0/+4 |
* | scripts/package: snap-pkg target | Paolo Pisati | 2017-12-12 | 1 | -0/+5 |