aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-11/+26
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-25/+65
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-1/+6
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineGravatar Masami Hiramatsu 1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedGravatar Masami Hiramatsu 1-2/+12
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-0/+2
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Gravatar Rasmus Villemoes 3-1/+4
2021-09-07kbuild: Only default to -Werror if COMPILE_TESTGravatar Marco Elver 1-1/+1
2021-09-05Enable '-Werror' by default for all kernel buildsGravatar Linus Torvalds 1-0/+14
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+14
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+3
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+0
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-5/+0
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-4/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesGravatar Christoph Hellwig 1-28/+21
2021-08-23init: allow mounting arbitrary non-blockdevice filesystems as rootGravatar Christoph Hellwig 1-0/+43
2021-08-23init: split get_fs_namesGravatar Christoph Hellwig 1-22/+26
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityGravatar Will Deacon 1-0/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+7
2021-08-12init: Suppress wrong warning for bootconfig cmdline parameterGravatar Masami Hiramatsu 1-2/+7
2021-08-03xsurf100: drop include of lib8390.cGravatar Michael Schmitz 1-3/+3
2021-07-26printk: remove NMI trackingGravatar John Ogness 1-5/+0
2021-07-19printk: Userspace format indexing supportGravatar Chris Down 1-0/+14
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Gravatar Linus Torvalds 1-1/+0
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+6
2021-07-08buildid: stash away kernels build ID on initGravatar Stephen Boyd 1-0/+2
2021-07-08mm/slub: use stackdepot to save stack trace in objectsGravatar Oliver Glitta 1-0/+1
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-11/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+42
2021-07-01init: print out unknown kernel parametersGravatar Andrew Halaney 1-0/+42
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+2
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRGravatar Nick Desaulniers 1-0/+3
2021-06-18sched: Change task_struct::stateGravatar Peter Zijlstra 1-1/+1
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-1/+1
2021-06-10bootconfig: Share the checksum function with toolsGravatar Masami Hiramatsu 1-11/+1
2021-06-05pid: take a reference when initializing `cad_pid`Gravatar Mark Rutland 1-1/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-40/+1
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootGravatar Peter Zijlstra 1-5/+6
2021-06-01block: factor out a part_devt helperGravatar Christoph Hellwig 1-8/+2
2021-05-27init: use $(call cmd,) for generating include/generated/compile.hGravatar Masahiro Yamada 1-6/+6
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-5/+1
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-40/+1
2021-05-11bpf, kconfig: Add consolidated menu entry for bpf with core optionsGravatar Daniel Borkmann 1-40/+1
2021-05-10srcu: Initialize SRCU after timersGravatar Frederic Weisbecker 1-0/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-1/+50
2021-05-07modules: add CONFIG_MODPROBE_PATHGravatar Rasmus Villemoes 1-0/+12
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 2-1/+38