summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-1/+1
* initramfs: fix initramfs rebuilds w/ compression after disablingFlorian Fainelli2017-11-031-4/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* ramfs: clarify help text that compression applies to ramfs as well as legacy ...Rob Landley2017-07-061-6/+6
* scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley2017-07-061-8/+4
* initramfs: fix disabling of initramfs (and its compression)Florian Fainelli2017-06-021-0/+1
* initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-05-081-0/+10
* kbuild: initramfs cleanup, set target from KconfigNicholas Piggin2017-01-051-7/+7
* kbuild: initramfs fix dependency checking for compressed targetNicholas Piggin2017-01-051-1/+1
* initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike)2016-12-141-0/+117
* initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)2016-12-142-19/+11
* usr/Kconfig: make initrd compression algorithm selection not expertAndi Kleen2014-12-131-12/+12
* initramfs: remove "compression mode" choicePaul Bolle2014-06-061-77/+0
* initramfs: read CONFIG_RD_ variables for initramfs compressionP J P2013-11-131-9/+14
* gen_init_cpio: avoid NULL pointer dereference and rework env expandingMichal Nazarewicz2013-11-131-18/+9
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-0/+9
* gen_init_cpio: remove redundant empty lineJesper Juhl2012-11-191-1/+0
* gen_init_cpio: avoid stack overflow when expandingKees Cook2012-10-251-20/+23
* kconfig: update compression algorithm infoRandy Dunlap2012-05-311-5/+5
* initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek2011-04-181-13/+40
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-9/+9
* decompressors: add boot-time XZ supportLasse Collin2011-01-132-1/+22
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-01-101-6/+14
|\
| * gen_init_cpio: checkpatch fixesAndrew Morton2011-01-051-2/+2
| * gen_init_cpio: Avoid race between call to stat() and call to open()Jesper Juhl2010-12-291-6/+6
| * Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek2010-12-142-4/+4
| |\
| * | gen_init_cpio: remove leading `/' from file namesThomas Chou2010-12-021-0/+8
* | | initramfs: Really fix build break on symbol-prefixed archsHendrik Brueckner2010-12-011-2/+3
| |/ |/|
* | initramfs: Fix initramfs size for 32-bit archesGeert Uytterhoeven2010-10-311-3/+3
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-286-125/+18
|\|
| * initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-5/+11
| * initramfs: generalize initramfs_data.xxx.S variantsHendrik Brueckner2010-09-296-120/+7
* | Kconfig: delete duplicate wordStephan Sperber2010-08-231-1/+1
|/
* initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre2010-05-272-1/+33
* Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre2010-01-111-5/+21
* gen_init_cpio: fixed fwrite warningMike Frysinger2009-12-121-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-232-1/+3
|\
| * gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzmaJaswinder Singh Rajput2009-09-201-0/+2
| * kbuild: correct initramfs compression commentRobert P. J. Day2009-09-201-1/+1
* | Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith2009-09-231-1/+1
|/
* bzip2/lzma: quiet Kconfig warning for INITRAMFS_COMPRESSION_NONEH. Peter Anvin2009-03-312-17/+1
* bzip2/lzma: don't ask for compression mode for the default initramfsH. Peter Anvin2009-03-281-10/+22
* bzip2/lzma: consistently capitalize LZMA in KconfigH. Peter Anvin2009-03-281-3/+3
* bzip2/lzma: clarify the meaning of the CONFIG_RD_ optionsH. Peter Anvin2009-03-281-3/+3
* bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDEDH. Peter Anvin2009-03-281-8/+8
* bzip2/lzma: make internal initramfs compression configurableAlain Knaff2009-02-192-12/+68
* bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff2009-01-075-13/+118
* bzip2/lzma: move initrd/ramfs options out of BLK_DEVH. Peter Anvin2009-01-071-0/+27
* kbuild: gen_init_cpio expands shell variables in file namesSally, Gene2008-12-031-1/+27
* kbuild: add support for reading stdin with gen_init_cpioMike Frysinger2007-07-161-1/+3