aboutsummaryrefslogtreecommitdiffstats
path: root/usr (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+7
2022-03-31kbuild: add --target to correctly cross-compile UAPI headers with ClangMasahiro Yamada1-1/+1
2022-03-31usr/include: replace extra-y with always-yMasahiro Yamada1-1/+1
2022-02-17reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverageMasahiro Yamada1-1/+0
2022-02-17kexec.h: add linux/kexec.h to UAPI compile-test coverageMasahiro Yamada1-1/+0
2022-02-17fsmap.h: add linux/fsmap.h to UAPI compile-test coverageMasahiro Yamada1-1/+0
2022-02-17android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverageMasahiro Yamada1-2/+0
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+0
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-2/+0
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman1-0/+3
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada1-2/+2
2022-01-27kbuild: remove include/linux/cyclades.h from header file checkGreg Kroah-Hartman1-0/+1
2022-01-22usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin1-1/+0
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada1-5/+0
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-1/+1
2022-01-08kbuild: move headers_check.pl to usr/include/Masahiro Yamada2-2/+175
2021-10-24initramfs: Check timestamp to prevent broken cpio archiveNicolas Schier1-0/+16
2021-10-13gen_init_cpio: add static const qualifiersMasahiro Yamada1-2/+2
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2021-05-02kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada1-1/+1
2021-05-02usr/include: refactor .gitignoreMasahiro Yamada1-3/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2021-02-24initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRDGeert Uytterhoeven1-1/+0
2021-01-22arch: ia64: Remove rest of perfmon supportViresh Kumar1-2/+0
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2020-07-31usr: Add support for zstd compressed initramfsNick Terrell2-0/+21
2020-07-27unexport linux/elfcore.hAl Viro1-1/+0
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada1-0/+4
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada1-1/+1
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-17initramfs: restore default compression behaviorEugeniy Paltsev1-11/+11
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-02-03initramfs: do not show compression mode choice if INITRAMFS_SOURCE is emptyMasahiro Yamada2-1/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-16gen_initramfs.sh: remove intermediate cpio_list on errorsMasahiro Yamada1-1/+2
2020-01-16initramfs: refactor the initramfs build rulesMasahiro Yamada5-111/+78
2020-01-16gen_initramfs.sh: always output cpio even without -o optionMasahiro Yamada1-31/+27
2020-01-16initramfs: add default_cpio_list, and delete -d option supportMasahiro Yamada3-17/+7
2020-01-16initramfs: generate dependency list and cpio at the same timeMasahiro Yamada2-64/+47
2020-01-16initramfs: specify $(src)/gen_initramfs.sh as a prerequisite in MakefileMasahiro Yamada2-5/+4
2020-01-14initramfs: make initramfs compression choice non-optionalMasahiro Yamada1-8/+0
2020-01-14initramfs: make compression options not depend on INITRAMFS_SOURCEMasahiro Yamada1-2/+0
2020-01-14initramfs: remove redundant dependency on BLK_DEV_INITRDMasahiro Yamada1-6/+0
2020-01-14initramfs: rename gen_initramfs_list.sh to gen_initramfs.shMasahiro Yamada2-1/+1
2020-01-14gen_initramfs_list.sh: fix the tool name in the commentMasahiro Yamada1-1/+1
2020-01-14gen_initramfs_list.sh: remove unused variable 'default_list'Masahiro Yamada1-1/+0
2020-01-14initramfs: replace klibcdirs in Makefile with FORCEMasahiro Yamada1-5/+1
2020-01-07kbuild: rename header-test- to no-header-test in usr/include/MakefileMasahiro Yamada1-53/+53
2020-01-07kbuild: detect missing include guard for exported headersMasahiro Yamada1-1/+2