summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-081-9/+8
|\
| * kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-241-9/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
|/
* initramfs: don't free a non-existent initrdSteven Price2019-05-181-1/+1
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-141-0/+24
* init: free_initmem: poison freed init memoryMike Rapoport2019-05-141-1/+1
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-0/+5
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-1/+2
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-0/+5
* initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-0/+9
* initramfs: cleanup populate_rootfsChristoph Hellwig2019-05-141-17/+20
* initramfs: factor out a helper to populate the initrd imageChristoph Hellwig2019-05-141-17/+23
* initramfs: cleanup initrd freeingChristoph Hellwig2019-05-141-23/+30
* initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig2019-05-141-8/+6
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-7/+14
|\
| * random: move rand_initialize() earlierKees Cook2019-04-191-7/+14
* | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+10
|\ \
| * | init/config: Do not select BUILD_BIN2C for IKCONFIGJoel Fernandes (Google)2019-04-291-1/+0
| * | Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-291-0/+10
| |/
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-10/+0
|\ \
| * | Make anon_inodes unconditionalDavid Howells2019-04-191-10/+0
| |/
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-3/+3
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-3/+3
* | | x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-0/+3
* | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+3
* | | init: initialize jump labels before command line option parsingDan Williams2019-04-191-2/+2
| |/ |/|
* | init/main: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-6/+20
* | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-1/+18
|\ \
| * | kbuild: clean up scripts/gcc-version.shMasahiro Yamada2019-03-041-1/+1
| * | kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-0/+17
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-03-101-0/+1
|\ \ \ | |_|/ |/| |
| * | time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTSArnd Bergmann2019-03-061-0/+1
* | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+9
|\ \ \
| * | | Add io_uring IO interfaceJens Axboe2019-02-281-0/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-3/+3
|\ \ \ \
| * | | | init/initramfs.c: provide more details in error messagesDavid Engraf2019-03-071-3/+3
* | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-1/+12
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-1/+1
| * | | | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-1/+1
| * | | | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-1/+1
| | |_|/ | |/| |
* | | | revert "initramfs: cleanup incomplete rootfs"Andrew Morton2019-02-211-3/+3
* | | | Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-02-121-1/+2
| |/ / |/| |
* | | psi: clarify the Kconfig text for the default-disable optionJohannes Weiner2019-02-011-0/+11