summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-8/+2
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+1
|\
| * rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-0/+1
* | kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-1/+1
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-143/+128
|\ \
| * | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-11/+10
| * | block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-1/+1
| * | block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-3/+4
| * | init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig2020-12-011-12/+6
| * | init: refactor devt_from_partuuidChristoph Hellwig2020-12-011-37/+31
| * | init: refactor name_to_dev_tChristoph Hellwig2020-12-011-93/+90
* | | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-2/+8
|\ \ \
| * \ \ Merge branch 'for-5.11-null-console' into for-linusPetr Mladek2020-12-141-2/+8
| |\ \ \
| | * | | init/console: Use ttynull as a fallback when there is no consolePetr Mladek2020-11-201-2/+8
* | | | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-1/+1
|\ \ \ \ \
| * | | | | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-3/+3
|\ \ \ \ \ \
| * | | | | | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-12-151-1/+1
| * | | | | | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2020-12-151-2/+0
| * | | | | | mm: fix page_owner initializing issue for arm32Zhenhua Huang2020-12-151-0/+2
* | | | | | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | uts: Use generic ns_common::countKirill Tkhai2020-08-191-1/+1
* | | | | | | | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-141-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens2020-11-201-1/+1
* | | | | | | | initramfs: fix clang build failureArnd Bergmann2020-12-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-061-0/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor2020-12-011-0/+5
| * | | | | | kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-12-021-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bootconfig: Load size and checksum in the footer as le32Masami Hiramatsu2020-11-301-2/+2
| |/ / / /
* | | | | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT descriptionPaul Menzel2020-11-031-1/+1
| | |_|/ | |/| |
* | | | bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu2020-11-121-2/+12
| |/ / |/| |
* | | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-0/+4
|\ \ \ | |/ / |/| |
| * | init: main: add KUnit to kernel initBrendan Higgins2020-10-091-0/+4
| |/
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ \
| * | | | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+1
| * | | | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\ \ \ \
| * | | | bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIGShaokun Zhang2020-09-011-1/+1
| |/ / /
* | | | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+2
|\ \ \ \
| * \ \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-1/+2
| |\ \ \ \
| | * | | | printk: reduce LOG_BUF_SHIFT range for H8300John Ogness2020-09-081-1/+2
* | | | | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+3
|\ \ \ \ \ \
| * | | | | | io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix references to nommu-mmap.rstStephen Kitt2020-09-241-1/+1
| | |_|/ / | |/| | |
* | | | | bootconfig: init: make xbc_namebuf staticJason Yan2020-09-181-1/+1