summaryrefslogtreecommitdiffstats
path: root/usr
AgeCommit message (Expand)Author
2019-10-07kbuild: clean compressed initramfs imageGreg Thelen
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
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson
2017-01-05kbuild: initramfs cleanup, set target from KconfigNicholas Piggin
2017-01-05kbuild: initramfs fix dependency checking for compressed targetNicholas Piggin
2016-12-14initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike)
2016-12-14initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)
2014-12-13usr/Kconfig: make initrd compression algorithm selection not expertAndi Kleen
2014-06-06initramfs: remove "compression mode" choicePaul Bolle
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionP J P
2013-11-13gen_init_cpio: avoid NULL pointer dereference and rework env expandingMichal Nazarewicz
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee
2012-11-19gen_init_cpio: remove redundant empty lineJesper Juhl
2012-10-25gen_init_cpio: avoid stack overflow when expandingKees Cook
2012-05-31kconfig: update compression algorithm infoRandy Dunlap
2011-04-18initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-13decompressors: add boot-time XZ supportLasse Collin
2011-01-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2011-01-05gen_init_cpio: checkpatch fixesAndrew Morton
2010-12-29gen_init_cpio: Avoid race between call to stat() and call to open()Jesper Juhl
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek
2010-12-02gen_init_cpio: remove leading `/' from file namesThomas Chou
2010-12-01initramfs: Really fix build break on symbol-prefixed archsHendrik Brueckner
2010-10-31initramfs: Fix initramfs size for 32-bit archesGeert Uytterhoeven
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner
2010-09-29initramfs: generalize initramfs_data.xxx.S variantsHendrik Brueckner
2010-08-23Kconfig: delete duplicate wordStephan Sperber
2010-05-27initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre
2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre
2009-12-12gen_init_cpio: fixed fwrite warningMike Frysinger
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith
2009-09-20gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzmaJaswinder Singh Rajput
2009-09-20kbuild: correct initramfs compression commentRobert P. J. Day
2009-03-31bzip2/lzma: quiet Kconfig warning for INITRAMFS_COMPRESSION_NONEH. Peter Anvin
2009-03-28bzip2/lzma: don't ask for compression mode for the default initramfsH. Peter Anvin
2009-03-28bzip2/lzma: consistently capitalize LZMA in KconfigH. Peter Anvin
2009-03-28bzip2/lzma: clarify the meaning of the CONFIG_RD_ optionsH. Peter Anvin
2009-03-28bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDEDH. Peter Anvin
2009-02-19bzip2/lzma: make internal initramfs compression configurableAlain Knaff