index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
main.c
Age
Commit message (
Expand
)
Author
2024-04-27
init/main.c: Fix potential static_command_line memory overflow
Yuntao Wang
2024-03-26
modules: wait do_free_init correctly
Changbin Du
2023-12-03
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
2023-08-08
x86/mm: Initialize text poking earlier
Peter Zijlstra
2023-08-08
mm: Move mm_cachep initialization to mm_init()
Peter Zijlstra
2023-08-08
init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Thomas Gleixner
2023-08-08
init: Invoke arch_cpu_finalize_init() earlier
Thomas Gleixner
2023-08-08
init: Remove check_bugs() leftovers
Thomas Gleixner
2023-08-08
init: Provide arch_cpu_finalize_init()
Thomas Gleixner
2022-08-17
stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
GONG, Ruiqi
2022-05-30
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-05-30
init: call time_init() before rand_initialize()
Jason A. Donenfeld
2022-04-13
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
2022-04-13
net: initialize init_net earlier
Eric Dumazet
2021-11-18
init: make unknown command line param message clearer
Andrew Halaney
2021-10-10
bootconfig: init: Fix memblock leak in xbc_make_cmdline()
Masami Hiramatsu
2021-09-22
init: Revert accidental changes to print irqs_disabled()
Geert Uytterhoeven
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-09
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
init/bootconfig: Reorder init parameter from bootconfig and cmdline
Masami Hiramatsu
2021-09-08
init: bootconfig: Remove all bootconfig data when the init memory is removed
Masami Hiramatsu
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
init: move usermodehelper_enable() to populate_rootfs()
Rasmus Villemoes
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-12
init: Suppress wrong warning for bootconfig cmdline parameter
Masami Hiramatsu
2021-08-03
xsurf100: drop include of lib8390.c
Michael Schmitz
2021-07-08
buildid: stash away kernels build ID on init
Stephen Boyd
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
init: print out unknown kernel parameters
Andrew Halaney
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
2021-06-10
bootconfig: Share the checksum function with tools
Masami Hiramatsu
2021-06-05
pid: take a reference when initializing `cad_pid`
Mark Rutland
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2021-04-08
stack: Optionally randomize kernel stack offset each syscall
Kees Cook
2021-03-18
bootconfig: Update prototype of setup_boot_config()
Cao jin
2021-02-26
kgdb: fix to kill breakpoints on initmem after boot
Sumit Garg
2021-02-26
lib: stackdepot: add support to disable stack depot
Vijayanand Jitta
2021-02-26
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko
2021-02-15
sfi: Remove framework for deprecated firmware
Andy Shevchenko
2021-02-05
init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
Johannes Berg
[next]