summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+4
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+3
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek-1/+2
2020-10-09init: main: add KUnit to kernel initBrendan Higgins-0/+4
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe-0/+3
2020-09-24Fix references to nommu-mmap.rstStephen Kitt-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+3
2020-09-18bootconfig: init: make xbc_namebuf staticJason Yan-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu-0/+2
2020-09-08printk: reduce LOG_BUF_SHIFT range for H8300John Ogness-1/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-09-04init: fix error check in clean_path()Barret Rhoden-1/+1
2020-09-01bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIGShaokun Zhang-1/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-0/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov-0/+2
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+6
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov-1/+1
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook-4/+5
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-591/+148
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04init: add an init_dup helperChristoph Hellwig-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-3/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+3
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu-6/+8
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+7
2020-08-04init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne-0/+1
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+0
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+14
2020-07-31init: Add support for zstd compressed kernelNick Terrell-1/+14
2020-07-31init: add an init_utimes helperChristoph Hellwig-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig-4/+3
2020-07-31init: add an init_mkdir helperChristoph Hellwig-4/+5
2020-07-31init: add an init_symlink helperChristoph Hellwig-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig-1/+1
2020-07-31init: add an init_eaccess helperChristoph Hellwig-2/+2
2020-07-31init: add an init_chmod helperChristoph Hellwig-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig-3/+3
2020-07-31init: add an init_chroot helperChristoph Hellwig-3/+3
2020-07-31init: add an init_chdir helperChristoph Hellwig-5/+5
2020-07-31init: add an init_rmdir helperChristoph Hellwig-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig-5/+6
2020-07-31init: add an init_umount helperChristoph Hellwig-1/+1