Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d1b88eb9e3bccaa43fb5d1bde1cbe210b3434731
/
init
/
main.c
19efb72
init: Drop initcall level output
by Borislav Petkov
· 12 years ago
ae82fdb
module_param: stop double-calling parameters.
by Rusty Russell
· 12 years ago
5d4e2d0
Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
31a6710
Fix blocking allocations called very early during bootup
by Linus Torvalds
· 12 years ago
eb15742
Merge 3.4-rc5 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
9fb48c7
params: add 3rd arg to option handler callback signature
by Jim Cromie
· 13 years ago
a99cd11
init: fix bug where environment vars can't be passed via boot args
by Chris Metcalf
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
49a7f04
Move all declarations of free_initmem() to linux/mm.h
by David Howells
· 13 years ago
026cee0
params: <level>_initcall-like kernel parameters
by Pawel Moll
· 13 years ago
69a7aeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
7fa87ce
init: fix wording error in mm_init comment
by Jim Cromie
· 13 years ago
bd2f553
sched/rt: Use schedule_preempt_disabled()
by Thomas Gleixner
· 14 years ago
2329abf
module_param: make bool parameters really bool (core code)
by Rusty Russell
· 13 years ago
d0b9706
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
54c29c6
mm, x86: Remove debug_pagealloc_enabled
by Stanislaw Gruszka
· 13 years ago
73839c5
init/main.c: Execute lockdep_init() as early as possible
by Ming Lei
· 13 years ago
b32fc0a
Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
b1e4d20
params: make dashes and underscores in parameter names truly equal
by Michal Schmidt
· 13 years ago
97ce2c8
jump-label: initialize jump-label subsystem much earlier
by Jeremy Fitzhardinge
· 13 years ago
b0f8437
bootup: move 'usermodehelper_enable()' a little earlier
by wangyanqing
· 13 years ago
d5767c5
bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()
by Linus Torvalds
· 13 years ago
808bf29
init: carefully handle loglevel option on kernel cmdline.
by Alexander Sverdlin
· 13 years ago
288d5ab
Boot up with usermodehelper disabled
by Linus Torvalds
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
d8ad7d1
generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts
by Takao Indoh
· 14 years ago
6345d24
mm: Fix boot crash in mm_alloc()
by Linus Torvalds
· 13 years ago
162a7e7
printk: allocate kernel log buffer earlier
by Mike Travis
· 13 years ago
de03c72
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
by KOSAKI Motohiro
· 13 years ago
9b090f2
kmemleak: Initialise kmemleak after debug_objects_mem_init()
by Catalin Marinas
· 13 years ago
45a6862
pid: remove the child_reaper special case in init/main.c
by Eric W. Biederman
· 14 years ago
34db18a0
smp: move smp setup functions to kernel/smp.c
by Amerigo Wang
· 14 years ago
2ce802f
lockdep: Move early boot local IRQ enable/disable status to init/main.c
by Tejun Heo
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
ee4569a
init: don't call flush_scheduled_work() from do_initcalls()
by Tejun Heo
· 14 years ago
9f58a20
init: Initialized IDR earlier
by Peter Zijlstra
· 14 years ago
24a24bb
perf: Move perf_event_init() into main.c
by Peter Zijlstra
· 14 years ago
004417a
perf, arch: Cleanup perf-pmu init vs lockup-detector
by Peter Zijlstra
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
5704e44
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
1fa4f3b
init/main.c: remove BKL notations
by Namhyung Kim
· 14 years ago
154cd38
genirq: Remove early_init_irq_lock_class()
by Thomas Gleixner
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
914dcaa
param: make param sections const.
by Rusty Russell
· 14 years ago
e446127
init/main.c: mark do_one_initcall* as __init_or_module
by Kevin Winchester
· 14 years ago
22c5c03
init/main.c: fix warning: 'calltime.tv64' may be used uninitialized
by Kevin Winchester
· 14 years ago
7841733
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ffd386a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
6ee0578
workqueue: mark init_workqueues() as early_initcall()
by Suresh Siddha
· 14 years ago
5e3d20a
init: Remove the BKL from startup code
by Arnd Bergmann
· 14 years ago
08f8ba0
Merge commit 'v2.6.35-rc4' into perf/core
by Ingo Molnar
· 14 years ago
123f94f
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
9715856
init: Fix comment
by Peter Zijlstra
· 14 years ago
f384c95
Merge branch 'linus' into perf/core
by Thomas Gleixner
· 14 years ago
b433c3d
init, sched: Fix race between init and kthreadd
by Peter Zijlstra
· 14 years ago
099a19d
percpu: allow limited allocation before slab is online
by Tejun Heo
· 14 years ago
75cbfb9
ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=
by Thomas Renninger
· 14 years ago
039ca4e
tracing: Remove kmemtrace ftrace plugin
by Li Zefan
· 14 years ago
30dbb20e
tracing: Remove boot tracer
by Américo Wang
· 14 years ago
1f52250
mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset
by Haicheng Li
· 14 years ago
0b4b382
x86, kgdb, init: Add early and late debug states
by Jason Wessel
· 14 years ago
67fc4e0
kdb: core for kgdb back end (2 of 2)
by Jason Wessel
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5ab116c
cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node
by Miao Xie
· 15 years ago
7463e63
init/main.c: make setup_max_cpus static for !SMP
by H Hartley Sweeten
· 15 years ago
9a85b8d
init/main.c: improve usability in case of init binary failure
by Andreas Mohr
· 15 years ago
452aa69
mm/pm: force GFP_NOIO during suspend/hibernation and resume
by Rafael J. Wysocki
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
2bd3a997
init: Open /dev/console from rootfs
by Eric W. Biederman
· 15 years ago
fb7b096
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d11c563
sched: Use lockdep-based checking on rcu_dereference()
by Paul E. McKenney
· 15 years ago
2b633e3
smp: Use nr_cpus= to set nr_cpu_ids early
by Yinghai Lu
· 15 years ago
773e3eb
init: Move radix_tree_init() early
by Yinghai Lu
· 15 years ago
54bb655
ima: initialize ima before inodes can be allocated
by Eric Paris
· 15 years ago
933b061
sched: Mark boot-cpu active before smp_init()
by Peter Zijlstra
· 15 years ago
196a15b
init/main.c: fix symbol shadows noise
by H Hartley Sweeten
· 15 years ago
f066a4f
param: don't complain about unused module parameters.
by Rusty Russell
· 15 years ago
f579bbc
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
94a8d5c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
72d78d0
cpumask: remove unused cpu_mask_all
by Rusty Russell
· 15 years ago
1eba8f8
rcu: Clean up code based on review feedback from Josh Triplett, part 2
by Paul E. McKenney
· 15 years ago
746942d
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6
by Linus Torvalds
· 15 years ago
4481374
mm: replace various uses of num_physpages by totalram_pages
by Jan Beulich
· 15 years ago
c602c65
Merge branch 'linus' into sfi-release
by Len Brown
· 15 years ago
ab86e57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
2b2af54
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
by Kay Sievers
· 16 years ago
ada3fa1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
774a694
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
7db905e
rcu: Move end of special early-boot RCU operation earlier
by Paul E. McKenney
· 15 years ago
6ae6996
SFI: add platform-independent core support
by Feng Tang
· 15 years ago
fa84e9e
init: Move sched_clock_init after late_time_init
by Thomas Gleixner
· 15 years ago
7d63e63
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
4a683bf
tracing: Fix too large stack usage in do_one_initcall()
by Ingo Molnar
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
d6647bd
init: set nr_cpu_ids before setup_per_cpu_areas()
by Tejun Heo
· 15 years ago
c43768c
Merge branch 'master' into for-next
by Tejun Heo
· 15 years ago
e74e396
percpu: use dynamic percpu allocator as the default percpu allocator
by Tejun Heo
· 16 years ago
Next »