index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
init: fix error check in clean_path()
Barret Rhoden
1
-1
/
+1
2020-08-14
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-0
/
+1
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2020-08-07
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-6
/
+8
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-5
/
+6
2020-08-07
kasan, arm64: don't instrument functions that enable kasan
Andrey Konovalov
1
-1
/
+1
2020-08-07
mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB
Kees Cook
1
-4
/
+5
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-591
/
+148
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-08-04
init: add an init_dup helper
Christoph Hellwig
1
-4
/
+4
2020-08-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-3
/
+1
2020-08-04
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2020-08-04
bootconfig: Fix to find the initargs correctly
Masami Hiramatsu
1
-6
/
+8
2020-08-04
Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+7
2020-08-04
init: Align init_task to avoid conflict with MUTEX_FLAGS
Stafford Horne
1
-0
/
+1
2020-08-03
Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+0
2020-08-03
Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+14
2020-07-31
init: Add support for zstd compressed kernel
Nick Terrell
1
-1
/
+14
2020-07-31
init: add an init_utimes helper
Christoph Hellwig
1
-2
/
+1
2020-07-31
init: add an init_stat helper
Christoph Hellwig
1
-1
/
+2
2020-07-31
init: add an init_mknod helper
Christoph Hellwig
3
-4
/
+3
2020-07-31
init: add an init_mkdir helper
Christoph Hellwig
3
-4
/
+5
2020-07-31
init: add an init_symlink helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_link helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_eaccess helper
Christoph Hellwig
1
-2
/
+2
2020-07-31
init: add an init_chmod helper
Christoph Hellwig
1
-2
/
+2
2020-07-31
init: add an init_chown helper
Christoph Hellwig
1
-3
/
+3
2020-07-31
init: add an init_chroot helper
Christoph Hellwig
2
-3
/
+3
2020-07-31
init: add an init_chdir helper
Christoph Hellwig
2
-5
/
+5
2020-07-31
init: add an init_rmdir helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_unlink helper
Christoph Hellwig
4
-5
/
+6
2020-07-31
init: add an init_umount helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_mount helper
Christoph Hellwig
3
-7
/
+8
2020-07-31
init: mark create_dev as __init
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: mark console_on_rootfs as __init
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: initialize ramdisk_execute_command at compile time
Christoph Hellwig
1
-5
/
+1
2020-07-31
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
1
-4
/
+6
2020-07-31
init: open code setting up stdin/stdout/stderr
Christoph Hellwig
1
-6
/
+10
2020-07-31
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
1
-21
/
+26
2020-07-30
initramfs: remove clean_rootfs
Christoph Hellwig
1
-48
/
+1
2020-07-30
initramfs: remove the populate_initrd_image and clean_rootfs stubs
Christoph Hellwig
1
-11
/
+4
2020-07-30
initrd: mark initrd support as deprecated
Christoph Hellwig
1
-0
/
+2
2020-07-30
initrd: mark init_linuxrc as __init
Christoph Hellwig
1
-1
/
+1
2020-07-30
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
1
-40
/
+39
2020-07-30
initrd: remove the BLKFLSBUF call in handle_initrd
Christoph Hellwig
1
-9
/
+0
2020-07-30
initrd: remove support for multiple floppies
Christoph Hellwig
3
-78
/
+12
2020-07-29
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+2
2020-07-29
arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE
Valentin Schneider
1
-0
/
+2
2020-07-26
Merge branch 'x86/urgent' into x86/cleanups
Ingo Molnar
1
-4
/
+4
2020-07-22
sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry
Valentin Schneider
1
-1
/
+14
[next]