summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming2022-10-031-1/+1
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-25/+67
|\
| * gen_init_cpio: support file checksum archivingDavid Disseldorp2022-05-091-9/+45
| * gen_init_cpio: fix short read file handlingDavid Disseldorp2022-05-091-19/+25
* | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-1/+1
|\ \
| * | kbuild: uapi: use -fsyntax-only rather than -SNick Desaulniers2022-04-051-1/+1
| |/
* | sparc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-1/+0
* | powerpc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-1/+0
* | mips: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-4/+0
* | riscv: add linux/bpf_perf_event.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-4/+0
* | kbuild: prevent exported headers from including <stdlib.h>, <stdbool.h>Masahiro Yamada2022-05-133-1/+15
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-312-4/+7
|\
| * kbuild: add --target to correctly cross-compile UAPI headers with ClangMasahiro Yamada2022-03-311-1/+1
| * usr/include: replace extra-y with always-yMasahiro Yamada2022-03-311-1/+1
| * kbuild: Add environment variables for userprogs flagsElliot Berman2022-02-141-0/+3
| * kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-2/+2
* | reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+0
* | kexec.h: add linux/kexec.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+0
* | fsmap.h: add linux/fsmap.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+0
* | android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverageMasahiro Yamada2022-02-171-2/+0
* | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+0
* | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-2/+0
|/
* kbuild: remove include/linux/cyclades.h from header file checkGreg Kroah-Hartman2022-01-271-0/+1
* usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin2022-01-221-1/+0
* kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-5/+0
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-1/+1
* kbuild: move headers_check.pl to usr/include/Masahiro Yamada2022-01-082-2/+175
* initramfs: Check timestamp to prevent broken cpio archiveNicolas Schier2021-10-241-0/+16
* gen_init_cpio: add static const qualifiersMasahiro Yamada2021-10-131-2/+2
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-2/+2
* kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-021-1/+1
* usr/include: refactor .gitignoreMasahiro Yamada2021-05-021-3/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+0
|\
| * initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRDGeert Uytterhoeven2021-02-241-1/+0
* | arch: ia64: Remove rest of perfmon supportViresh Kumar2021-01-221-2/+0
|/
* Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-1/+0
|\
| * unexport linux/elfcore.hAl Viro2020-07-271-1/+0
* | usr: Add support for zstd compressed initramfsNick Terrell2020-07-312-0/+21
|/
* bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada2020-05-171-0/+4
* kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-121-1/+1
* kbuild: fix comment about missing include guard detectionMasahiro Yamada2020-04-111-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* initramfs: restore default compression behaviorEugeniy Paltsev2020-03-171-11/+11
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-1/+1
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* | initramfs: do not show compression mode choice if INITRAMFS_SOURCE is emptyMasahiro Yamada2020-02-032-1/+2
|/
* gen_initramfs.sh: remove intermediate cpio_list on errorsMasahiro Yamada2020-01-161-1/+2
* initramfs: refactor the initramfs build rulesMasahiro Yamada2020-01-165-111/+78
* gen_initramfs.sh: always output cpio even without -o optionMasahiro Yamada2020-01-161-31/+27
* initramfs: add default_cpio_list, and delete -d option supportMasahiro Yamada2020-01-163-17/+7