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
2021-10-10
bootconfig: init: Fix memblock leak in xbc_make_cmdline()
Masami Hiramatsu
1
-0
/
+1
2021-09-22
init: Revert accidental changes to print irqs_disabled()
Geert Uytterhoeven
1
-3
/
+3
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-1
/
+1
2021-09-09
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-11
/
+26
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2021-09-08
init/bootconfig: Reorder init parameter from bootconfig and cmdline
Masami Hiramatsu
1
-9
/
+14
2021-09-08
init: bootconfig: Remove all bootconfig data when the init memory is removed
Masami Hiramatsu
1
-2
/
+12
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
1
-0
/
+2
2021-09-08
init: move usermodehelper_enable() to populate_rootfs()
Rasmus Villemoes
1
-1
/
+0
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+7
2021-08-12
init: Suppress wrong warning for bootconfig cmdline parameter
Masami Hiramatsu
1
-2
/
+7
2021-08-03
xsurf100: drop include of lib8390.c
Michael Schmitz
1
-3
/
+3
2021-07-08
buildid: stash away kernels build ID on init
Stephen Boyd
1
-0
/
+2
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-11
/
+1
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+42
2021-07-01
init: print out unknown kernel parameters
Andrew Halaney
1
-0
/
+42
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2021-06-10
bootconfig: Share the checksum function with tools
Masami Hiramatsu
1
-11
/
+1
2021-06-05
pid: take a reference when initializing `cad_pid`
Mark Rutland
1
-1
/
+1
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
1
-5
/
+6
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-5
/
+1
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
1
-0
/
+2
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
1
-0
/
+1
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-3
/
+3
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-0
/
+1
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
1
-1
/
+0
2021-04-08
stack: Optionally randomize kernel stack offset each syscall
Kees Cook
1
-0
/
+23
2021-03-18
bootconfig: Update prototype of setup_boot_config()
Cao jin
1
-3
/
+3
2021-02-26
kgdb: fix to kill breakpoints on initmem after boot
Sumit Garg
1
-0
/
+1
2021-02-26
lib: stackdepot: add support to disable stack depot
Vijayanand Jitta
1
-0
/
+2
2021-02-26
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko
1
-0
/
+3
2021-02-15
sfi: Remove framework for deprecated firmware
Andy Shevchenko
1
-2
/
+0
2021-02-05
init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
Johannes Berg
1
-1
/
+7
2021-01-08
Revert "init/console: Use ttynull as a fallback when there is no console"
Petr Mladek
1
-8
/
+2
2021-01-04
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
1
-0
/
+1
2020-12-16
Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+8
2020-12-15
mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...
Vlastimil Babka
1
-1
/
+1
2020-12-15
init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
Lin Feng
1
-2
/
+0
2020-12-15
mm: fix page_owner initializing issue for arm32
Zhenhua Huang
1
-0
/
+2
2020-12-14
rcu-tasks: Move RCU-tasks initialization to before early_initcall()
Uladzislau Rezki (Sony)
1
-0
/
+1
2020-12-14
Merge branch 'for-5.11-null-console' into for-linus
Petr Mladek
1
-2
/
+8
2020-11-30
bootconfig: Load size and checksum in the footer as le32
Masami Hiramatsu
1
-2
/
+2
2020-11-20
init/console: Use ttynull as a fallback when there is no console
Petr Mladek
1
-2
/
+8
2020-11-12
bootconfig: Extend the magic check range to the preceding 3 bytes
Masami Hiramatsu
1
-2
/
+12
2020-10-18
Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+4
2020-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2020-10-09
init: main: add KUnit to kernel init
Brendan Higgins
1
-0
/
+4
2020-09-18
bootconfig: init: make xbc_namebuf static
Jason Yan
1
-1
/
+1
[next]