aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)Author
2022-11-10Check /dev/console using init_stat()Sven Schwermer
2022-09-09Merge tag 'v5.19.6' into v5.19/standard/baseBruce Ashfield
2022-08-31arm64: fix rodata=fullMark Rutland
2022-08-22Merge tag 'v5.19.2' into v5.19/standard/baseBruce Ashfield
2022-08-17stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi
2022-08-08init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni
2022-08-01check console device file on fs when bootingBruce Ashfield
2022-08-01mount_root: clarify error messages for when no rootfs foundPaul Gortmaker
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-19mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-13init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu
2022-05-12module: Introduce module unload taint trackingAaron Tomlin
2022-05-09initramfs: support cpio extraction with file checksumsDavid Disseldorp
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp
2022-05-09initramfs: make dir_entry.name a flexible array memberDavid Disseldorp
2022-05-09initramfs: refactor do_header() cpio magic checksDavid Disseldorp
2022-05-07init: Deal with the init process being a user mode processEric W. Biederman
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-04-29init/Kconfig: remove USELIB syscall by defaultKees Cook
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren
2022-04-13Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds