aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 1-3/+6
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-2/+1
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2022-01-11module: add in-kernel support for decompressingGravatar Dmitry Torokhov 1-0/+13
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+1
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-1/+1
2022-01-05mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]BGravatar Hyeonggon Yoo 1-0/+1
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-1/+1
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2021-12-09kcsan: Remove redundant zero-initialization of globalsGravatar Marco Elver 1-5/+0
2021-12-02init/Kconfig: Drop linker version check for LD_ORPHAN_WARNGravatar Nathan Chancellor 1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-8/+0
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentGravatar Arnd Bergmann 1-0/+1
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedGravatar Lukasz Luba 1-1/+1
2021-11-17perf: Force architectures to opt-in to guest callbacksGravatar Sean Christopherson 1-0/+4
2021-11-14kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGravatar Gustavo A. R. Silva 1-1/+1
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGravatar Gustavo A. R. Silva 1-0/+5
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-11mm: allow only SLUB on PREEMPT_RTGravatar Ingo Molnar 1-0/+2
2021-11-11preempt: Restore preemption model selection configsGravatar Valentin Schneider 1-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2021-11-09init: make unknown command line param message clearerGravatar Andrew Halaney 1-1/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+6
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 2-3/+3
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-06mm: create a new system state and fix core_kernel_text()Gravatar Christophe Leroy 1-0/+2
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-12/+4
2021-10-18block: move elevator.h to block/Gravatar Christoph Hellwig 1-1/+0
2021-10-10bootconfig: init: Fix memblock leak in xbc_make_cmdline()Gravatar Masami Hiramatsu 1-0/+1
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Gravatar Masami Hiramatsu 1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationGravatar Masami Hiramatsu 1-0/+1
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Gravatar Masami Hiramatsu 1-11/+2
2021-09-24Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+16
2021-09-22init: Revert accidental changes to print irqs_disabled()Gravatar Geert Uytterhoeven 1-3/+3
2021-09-19init: don't panic if mount_nodev_root failedGravatar Leon Romanovsky 1-3/+0
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowGravatar Vivek Goyal 1-11/+16
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-1/+1
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-11/+26
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-25/+65
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-1/+6
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineGravatar Masami Hiramatsu 1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedGravatar Masami Hiramatsu 1-2/+12
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-0/+2
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Gravatar Rasmus Villemoes 3-1/+4
2021-09-07kbuild: Only default to -Werror if COMPILE_TESTGravatar Marco Elver 1-1/+1
2021-09-05Enable '-Werror' by default for all kernel buildsGravatar Linus Torvalds 1-0/+14