summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-08-291-2/+2
* rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-08-291-2/+2
* rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2024-08-291-1/+4
* rust: SHADOW_CALL_STACK is incompatible with RustAlice Ryhl2024-08-111-0/+1
* smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar2024-06-161-1/+0
* rust: make mutually exclusive with CFI_CLANGConor Dooley2024-05-021-0/+1
* rust: don't select CONSTRUCTORSAlice Ryhl2024-05-021-1/+0
* init/main.c: Fix potential static_command_line memory overflowYuntao Wang2024-04-271-0/+2
* init: open /initrd.image with O_LARGEFILEJohn Sperbeck2024-04-031-1/+1
* init/Kconfig: lower GCC version check for -Warray-boundsKees Cook2024-04-031-3/+3
* modules: wait do_free_init correctlyChangbin Du2024-03-261-2/+3
* update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-231-0/+9
* rootfs: Fix support for rootfstype= when root= is givenStefan Berger2024-01-251-3/+6
* btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo2024-01-201-1/+1
* proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-281-0/+4
* sched/psi: Select KERNFS as neededRandy Dunlap2023-09-131-0/+1
* x86/mm: Initialize text poking earlierPeter Zijlstra2023-08-081-3/+1
* mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2023-08-081-0/+1
* init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-081-11/+0
* init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner2023-08-081-2/+3
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-5/+0
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+5
* gcc: disable '-Warray-bounds' for gcc-13 tooLinus Torvalds2023-04-261-7/+3
* gcc: disable -Warray-bounds for gcc-11 tooLinus Torvalds2023-01-141-1/+5
* init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni2022-11-221-1/+1
* init: Kconfig: fix spelling mistake "satify" -> "satisfy"Colin Ian King2022-10-201-1/+1
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-124-7/+8
|\
| * init/Kconfig: fix unmet direct dependenciesRen Zhijie2022-10-111-0/+1
| * init/main.c: remove unnecessary (void*) conversionsZhou jie2022-10-031-2/+2
| * initramfs: mark my_inptr as __initdatawuchi2022-09-111-1/+1
| * init: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-112-4/+4
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-6/+10
|\ \
| * | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-031-5/+0
| * | init: kmsan: call KMSAN initialization routinesAlexander Potapenko2022-10-031-0/+3
| * | Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+2
| * | page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-1/+5
| |/
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-105-41/+96
|\ \
| * | kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada2022-09-291-7/+1
| * | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-295-36/+98
| * | init/version.c: remove #include <linux/version.h>Masahiro Yamada2022-09-291-1/+0
| |/
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-101-9/+8
|\ \
| * | random: split initialization into early step and later stepJason A. Donenfeld2022-09-291-9/+8
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-9/+1
|\ \
| * | freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra2022-09-071-9/+1
* | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-2/+1
|\ \ \
| * | | powerpc/64: Remove PPC64 special case for cputime accounting defaultNicholas Piggin2022-09-051-2/+1
* | | | Kbuild: add Rust supportMiguel Ojeda2022-09-281-1/+45
| |_|/ |/| |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-08-261-3/+15
|\ \ \ | |/ / |/| |
| * | arm64: fix rodata=fullMark Rutland2022-08-231-3/+15
| |/
* / asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-4/+0
|/