aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-72/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-38/+0
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-24/+0
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+11
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-23gcc: disable '-Warray-bounds' for gcc-13 tooLinus Torvalds1-7/+3
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray1-9/+2
2023-04-14init: Mark start_kernel() __noreturnJosh Poimboeuf1-1/+1
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf1-2/+2
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-4/+0
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-69/+2
2023-04-05init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)1-3/+4
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+7
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka1-1/+1
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka1-1/+1
2023-03-27Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFTMarc Aurèle La France1-24/+0
2023-03-27init: Call mem_encrypt_init() after Hyper-V hypercall init is doneMichael Kelley1-8/+11
2023-03-22bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yMasami Hiramatsu (Google)1-3/+7
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie1-1/+1
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-38/+0
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+0
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-02-23Merge tag 'bootconfig-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+14
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2023-02-22bootconfig: Default BOOT_CONFIG_FORCE to y if BOOT_CONFIG_EMBEDPaul E. McKenney1-0/+1
2023-02-22Allow forcing unconditional bootconfig processingPaul E. McKenney2-1/+13
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-02initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+2
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin1-3/+3
2023-02-02init: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar3-4/+8
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-01-26scripts: remove bin2cMasahiro Yamada1-4/+0
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2023-01-18Sync with v6.2-rc4Andrew Morton2-1/+6
2023-01-17btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo1-1/+1
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-01-13kbuild: Fix CFI hash randomization with KASANSami Tolvanen1-0/+1
2023-01-11init/Kconfig: fix typo (usafe -> unsafe)Lizzy Fleckenstein1-1/+1
2023-01-11init/Kconfig: fix LOCALVERSION_AUTO help textRasmus Villemoes1-1/+1
2023-01-09gcc: disable -Warray-bounds for gcc-11 tooLinus Torvalds1-1/+5
2023-01-09init/version-timestamp.c: remove unneeded #include <linux/version.h>Masahiro Yamada1-1/+0
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-0/+4
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+0
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-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+12
2022-12-13Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+6
2022-12-10init/version.c: remove #include <generated/utsrelease.h>Thomas Weißschuh1-1/+0
2022-11-22init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni1-1/+1
2022-11-18initramfs: remove unnecessary (void*) conversionXU pengfei1-1/+1
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan1-2/+5
2022-11-15kallsyms: Add self-test facilityZhen Lei1-0/+13
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li1-3/+12
2022-10-20init: Kconfig: fix spelling mistake "satify" -> "satisfy"Colin Ian King1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-7/+8
2022-10-11init/Kconfig: fix unmet direct dependenciesRen Zhijie1-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+10
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds5-41/+96
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+8
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+1
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+1
2022-10-03init/main.c: remove unnecessary (void*) conversionsZhou jie1-2/+2
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner1-5/+0
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-29kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada1-7/+1
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada5-36/+98
2022-09-29init/version.c: remove #include <linux/version.h>Masahiro Yamada1-1/+0
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-1/+45
2022-09-26Maple Tree: add new data structureLiam R. Howlett1-0/+2
2022-09-11initramfs: mark my_inptr as __initdatawuchi1-1/+1
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe1-1/+5
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra1-9/+1
2022-09-05powerpc/64: Remove PPC64 special case for cputime accounting defaultNicholas Piggin1-2/+1
2022-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+15
2022-08-23arm64: fix rodata=fullMark Rutland1-3/+15
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers1-4/+0
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+5
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-292/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+17
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+10
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2022-07-27init/Kconfig: update KALLSYMS_ALL help textBaruch Siach1-4/+5
2022-07-27kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers1-7/+0
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo1-0/+10
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-2/+2
2022-07-17init: add "hostname" kernel parameterDan Moulding1-0/+17
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers1-0/+1
2022-07-12module: Move module's Kconfig items in kernel/module/Christophe Leroy1-292/+1
2022-07-07Documentation: update watch_queue.rst referencesMauro Carvalho Chehab1-1/+1
2022-07-01stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi1-0/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-2/+2
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney1-0/+1
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds1-0/+9
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+3
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-20/+39
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-54/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-28/+62
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka1-53/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+11
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+21
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-140/+0
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+0
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-0/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-4/+0
2022-05-19mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner1-123/+0
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-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu1-17/+0
2022-05-12module: Introduce module unload taint trackingAaron Tomlin1-0/+11
2022-05-09initramfs: support cpio extraction with file checksumsDavid Disseldorp1-5/+24
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp2-12/+26
2022-05-09initramfs: make dir_entry.name a flexible array memberDavid Disseldorp1-4/+6
2022-05-09initramfs: refactor do_header() cpio magic checksDavid Disseldorp1-5/+4
2022-05-07init: Deal with the init process being a user mode processEric W. Biederman1-0/+2
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-1/+1
2022-04-29init/Kconfig: remove USELIB syscall by defaultKees Cook1-2/+2
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2-11/+32
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu1-12/+10
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren1-0/+4
2022-04-13Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson1-0/+5
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng1-1/+21
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta1-0/+1
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann1-2/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
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 Torvalds2-0/+6
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-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker1-1/+2
2022-02-23remove the h8300 architectureChristoph Hellwig1-2/+1
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver1-1/+1
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman1-4/+4
2022-02-11locking: Enable RT_MUTEXES by default on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2022-02-06net: initialize init_net earlierEric Dumazet1-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor1-0/+4
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka1-3/+6
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+1
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2022-01-11module: add in-kernel support for decompressingDmitry Torokhov1-0/+13
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+1
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-1/+1
2022-01-05mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]BHyeonggon Yoo1-0/+1
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+1
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+1
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver1-5/+0
2021-12-02init/Kconfig: Drop linker version check for LD_ORPHAN_WARNNathan Chancellor1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-8/+0
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann1-0/+1
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-1/+1
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+4
2021-11-14kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGustavo A. R. Silva1-1/+1
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva1-0/+5
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-11mm: allow only SLUB on PREEMPT_RTIngo Molnar1-0/+2
2021-11-11preempt: Restore preemption model selection configsValentin Schneider1-1/+1
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 Torvalds3-4/+6
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport2-3/+3
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy1-0/+2
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior1-1/+1
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-24Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+16
2021-09-22init: Revert accidental changes to print irqs_disabled()Geert Uytterhoeven1-3/+3
2021-09-19init: don't panic if mount_nodev_root failedLeon Romanovsky1-3/+0
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal1-11/+16
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-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+65
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+6
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu1-9/+14