summaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-12-15x86/mm: Initialize text poking earlierPeter Zijlstra1-2/+1
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-0/+1
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan1-2/+5
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+10
2022-10-03init/main.c: remove unnecessary (void*) conversionsZhou jie1-2/+2
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko1-0/+3
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld1-9/+8
2022-09-26Maple Tree: add new data structureLiam R. Howlett1-0/+2
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe1-1/+5
2022-08-23arm64: fix rodata=fullMark Rutland1-3/+15
2022-07-01stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi1-0/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-19/+19
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+3
2022-05-13init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-1/+1
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu1-10/+12
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu1-12/+10
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+6
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver1-1/+1
2022-02-06net: initialize init_net earlierEric Dumazet1-0/+2
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka1-3/+6
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2021-11-09init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-2/+2
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy1-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-12/+4
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+0
2021-10-10bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu1-0/+1
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu1-0/+1
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu1-11/+2
2021-09-22init: Revert accidental changes to print irqs_disabled()Geert Uytterhoeven1-3/+3
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-11/+26
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu1-2/+12
2021-09-08trap: cleanup trap_init()Kefeng Wang1-0/+2
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes1-1/+0
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2021-08-12init: Suppress wrong warning for bootconfig cmdline parameterMasami Hiramatsu1-2/+7
2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz1-3/+3