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
2022-08-25
random: only call boot_init_stack_canary() once
Hans-Christian Noren Egtvedt
2022-08-25
init/main.c: extract early boot entropy from the passed cmdline
Daniel Micay
2022-08-25
init: move stack canary initialization after setup_arch
Laura Abbott
2022-08-25
init/main: properly align the multi-line comment
Viresh Kumar
2022-08-25
init/main: Fix double "the" in comment
Viresh Kumar
2022-06-25
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-06-25
init: call time_init() before rand_initialize()
Jason A. Donenfeld
2022-06-25
workqueue: make workqueue available early during boot
Tejun Heo
2022-06-25
random: move rand_initialize() earlier
Kees Cook
2022-06-25
random: do not ignore early device randomness
Kees Cook
2022-04-20
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
2021-06-10
pid: take a reference when initializing `cad_pid`
Mark Rutland
2020-08-21
mm: Avoid calling build_all_zonelists_init under hotplug context
Oscar Salvador
2020-05-20
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
2019-05-16
init: initialize jump labels before command line option parsing
Dan Williams
2018-11-10
module: fix DEBUG_SET_MODULE_RONX typo
Arnd Bergmann
2018-08-15
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
2018-04-08
module: extend 'rodata=off' boot cmdline parameter to module mappings
AKASHI Takahiro
2018-01-05
kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
Hugh Dickins
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
2017-10-21
initramfs: finish fput() before accessing any binary from initramfs
Lokesh Vutla
2017-04-12
random: use chacha20 for get_random_int/long
Jason A. Donenfeld
2016-10-10
gcc-plugins: Add latent_entropy plugin
Emese Revfy
2016-08-02
init: allow blacklisting of module_init functions
Prarit Bhargava
2016-08-02
treewide: replace obsolete _refok by __ref
Fabian Frederick
2016-06-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-06-24
init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64
Rasmus Villemoes
2016-06-24
Clarify naming of thread info/stack allocators
Linus Torvalds
2016-05-27
mm: use early_pfn_to_nid in page_ext_init
Yang Shi
2016-05-20
init/main.c: simplify initcall_blacklisted()
Rasmus Villemoes
2016-05-20
printk/nmi: generic solution for safe printk in NMI
Petr Mladek
2016-05-20
mm: call page_ext_init() after all struct pages are initialized
Yang Shi
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-03-15
init/main.c: use list_for_each_entry()
Geliang Tang
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-14
Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-01
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
2016-03-01
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
2016-02-22
mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...
Kees Cook
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
2016-01-20
init/main.c: obsolete_checksetup can be boolean
Yaowei Bai
2015-12-04
rcu: Wire up rcu_end_inkernel_boot()
Paul E. McKenney
2015-09-10
kmod: use system_unbound_wq instead of khelper
Frederic Weisbecker
2015-08-07
fs, file table: reinit files_stat.max_files after deferred memory initialisation
Mel Gorman
2015-06-30
mm: meminit: finish initialisation of struct pages before basic setup
Mel Gorman
2015-06-26
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-06-10
ACPI / init: Switch over platform to the ACPI mode later
Rafael J. Wysocki
2015-05-20
module: add extra argument for parse_params() callback
Luis R. Rodriguez
2015-04-17
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
2015-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
[next]