index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
9
-591
/
+148
|
\
|
*
init: add an init_dup helper
Christoph Hellwig
2020-08-04
1
-4
/
+4
|
*
init: add an init_utimes helper
Christoph Hellwig
2020-07-31
1
-2
/
+1
|
*
init: add an init_stat helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
|
*
init: add an init_mknod helper
Christoph Hellwig
2020-07-31
3
-4
/
+3
|
*
init: add an init_mkdir helper
Christoph Hellwig
2020-07-31
3
-4
/
+5
|
*
init: add an init_symlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: add an init_link helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: add an init_eaccess helper
Christoph Hellwig
2020-07-31
1
-2
/
+2
|
*
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
1
-2
/
+2
|
*
init: add an init_chown helper
Christoph Hellwig
2020-07-31
1
-3
/
+3
|
*
init: add an init_chroot helper
Christoph Hellwig
2020-07-31
2
-3
/
+3
|
*
init: add an init_chdir helper
Christoph Hellwig
2020-07-31
2
-5
/
+5
|
*
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
4
-5
/
+6
|
*
init: add an init_umount helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: add an init_mount helper
Christoph Hellwig
2020-07-31
3
-7
/
+8
|
*
init: mark create_dev as __init
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: mark console_on_rootfs as __init
Christoph Hellwig
2020-07-31
1
-1
/
+1
|
*
init: initialize ramdisk_execute_command at compile time
Christoph Hellwig
2020-07-31
1
-5
/
+1
|
*
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
2020-07-31
1
-4
/
+6
|
*
init: open code setting up stdin/stdout/stderr
Christoph Hellwig
2020-07-31
1
-6
/
+10
|
*
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
2020-07-31
1
-21
/
+26
|
*
initramfs: remove clean_rootfs
Christoph Hellwig
2020-07-30
1
-48
/
+1
|
*
initramfs: remove the populate_initrd_image and clean_rootfs stubs
Christoph Hellwig
2020-07-30
1
-11
/
+4
|
*
initrd: mark initrd support as deprecated
Christoph Hellwig
2020-07-30
1
-0
/
+2
|
*
initrd: mark init_linuxrc as __init
Christoph Hellwig
2020-07-30
1
-1
/
+1
|
*
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
2020-07-30
1
-40
/
+39
|
*
initrd: remove the BLKFLSBUF call in handle_initrd
Christoph Hellwig
2020-07-30
1
-9
/
+0
|
*
initrd: remove support for multiple floppies
Christoph Hellwig
2020-07-30
3
-78
/
+12
|
*
md: move the early init autodetect code to drivers/md/
Christoph Hellwig
2020-07-16
4
-315
/
+1
|
*
init: remove the bstat helper
Christoph Hellwig
2020-07-16
2
-14
/
+4
*
|
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
|
*
|
docs: move nommu-mmap.txt to admin-guide and rename to ReST
Mauro Carvalho Chehab
2020-06-26
1
-1
/
+1
*
|
|
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-08-04
1
-3
/
+1
|
\
\
\
|
*
|
|
exec: Implement kernel_execve
Eric W. Biederman
2020-07-21
1
-3
/
+1
|
|
/
/
*
|
|
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-04
1
-0
/
+3
|
\
\
\
|
*
|
|
seccomp: Report number of loaded filters in /proc/$pid/status
Kees Cook
2020-07-10
1
-0
/
+3
|
|
/
/
*
|
|
Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-04
1
-5
/
+7
|
\
\
\
|
*
|
|
security: allow using Clang's zero initialization for stack variables
glider@google.com
2020-06-16
1
-5
/
+7
|
|
/
/
*
|
|
Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-03
1
-5
/
+0
|
\
\
\
|
*
\
\
Merge branch 'x86/urgent' into x86/cleanups
Ingo Molnar
2020-07-26
1
-4
/
+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
initrd: Remove erroneous comment
Tom Rini
2020-06-19
1
-5
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-03
1
-1
/
+14
|
\
\
\
|
*
|
|
init: Add support for zstd compressed kernel
Nick Terrell
2020-07-31
1
-1
/
+14
|
|
|
/
|
|
/
|
*
|
|
arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE
Valentin Schneider
2020-07-29
1
-0
/
+2
*
|
|
sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry
Valentin Schneider
2020-07-22
1
-1
/
+14
|
/
/
*
/
kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with Clang
Masahiro Yamada
2020-07-02
1
-4
/
+4
|
/
*
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-06-13
1
-7
/
+7
|
\
|
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-7
/
+7
[next]