summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-12-05ANDROID: initramfs: call free_initrd() when skipping initNick Bray1-1/+4
2017-10-23Merge 4.9.58 into android-4.9Greg Kroah-Hartman62-112/+369
2017-10-21initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2-3/+2
2017-01-27ANDROID: initramfs: Add skip_initramfs command line optionRom Lemarchand4-5/+58
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560
2014-10-14init/initramfs.c: resolve shadow warningsMark Rustad1-17/+17
2014-08-08initramfs: add write error checksDavid Engraf1-2/+4
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu20-110/+111
2014-08-08initramfs: support initrd that is bigger than 2GiBYinghai Lu1-4/+32
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks2-0/+4
2014-01-24init: fix possible format string bugTetsuo Handa2-4/+5
2013-01-18init, block: try to load default elevator module early during bootTejun Heo6-1/+48
2012-06-01init: disable sparse checking of the mount.o source filesH Hartley Sweeten5-8/+57
2012-01-04init/initramfs.c: should use umode_tAl Viro1-4/+4
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds16-163/+61
2010-10-26init: mark __user address space on string literalsNamhyung Kim5-10/+11
2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner3-11/+17
2010-04-24initramfs: handle unrecognised decompressor when unpackingPhillip Lougher1-1/+2
2010-03-06init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten1-6/+6
2009-12-15initramfs: add missing decompressor error checkPhillip Lougher1-4/+6
2009-05-06initramfs: clean up messages related to initramfs unpackingEric Piel1-9/+4
2009-04-13initramfs: fix initramfs to work with hardlinked initRandy Robertson1-1/+2
2009-04-13init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nNikanth Karthikesan1-0/+2
2009-04-03initramfs: prevent initramfs printk message being split by messages from othe...Simon Kitching1-3/+4
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds3-30/+64
2009-03-28fastboot: remove duplicate unpack_to_rootfs()Li, Shaohua1-15/+56
2009-01-14init: make initrd/initramfs decompression failure a KERN_EMERG eventH. Peter Anvin2-5/+9
2009-01-12bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin3-8/+25
2009-01-10bzip2/lzma: make flush_buffer() unconditionalIngo Molnar1-2/+0
2009-01-10Merge branch 'linus' into x86/setup-lzmaIngo Molnar3899-163337/+751145
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin5-67/+72
2009-01-08NOMMU: Support XIP on initramfsDavid Howells1-0/+1
2009-01-07bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff7-20/+135
2009-01-04bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff5-199/+184
2008-10-16initramfs: add option to preserve mtime from initramfs cpio imagesNye Liu1-0/+53
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni13-439/+62
2008-04-29directly use kmalloc() and kfree() in init/initramfs.cThomas Petazzoni1-10/+10
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds7-165/+3
2008-02-07ACPI: basic initramfs DSDT override supportMarkus Gaugusch5-5/+199
2008-02-06Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.cRobert P. J. Day1-5/+0
2007-07-26initramfs: missing __initAl Viro1-1/+1
2007-02-11[PATCH] Add retain_initrd boot optionMichael Neuling2-1/+18
2006-12-11Make sure we populate the initroot filesystem late enoughLinus Torvalds4-9/+6
2006-12-07[PATCH] Make initramfs printk a warning on incorrect cpio typeArjan van de Ven1-0/+4
2006-06-26[PATCH] initramfs overwrite fixH. Peter Anvin1-6/+30
2006-05-15[PATCH] initramfs: fix CPIO hardlink checkMark Huang1-4/+4
2006-03-26[PATCH] Fix typo causing bad mode of /initrd.imageJason Gunthorpe1-1/+1
2006-03-25[PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=yZdenek Pavlas2-1/+10
2006-02-10[PATCH] kexec: fix in free initrd when overlapped with crashkernel regionHaren Myneni2-1/+24
2005-09-13[PATCH] free initrd mem adjustmentJan Beulich1-2/+10
[next]