aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+4
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+2
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek1-1/+2
2020-10-09init: main: add KUnit to kernel initBrendan Higgins1-0/+4
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe1-0/+3
2020-09-24Fix references to nommu-mmap.rstStephen Kitt1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-09-18bootconfig: init: make xbc_namebuf staticJason Yan1-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+2
2020-09-08printk: reduce LOG_BUF_SHIFT range for H8300John Ogness1-1/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-04init: fix error check in clean_path()Barret Rhoden1-1/+1
2020-09-01bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIGShaokun Zhang1-1/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-0/+2
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+6
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook1-4/+5
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-591/+148
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04init: add an init_dup helperChristoph Hellwig1-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+3
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu1-6/+8
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+7
2020-08-04init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne1-0/+1
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2020-07-31init: Add support for zstd compressed kernelNick Terrell1-1/+14
2020-07-31init: add an init_utimes helperChristoph Hellwig1-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig1-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig3-4/+3
2020-07-31init: add an init_mkdir helperChristoph Hellwig3-4/+5
2020-07-31init: add an init_symlink helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chmod helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig1-3/+3
2020-07-31init: add an init_chroot helperChristoph Hellwig2-3/+3
2020-07-31init: add an init_chdir helperChristoph Hellwig2-5/+5
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig4-5/+6
2020-07-31init: add an init_umount helperChristoph Hellwig1-1/+1