Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-16Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng
2020-12-15mm: fix page_owner initializing issue for arm32Zhenhua Huang
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-15Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-12-15rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek
2020-12-12initramfs: fix clang build failureArnd Bergmann
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-02Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-12-02block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-02block: remove the partno field from struct hd_structChristoph Hellwig
2020-12-02block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-02init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig
2020-12-02init: refactor devt_from_partuuidChristoph Hellwig
2020-12-02init: refactor name_to_dev_tChristoph Hellwig
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
2020-12-01bootconfig: Load size and checksum in the footer as le32Masami Hiramatsu
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-20init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek
2020-11-13bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu
2020-11-03init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT descriptionPaul Menzel
2020-10-19Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-14Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek
2020-10-09init: main: add KUnit to kernel initBrendan Higgins
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-24Fix references to nommu-mmap.rstStephen Kitt
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-19bootconfig: init: make xbc_namebuf staticJason Yan
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-09-08printk: reduce LOG_BUF_SHIFT range for H8300John Ogness
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04init: fix error check in clean_path()Barret Rhoden