aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-02-22Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Gravatar Linus Torvalds 1-0/+11
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchGravatar Ingo Molnar 3-11/+12
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREGravatar Chris Wilson 1-0/+11
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-17/+0
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovGravatar Johannes Berg 2-2/+7
2021-01-29fgraph: Initialize tracing_graph_pause at task creationGravatar Steven Rostedt (VMware) 1-1/+2
2021-01-29drivers: Remove CONFIG_OPROFILE supportGravatar Viresh Kumar 1-1/+1
2021-01-27init/Kconfig: Correct thermal pressure help textGravatar Yue Hu 1-1/+1
2021-01-14kbuild: lto: add a default list of used symbolsGravatar Sami Tolvanen 1-0/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 1-8/+2
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 1-0/+1
2020-12-22kasan, arm64: only use kasan_depth for software modesGravatar Andrey Konovalov 1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-143/+128
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+8
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Gravatar Vlastimil Babka 1-1/+1
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setGravatar Lin Feng 1-2/+0
2020-12-15mm: fix page_owner initializing issue for arm32Gravatar Zhenhua Huang 1-0/+2
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-1/+1
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2020-12-14rcu-tasks: Move RCU-tasks initialization to before early_initcall()Gravatar Uladzislau Rezki (Sony) 1-0/+1
2020-12-14Merge branch 'for-5.11-null-console' into for-linusGravatar Petr Mladek 1-2/+8
2020-12-11initramfs: fix clang build failureGravatar Arnd Bergmann 1-1/+1
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreGravatar Eric W. Biederman 1-1/+1
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2020-12-02Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-11/+10
2020-12-01block: remove the partno field from struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 1-3/+4
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelGravatar Christoph Hellwig 1-12/+6
2020-12-01init: refactor devt_from_partuuidGravatar Christoph Hellwig 1-37/+31
2020-12-01init: refactor name_to_dev_tGravatar Christoph Hellwig 1-93/+90
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Gravatar Nathan Chancellor 1-0/+5
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigGravatar Nathan Chancellor 1-0/+5
2020-11-30bootconfig: Load size and checksum in the footer as le32Gravatar Masami Hiramatsu 1-2/+2
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-11-20init/Kconfig: make COMPILE_TEST depend on !S390Gravatar Heiko Carstens 1-1/+1
2020-11-20init/console: Use ttynull as a fallback when there is no consoleGravatar Petr Mladek 1-2/+8
2020-11-12bootconfig: Extend the magic check range to the preceding 3 bytesGravatar Masami Hiramatsu 1-2/+12
2020-11-03init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT descriptionGravatar Paul Menzel 1-1/+1
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+4
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+3
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3