summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)Author
2020-06-08x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-06-08gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds
2020-06-08Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-06-04printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2019-06-29initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-24kheaders: Move from proc to sysfsJoel Fernandes (Google)
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-18initramfs: don't free a non-existent initrdSteven Price
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig
2019-05-14initramfs: cleanup populate_rootfsChristoph Hellwig
2019-05-14initramfs: factor out a helper to populate the initrd imageChristoph Hellwig
2019-05-14initramfs: cleanup initrd freeingChristoph Hellwig
2019-05-14initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-29init/config: Do not select BUILD_BIN2C for IKCONFIGJoel Fernandes (Google)
2019-04-29Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)
2019-04-19random: move rand_initialize() earlierKees Cook
2019-04-19init: initialize jump labels before command line option parsingDan Williams
2019-04-19Make anon_inodes unconditionalDavid Howells
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12init/main: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTSArnd Bergmann
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-04kbuild: clean up scripts/gcc-version.shMasahiro Yamada
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2019-02-21revert "initramfs: cleanup incomplete rootfs"Andrew Morton
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar