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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-31
init: open code setting up stdin/stdout/stderr
Christoph Hellwig
1
-6
/
+10
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
1
-3
/
+1
2020-06-16
security: allow using Clang's zero initialization for stack variables
glider@google.com
1
-5
/
+7
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
1
-0
/
+2
2020-06-08
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
1
-0
/
+2
2020-06-04
init: allow distribution configuration of default init
Chris Down
1
-0
/
+10
2020-06-03
padata: initialize earlier
Daniel Jordan
1
-0
/
+2
2020-05-17
Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2020-05-15
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
1
-0
/
+2
2020-05-12
bootconfig: Fix to prevent warning message if no bootconfig option
Masami Hiramatsu
1
-4
/
+6
2020-05-06
bootconfig: Fix to remove bootconfig data from initrd while boot
Masami Hiramatsu
1
-17
/
+52
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
1
-5
/
+10
2020-04-10
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
1
-1
/
+0
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
1
-16
/
+22
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
1
-27
/
+263
2020-03-03
tools/bootconfig: Show line and column in parse error
Masami Hiramatsu
1
-4
/
+10
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-16
/
+22
2020-02-20
bootconfig: Print array as multiple commands for legacy command line
Masami Hiramatsu
1
-14
/
+8
2020-02-20
bootconfig: Add bootconfig magic word for indicating bootconfig explicitly
Masami Hiramatsu
1
-1
/
+5
2020-02-20
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
1
-0
/
+8
2020-02-20
bootconfig: Mark boot_config_checksum() static
Qiujun Huang
1
-1
/
+1
2020-02-11
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-7
/
+30
2020-02-10
bootconfig: Use parse_args() to find bootconfig and '--'
Steven Rostedt (VMware)
1
-7
/
+30
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-17
/
+212
2020-02-05
bootconfig: Show the number of nodes on boot message
Masami Hiramatsu
1
-2
/
+4
2020-02-05
bootconfig: Use bootconfig instead of boot config
Masami Hiramatsu
1
-3
/
+3
2020-02-05
bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline
Steven Rostedt (VMware)
1
-7
/
+21
2020-01-31
init/main.c: fix misleading "This architecture does not have kernel memory pr...
Christophe Leroy
1
-0
/
+5
2020-01-31
init/main.c: fix quoted value handling in unknown_bootoption
Arvind Sankar
1
-3
/
+4
2020-01-31
init/main.c: remove unnecessary repair_env_string in do_initcall_level
Arvind Sankar
1
-6
/
+10
2020-01-31
init/main.c: log arguments and environment passed to init
Arvind Sankar
1
-0
/
+8
2020-01-29
Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-01-20
Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree
Ingo Molnar
1
-0
/
+1
2020-01-13
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
1
-0
/
+1
2020-01-13
bootconfig: init: Allow admin to use bootconfig for init command line
Masami Hiramatsu
1
-3
/
+28
2020-01-13
bootconfig: init: Allow admin to use bootconfig for kernel command line
Masami Hiramatsu
1
-5
/
+101
2020-01-13
init/main.c: Alloc initcall_command_line in do_initcall() and free it
Masami Hiramatsu
1
-11
/
+15
2020-01-13
bootconfig: Load boot config from the tail of initrd
Masami Hiramatsu
1
-0
/
+54
2020-01-06
Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict
Ingo Molnar
1
-20
/
+6
2020-01-02
Revert "fs: remove ksys_dup()"
Dominik Brodowski
1
-20
/
+6
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
1
-5
/
+26
2019-12-17
early init: fix error handling when opening /dev/console
Linus Torvalds
1
-1
/
+1
2019-12-16
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
1
-1
/
+1
2019-12-12
fs: remove ksys_dup()
Dominik Brodowski
1
-6
/
+20
2019-12-12
init: unify opening /dev/console as stdin/stdout/stderr
Dominik Brodowski
1
-5
/
+12
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
1
-0
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2019-09-24
mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask
Mike Rapoport
1
-1
/
+0
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-2
/
+1
2019-09-24
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
1
-1
/
+1
[prev]
[next]