summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-3/+3
|\
| * init: Mark start_kernel() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf2023-04-141-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-72/+2
|\ \
| * | init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)2023-04-051-4/+0
| * | init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)2023-04-051-69/+2
| * | init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)2023-04-051-3/+4
| * | mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-051-1/+1
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-38/+0
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-3/+7
| |\ \ \ | | |/ /
| * | | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-38/+0
| | |/ | |/|
* | | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-04-251-1/+1
|\ \ \
| * \ \ Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka2023-03-291-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | mm/slob: remove CONFIG_SLOBVlastimil Babka2023-03-291-1/+1
| | |/
* | | Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-04-251-24/+0
|\ \ \
| * | | Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFTMarc Aurèle La France2023-03-271-24/+0
* | | | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-251-8/+11
|\ \ \ \
| * | | | init: Call mem_encrypt_init() after Hyper-V hypercall init is doneMichael Kelley2023-03-271-8/+11
| | |_|/ | |/| |
* | | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-241-1/+1
|\ \ \ \
| * | | | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+1
| |/ / /
* | | | gcc: disable '-Warray-bounds' for gcc-13 tooLinus Torvalds2023-04-231-7/+3
* | | | init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray2023-04-161-9/+2
| |_|/ |/| |
* | | bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yMasami Hiramatsu (Google)2023-03-221-3/+7
|/ /
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-4/+0
|\ \
| * | scripts: remove bin2cMasahiro Yamada2023-01-261-4/+0
* | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-2/+2
|\ \ \
| * | | initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-021-2/+2
* | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+3
|\ \ \ \
| * | | | mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin2023-02-021-3/+3
| * | | | Sync with v6.2-rc4Andrew Morton2023-01-182-1/+6
| |\ \ \ \ | | |/ / /
* | | | | Merge tag 'bootconfig-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-232-1/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bootconfig: Default BOOT_CONFIG_FORCE to y if BOOT_CONFIG_EMBEDPaul E. McKenney2023-02-221-0/+1
| * | | | Allow forcing unconditional bootconfig processingPaul E. McKenney2023-02-222-1/+13
| | |_|/ | |/| |
* | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo2023-01-171-1/+1
* | | | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-1/+0
|\ \ \ \ \
| * | | | | init: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-313-4/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-212-2/+1
| |\ \ \ \
| | * | | | init/Kconfig: fix LOCALVERSION_AUTO help textRasmus Villemoes2023-01-111-1/+1
| | * | | | init/version-timestamp.c: remove unneeded #include <linux/version.h>Masahiro Yamada2023-01-091-1/+0
| | |/ / /
| * | | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-161-1/+1
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | init/Kconfig: fix typo (usafe -> unsafe)Lizzy Fleckenstein2023-01-111-1/+1
| | |/
| * | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-141-0/+1
| |\ \
| | * | kbuild: Fix CFI hash randomization with KASANSami Tolvanen2023-01-131-0/+1
| | |/
| * | gcc: disable -Warray-bounds for gcc-11 tooLinus Torvalds2023-01-091-1/+5
| |/
* | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+4
|/
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-1/+0
|\
| * init/version.c: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-12-101-1/+0