1. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  2. 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
  3. b234ed6d init: move usermodehelper_enable() to populate_rootfs() by Rasmus Villemoes · 3 years, 4 months ago
  4. e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
  5. 8b83369 Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 10 months ago
  6. dd23e80 initramfs: panic with memory information by Florian Fainelli · 3 years, 10 months ago
  7. c72160f initramfs: Provide a common initrd reserve function by Kefeng Wang · 4 years ago
  8. 55d5b7dd initramfs: fix clang build failure by Arnd Bergmann · 4 years, 1 month ago
  9. 7b81ce7 init: fix error check in clean_path() by Barret Rhoden · 4 years, 4 months ago
  10. 235e579 init: add an init_utimes helper by Christoph Hellwig · 4 years, 5 months ago
  11. 716308a init: add an init_stat helper by Christoph Hellwig · 4 years, 5 months ago
  12. 5fee64f init: add an init_mknod helper by Christoph Hellwig · 4 years, 5 months ago
  13. 83ff98c init: add an init_mkdir helper by Christoph Hellwig · 4 years, 5 months ago
  14. cd3acb6 init: add an init_symlink helper by Christoph Hellwig · 4 years, 5 months ago
  15. 812931d init: add an init_link helper by Christoph Hellwig · 4 years, 5 months ago
  16. 1097742 init: add an init_chmod helper by Christoph Hellwig · 4 years, 5 months ago
  17. b873498 init: add an init_chown helper by Christoph Hellwig · 4 years, 5 months ago
  18. 20cce02 init: add an init_rmdir helper by Christoph Hellwig · 4 years, 5 months ago
  19. 8fb9f73 init: add an init_unlink helper by Christoph Hellwig · 4 years, 5 months ago
  20. 38b0822 initramfs: use vfs_utimes in do_copy by Christoph Hellwig · 4 years, 5 months ago
  21. bf6419e initramfs: switch initramfs unpacking to struct file based APIs by Christoph Hellwig · 4 years, 6 months ago
  22. b2a74d5 initramfs: remove clean_rootfs by Christoph Hellwig · 4 years, 7 months ago
  23. 9ab6b71 initramfs: remove the populate_initrd_image and clean_rootfs stubs by Christoph Hellwig · 4 years, 7 months ago
  24. e99332e gcc-10: mark more functions __init to avoid section mismatch warnings by Linus Torvalds · 4 years, 8 months ago
  25. 899ee4a arm64: use generic free_initrd_mem() by Mike Rapoport · 5 years ago
  26. 4ada1e8 initramfs: fix populate_initrd_image() section mismatch by Geert Uytterhoeven · 6 years ago
  27. 5d59aa8 initramfs: don't free a non-existent initrd by Steven Price · 6 years ago
  28. f94f743 initramfs: poison freed initrd memory by Christoph Hellwig · 6 years ago
  29. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  30. d8ae8a3 initramfs: move the legacy keepinitrd parameter to core code by Christoph Hellwig · 6 years ago
  31. afef788 initramfs: cleanup populate_rootfs by Christoph Hellwig · 6 years ago
  32. 7c184ec initramfs: factor out a helper to populate the initrd image by Christoph Hellwig · 6 years ago
  33. 23091e2 initramfs: cleanup initrd freeing by Christoph Hellwig · 6 years ago
  34. 54c7a89 initramfs: free initrd memory if opening /initrd.image fails by Christoph Hellwig · 6 years ago
  35. e5eed35 init/initramfs.c: provide more details in error messages by David Engraf · 6 years ago
  36. a841c67 revert "initramfs: cleanup incomplete rootfs" by Andrew Morton · 6 years ago
  37. ff1522b initramfs: cleanup incomplete rootfs by David Engraf · 6 years ago
  38. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  39. 7c0950d initramfs: clean old path before creating a hardlink by Li Zhijian · 6 years ago
  40. a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
  41. 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
  42. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  43. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  44. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  45. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  46. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  47. 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
  48. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  49. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  50. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  51. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  52. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  53. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  54. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  55. e35c4c6 initramfs: use time64_t timestamps by Arnd Bergmann · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. aaed2dd utimes: Make utimes y2038 safe by Deepa Dinamani · 7 years ago
  58. 046aa12 initramfs: use vfs_stat/lstat directly by Arnd Bergmann · 8 years ago
  59. cff75e0 initramfs: provide a way to ignore image provided by bootloader by Daniel Thompson · 8 years ago
  60. 394e4f5 initramfs: avoid "label at end of compound statement" error by Linus Torvalds · 8 years ago
  61. 17a9be3 initramfs: Always do fput() and load modules after rootfs populate by Stafford Horne · 8 years ago
  62. 0886551 initramfs: finish fput() before accessing any binary from initramfs by Lokesh Vutla · 8 years ago
  63. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  64. c34d85a init/initramfs.c: resolve shadow warnings by Mark Rustad · 10 years ago
  65. 9687fd9 initramfs: add write error checks by David Engraf · 10 years ago
  66. d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
  67. 3874743 initramfs: support initrd that is bigger than 2GiB by Yinghai Lu · 10 years ago
  68. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 11 years ago
  69. 499a458 init: fix possible format string bug by Tetsuo Handa · 11 years ago
  70. bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
  71. c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
  72. 685dd2d init/initramfs.c: should use umode_t by Al Viro · 13 years ago
  73. c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  74. 562f5e6 init: mark __user address space on string literals by Namhyung Kim · 14 years ago
  75. ffe8018 initramfs: fix initramfs size calculation by Hendrik Brueckner · 14 years ago
  76. df37bd1 initramfs: handle unrecognised decompressor when unpacking by Phillip Lougher · 15 years ago
  77. 8aaed5b init/initramfs.c: fix "symbol shadows an earlier one" noise by H Hartley Sweeten · 15 years ago
  78. 5429136 initramfs: add missing decompressor error check by Phillip Lougher · 15 years ago
  79. a1e6b6c initramfs: clean up messages related to initramfs unpacking by Eric Piel · 16 years ago
  80. d20d5a7 initramfs: fix initramfs to work with hardlinked init by Randy Robertson · 16 years ago
  81. b52bb37 init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n by Nikanth Karthikesan · 16 years ago
  82. c1c490e initramfs: prevent initramfs printk message being split by messages from other code. by Simon Kitching · 16 years ago
  83. eedf2c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 by Linus Torvalds · 16 years ago
  84. df52092 fastboot: remove duplicate unpack_to_rootfs() by Li, Shaohua · 16 years ago
  85. 73310a1 init: make initrd/initramfs decompression failure a KERN_EMERG event by H. Peter Anvin · 16 years ago
  86. 23a22d5 bzip2/lzma: comprehensible error messages for missing decompressor by H. Peter Anvin · 16 years ago
  87. 736f932 bzip2/lzma: make flush_buffer() unconditional by Ingo Molnar · 16 years ago
  88. b173042 Merge branch 'linus' into x86/setup-lzma by Ingo Molnar · 16 years ago
  89. 889c92d bzip2/lzma: centralize format detection by H. Peter Anvin · 16 years ago
  90. cb6ff20 NOMMU: Support XIP on initramfs by David Howells · 16 years ago
  91. a26ee60 bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP by Alain Knaff · 16 years ago
  92. 30d65db bzip2/lzma: config and initramfs support for bzip2/lzma decompression by Alain Knaff · 16 years ago
  93. 889d51a initramfs: add option to preserve mtime from initramfs cpio images by Nye Liu · 16 years ago
  94. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  95. 3265e66 directly use kmalloc() and kfree() in init/initramfs.c by Thomas Petazzoni · 17 years ago
  96. 9a9e0d6 ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option by Linus Torvalds · 17 years ago
  97. 71fc47a ACPI: basic initramfs DSDT override support by Markus Gaugusch · 17 years ago
  98. b25b781 Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c by Robert P. J. Day · 17 years ago
  99. b0a5ab9 initramfs: missing __init by Al Viro · 17 years ago
  100. 0a7b35cb [PATCH] Add retain_initrd boot option by Michael Neuling · 18 years ago