summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Expand)Author
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-17initramfs: restore default compression behaviorEugeniy Paltsev
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-03initramfs: do not show compression mode choice if INITRAMFS_SOURCE is emptyMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-16gen_initramfs.sh: remove intermediate cpio_list on errorsMasahiro Yamada
2020-01-16initramfs: refactor the initramfs build rulesMasahiro Yamada
2020-01-16gen_initramfs.sh: always output cpio even without -o optionMasahiro Yamada
2020-01-16initramfs: add default_cpio_list, and delete -d option supportMasahiro Yamada
2020-01-16initramfs: generate dependency list and cpio at the same timeMasahiro Yamada
2020-01-16initramfs: specify $(src)/gen_initramfs.sh as a prerequisite in MakefileMasahiro Yamada
2020-01-14initramfs: make initramfs compression choice non-optionalMasahiro Yamada
2020-01-14initramfs: make compression options not depend on INITRAMFS_SOURCEMasahiro Yamada
2020-01-14initramfs: remove redundant dependency on BLK_DEV_INITRDMasahiro Yamada
2020-01-14initramfs: rename gen_initramfs_list.sh to gen_initramfs.shMasahiro Yamada
2020-01-14gen_initramfs_list.sh: fix the tool name in the commentMasahiro Yamada
2020-01-14gen_initramfs_list.sh: remove unused variable 'default_list'Masahiro Yamada
2020-01-14initramfs: replace klibcdirs in Makefile with FORCEMasahiro Yamada
2020-01-07kbuild: rename header-test- to no-header-test in usr/include/MakefileMasahiro Yamada
2020-01-07kbuild: detect missing include guard for exported headersMasahiro Yamada
2020-01-04gen_initramfs_list.sh: fix 'bad variable name' errorMasahiro Yamada
2019-12-09kbuild: fix 'No such file or directory' warning when cleaningMasahiro Yamada
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada
2019-12-04linux/scc.h: make uapi linux/scc.h self-containedMasahiro Yamada
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada
2019-11-15kbuild: remove header compile testMasahiro Yamada
2019-11-11kbuild: update compile-test header list for v5.5-rc1Masahiro Yamada
2019-10-05kbuild: update compile-test header list for v5.4-rc2Masahiro Yamada
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-25netfilter: ebtables: use __u8 instead of uint8_t in uapi headerMasahiro Yamada
2019-09-24kbuild: clean compressed initramfs imageGreg Thelen
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-07-23kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header testHeiko Carstens
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-20kbuild: update compile-test header list for v5.3-rc1Masahiro Yamada
2019-07-15docs: early-userspace: move to driver-api guideMauro Carvalho Chehab
2019-07-15docs: early-userspace: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada
2018-12-11user/Makefile: Fix typo and capitalization in comment sectionEugen Cazacu
2018-08-22initramfs: move gen_initramfs_list.sh from scripts/ to usr/Masahiro Yamada
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin
2017-11-03initramfs: fix initramfs rebuilds w/ compression after disablingFlorian Fainelli
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06ramfs: clarify help text that compression applies to ramfs as well as legacy ...Rob Landley
2017-07-06scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley
2017-06-02initramfs: fix disabling of initramfs (and its compression)Florian Fainelli