Age | Commit message (Expand) | Author | Files | Lines |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -2/+2 |
2014-10-14 | init/initramfs.c: resolve shadow warnings | Mark Rustad | 1 | -17/+17 |
2014-08-08 | initramfs: add write error checks | David Engraf | 1 | -2/+4 |
2014-08-08 | initramfs: support initramfs that is bigger than 2GiB | Yinghai Lu | 1 | -11/+11 |
2014-08-08 | initramfs: support initrd that is bigger than 2GiB | Yinghai Lu | 1 | -4/+32 |
2014-04-07 | initramfs: debug detected compression method | Daniel M. Weeks | 1 | -0/+1 |
2014-01-23 | init: fix possible format string bug | Tetsuo Handa | 1 | -1/+1 |
2013-01-18 | init, block: try to load default elevator module early during boot | Tejun Heo | 1 | -1/+7 |
2012-05-31 | init: disable sparse checking of the mount.o source files | H Hartley Sweeten | 1 | -3/+13 |
2012-01-03 | init/initramfs.c: should use umode_t | Al Viro | 1 | -4/+4 |
2010-10-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -5/+4 |
2010-10-26 | init: mark __user address space on string literals | Namhyung Kim | 1 | -2/+3 |
2010-09-29 | initramfs: fix initramfs size calculation | Hendrik Brueckner | 1 | -5/+4 |
2010-04-24 | initramfs: handle unrecognised decompressor when unpacking | Phillip Lougher | 1 | -1/+2 |
2010-03-06 | init/initramfs.c: fix "symbol shadows an earlier one" noise | H Hartley Sweeten | 1 | -6/+6 |
2009-12-15 | initramfs: add missing decompressor error check | Phillip Lougher | 1 | -4/+6 |
2009-05-06 | initramfs: clean up messages related to initramfs unpacking | Eric Piel | 1 | -9/+4 |
2009-04-13 | initramfs: fix initramfs to work with hardlinked init | Randy Robertson | 1 | -1/+2 |
2009-04-13 | init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n | Nikanth Karthikesan | 1 | -0/+2 |
2009-04-02 | initramfs: prevent initramfs printk message being split by messages from othe... | Simon Kitching | 1 | -3/+4 |
2009-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 | Linus Torvalds | 1 | -15/+56 |
2009-03-28 | fastboot: remove duplicate unpack_to_rootfs() | Li, Shaohua | 1 | -15/+56 |
2009-01-14 | init: make initrd/initramfs decompression failure a KERN_EMERG event | H. Peter Anvin | 1 | -4/+7 |
2009-01-12 | bzip2/lzma: comprehensible error messages for missing decompressor | H. Peter Anvin | 1 | -1/+11 |
2009-01-10 | bzip2/lzma: make flush_buffer() unconditional | Ingo Molnar | 1 | -2/+0 |
2009-01-10 | Merge branch 'linus' into x86/setup-lzma | Ingo Molnar | 1 | -0/+1 |
2009-01-08 | bzip2/lzma: centralize format detection | H. Peter Anvin | 1 | -32/+7 |
2009-01-08 | NOMMU: Support XIP on initramfs | David Howells | 1 | -0/+1 |
2009-01-07 | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP | Alain Knaff | 1 | -1/+6 |
2009-01-04 | bzip2/lzma: config and initramfs support for bzip2/lzma decompression | Alain Knaff | 1 | -81/+42 |
2008-10-16 | initramfs: add option to preserve mtime from initramfs cpio images | Nye Liu | 1 | -0/+53 |
2008-07-25 | inflate: refactor inflate malloc code | Thomas Petazzoni | 1 | -20/+2 |
2008-04-29 | directly use kmalloc() and kfree() in init/initramfs.c | Thomas Petazzoni | 1 | -10/+10 |
2008-03-15 | ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option | Linus Torvalds | 1 | -7/+1 |
2008-02-06 | ACPI: basic initramfs DSDT override support | Markus Gaugusch | 1 | -1/+7 |
2008-02-06 | Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c | Robert P. J. Day | 1 | -5/+0 |
2007-07-26 | initramfs: missing __init | Al Viro | 1 | -1/+1 |
2007-02-11 | [PATCH] Add retain_initrd boot option | Michael Neuling | 1 | -1/+16 |
2006-12-11 | Make sure we populate the initroot filesystem late enough | Linus Torvalds | 1 | -2/+4 |
2006-12-07 | [PATCH] Make initramfs printk a warning on incorrect cpio type | Arjan van de Ven | 1 | -0/+4 |
2006-06-26 | [PATCH] initramfs overwrite fix | H. Peter Anvin | 1 | -6/+30 |
2006-05-15 | [PATCH] initramfs: fix CPIO hardlink check | Mark Huang | 1 | -4/+4 |
2006-03-26 | [PATCH] Fix typo causing bad mode of /initrd.image | Jason Gunthorpe | 1 | -1/+1 |
2006-03-25 | [PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=y | Zdenek Pavlas | 1 | -0/+10 |
2006-02-10 | [PATCH] kexec: fix in free initrd when overlapped with crashkernel region | Haren Myneni | 1 | -1/+23 |
2005-09-13 | [PATCH] free initrd mem adjustment | Jan Beulich | 1 | -2/+10 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+500 |