summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | init/Kconfig: fix grammar by moving a closing parenthesisJonathan Neuschäfer2019-02-011-1/+1
|/ /
* / kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton2019-01-141-0/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-0/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-0/+2
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-202-0/+2
* | initramfs: cleanup incomplete rootfsDavid Engraf2019-01-041-3/+3
* | fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-1/+0
* | init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan2019-01-041-1/+1
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-0/+20
|\ \
| * | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-0/+17
| * | arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-261-0/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\ \
| * | debugobjects: call debug_objects_mem_init earilerQian Cai2018-12-281-1/+1
* | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-283-21/+0
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-042-10/+21
| |\ \
| * | | block: remove dead elevator codeJens Axboe2018-11-073-21/+0
| | |/ | |/|
* | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-9/+0
|\ \ \
| * | | audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-191-9/+0
| |/ /
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-4/+0
|\ \ \
| * | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-4/+0
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-3/+3
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney2018-11-271-3/+3
| | |/
* | / psi: fix reference to kernel commandline enableBaruch Siach2018-12-141-2/+2
|/ /
* | initramfs: clean old path before creating a hardlinkLi Zhijian2018-11-301-10/+12
* | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-301-0/+9
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-5/+8
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1