summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'block/for-next'Stephen Rothwell2021-08-251-4/+0
|\
| * Merge branch 'for-5.15/block' into for-nextJens Axboe2021-08-241-4/+0
| |\
| | * block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-241-4/+0
* | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2021-08-251-3/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-2/+7
| |\ \ \ | | |/ /
| * | | xsurf100: drop include of lib8390.cMichael Schmitz2021-08-031-3/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'printk/for-next'Stephen Rothwell2021-08-251-5/+14
|\ \ \
| * \ \ Merge branch 'rework/printk_safe-removal' into for-nextPetr Mladek2021-07-261-5/+0
| |\ \ \
| | * | | printk: remove NMI trackingJohn Ogness2021-07-261-5/+0
| * | | | printk: Userspace format indexing supportChris Down2021-07-191-0/+14
* | | | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2021-08-251-25/+65
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig2021-08-231-28/+21
| * | | | init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig2021-08-231-0/+43
| * | | | init: split get_fs_namesChristoph Hellwig2021-08-231-22/+26
| |/ / /
* | | | init: Suppress wrong warning for bootconfig cmdline parameterMasami Hiramatsu2021-08-121-2/+7
| |_|/ |/| |
* | | Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2021-07-171-1/+0
|/ /
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-6/+6
|\ \
| * | init: use $(call cmd,) for generating include/generated/compile.hMasahiro Yamada2021-05-271-6/+6
* | | buildid: stash away kernels build ID on initStephen Boyd2021-07-081-0/+2
* | | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2021-07-081-0/+1
* | | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-0/+2
|\ \ \
| * | | srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-0/+2
| |/ /
* | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-11/+1
|\ \ \
| * | | bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-11/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+42
|\ \ \ \
| * | | | init: print out unknown kernel parametersAndrew Halaney2021-07-011-0/+42
| |/ / /
* | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-0/+3
|\ \ \ \
| * | | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers2021-06-221-0/+3
| | |/ / | |/| |
* | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-8/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: factor out a part_devt helperChristoph Hellwig2021-06-011-8/+2
| |/ /
* | | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* | | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-1/+1
|\ \ \ | | |/ | |/|
| * | pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-051-1/+1
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-40/+1
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-111-40/+1
| |\ \ | | |/ | |/|
| | * bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann2021-05-111-40/+1
* | | sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra2021-06-011-5/+6
* | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-5/+1
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-073-1/+50
|\ \
| * | modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2021-05-071-0/+12
| * | init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-072-1/+38
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-0/+5
|\ \ \ | |/ /
| * | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+5
* | | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-3/+3
|\ \ \
| * | | bootconfig: Update prototype of setup_boot_config()Cao jin2021-03-181-3/+3
* | | | Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-011-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | ima: enable signing of modules with build time generated keyNayna Jain2021-04-091-3/+3
| |/ /
* | | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-0/+1
* | | mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-1/+0
* | | Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-291-11/+1
|\ \ \