1. 4ada1e8 initramfs: fix populate_initrd_image() section mismatch by Geert Uytterhoeven · 6 years ago
  2. 5d59aa8 initramfs: don't free a non-existent initrd by Steven Price · 6 years ago
  3. f94f743 initramfs: poison freed initrd memory by Christoph Hellwig · 6 years ago
  4. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  5. d8ae8a3 initramfs: move the legacy keepinitrd parameter to core code by Christoph Hellwig · 6 years ago
  6. afef788 initramfs: cleanup populate_rootfs by Christoph Hellwig · 6 years ago
  7. 7c184ec initramfs: factor out a helper to populate the initrd image by Christoph Hellwig · 6 years ago
  8. 23091e2 initramfs: cleanup initrd freeing by Christoph Hellwig · 6 years ago
  9. 54c7a89 initramfs: free initrd memory if opening /initrd.image fails by Christoph Hellwig · 6 years ago
  10. e5eed35 init/initramfs.c: provide more details in error messages by David Engraf · 6 years ago
  11. a841c67 revert "initramfs: cleanup incomplete rootfs" by Andrew Morton · 6 years ago
  12. ff1522b initramfs: cleanup incomplete rootfs by David Engraf · 6 years ago
  13. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  14. 7c0950d initramfs: clean old path before creating a hardlink by Li Zhijian · 6 years ago
  15. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  16. 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
  17. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  18. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  19. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  20. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  21. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  22. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  23. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  24. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  25. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  26. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  27. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  28. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  29. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  30. e35c4c6 initramfs: use time64_t timestamps by Arnd Bergmann · 7 years ago
  31. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  32. aaed2dd utimes: Make utimes y2038 safe by Deepa Dinamani · 7 years ago
  33. 046aa12 initramfs: use vfs_stat/lstat directly by Arnd Bergmann · 8 years ago
  34. cff75e0 initramfs: provide a way to ignore image provided by bootloader by Daniel Thompson · 8 years ago
  35. 394e4f5 initramfs: avoid "label at end of compound statement" error by Linus Torvalds · 8 years ago
  36. 17a9be3 initramfs: Always do fput() and load modules after rootfs populate by Stafford Horne · 8 years ago
  37. 0886551 initramfs: finish fput() before accessing any binary from initramfs by Lokesh Vutla · 8 years ago
  38. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  39. c34d85a init/initramfs.c: resolve shadow warnings by Mark Rustad · 10 years ago
  40. 9687fd9 initramfs: add write error checks by David Engraf · 10 years ago
  41. d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
  42. 3874743 initramfs: support initrd that is bigger than 2GiB by Yinghai Lu · 10 years ago
  43. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 11 years ago
  44. 499a458 init: fix possible format string bug by Tetsuo Handa · 11 years ago
  45. bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
  46. c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
  47. 685dd2d init/initramfs.c: should use umode_t by Al Viro · 13 years ago
  48. c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  49. 562f5e6 init: mark __user address space on string literals by Namhyung Kim · 14 years ago
  50. ffe8018 initramfs: fix initramfs size calculation by Hendrik Brueckner · 14 years ago
  51. df37bd1 initramfs: handle unrecognised decompressor when unpacking by Phillip Lougher · 15 years ago
  52. 8aaed5b init/initramfs.c: fix "symbol shadows an earlier one" noise by H Hartley Sweeten · 15 years ago
  53. 5429136 initramfs: add missing decompressor error check by Phillip Lougher · 15 years ago
  54. a1e6b6c initramfs: clean up messages related to initramfs unpacking by Eric Piel · 16 years ago
  55. d20d5a7 initramfs: fix initramfs to work with hardlinked init by Randy Robertson · 16 years ago
  56. b52bb37 init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n by Nikanth Karthikesan · 16 years ago
  57. c1c490e initramfs: prevent initramfs printk message being split by messages from other code. by Simon Kitching · 16 years ago
  58. eedf2c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 by Linus Torvalds · 16 years ago
  59. df52092 fastboot: remove duplicate unpack_to_rootfs() by Li, Shaohua · 16 years ago
  60. 73310a1 init: make initrd/initramfs decompression failure a KERN_EMERG event by H. Peter Anvin · 16 years ago
  61. 23a22d5 bzip2/lzma: comprehensible error messages for missing decompressor by H. Peter Anvin · 16 years ago
  62. 736f932 bzip2/lzma: make flush_buffer() unconditional by Ingo Molnar · 16 years ago
  63. b173042 Merge branch 'linus' into x86/setup-lzma by Ingo Molnar · 16 years ago
  64. 889c92d bzip2/lzma: centralize format detection by H. Peter Anvin · 16 years ago
  65. cb6ff20 NOMMU: Support XIP on initramfs by David Howells · 16 years ago
  66. a26ee60 bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP by Alain Knaff · 16 years ago
  67. 30d65db bzip2/lzma: config and initramfs support for bzip2/lzma decompression by Alain Knaff · 16 years ago
  68. 889d51a initramfs: add option to preserve mtime from initramfs cpio images by Nye Liu · 16 years ago
  69. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  70. 3265e66 directly use kmalloc() and kfree() in init/initramfs.c by Thomas Petazzoni · 17 years ago
  71. 9a9e0d6 ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option by Linus Torvalds · 17 years ago
  72. 71fc47a ACPI: basic initramfs DSDT override support by Markus Gaugusch · 17 years ago
  73. b25b781 Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c by Robert P. J. Day · 17 years ago
  74. b0a5ab9 initramfs: missing __init by Al Viro · 17 years ago
  75. 0a7b35cb [PATCH] Add retain_initrd boot option by Michael Neuling · 18 years ago
  76. 8d610dd Make sure we populate the initroot filesystem late enough by Linus Torvalds · 18 years ago
  77. 2e591bb [PATCH] Make initramfs printk a warning on incorrect cpio type by Arjan van de Ven · 18 years ago
  78. 2139a7f [PATCH] initramfs overwrite fix by H. Peter Anvin · 19 years ago
  79. 6a050da [PATCH] initramfs: fix CPIO hardlink check by Mark Huang · 19 years ago
  80. 33644c5 [PATCH] Fix typo causing bad mode of /initrd.image by Jason Gunthorpe · 19 years ago
  81. 340e48e [PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=y by Zdenek Pavlas · 19 years ago
  82. 9c15e85 [PATCH] kexec: fix in free initrd when overlapped with crashkernel region by Haren Myneni · 19 years ago
  83. 0f3d2bd [PATCH] free initrd mem adjustment by Jan Beulich · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago