Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
684b8fb5a0bde16ae05a5dc790695b0907926666
/
init
/
main.c
4251c2a6
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
2071b3e
Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
647f010
init/main.c: remove an ifdef
by Andrew Morton
· 10 years ago
34a1b72
kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND
by Oleg Nesterov
· 10 years ago
7b0b73d
init/main.c: add initcall_blacklist kernel parameter
by Prarit Bhargava
· 10 years ago
d62cf81
init/main.c: don't use pr_debug()
by Andrew Morton
· 10 years ago
a8fe19e
kernel/printk: use symbolic defines for console loglevels
by Borislav Petkov
· 10 years ago
dc6f6c9
memcg: kill start_kernel()->mm_init_owner(&init_mm)
by Oleg Nesterov
· 10 years ago
e6ab9a2
Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix
by H. Peter Anvin
· 10 years ago
722a9f9
asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
by Andi Kleen
· 11 years ago
197725d
x86, espfix: Make espfix64 a Kconfig option, fix UML
by H. Peter Anvin
· 11 years ago
3891a04
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
by H. Peter Anvin
· 11 years ago
51e158c
param: hand arguments after -- straight to init
by Rusty Russell
· 11 years ago
c4e1acb
ACPI / init: Invoke early ACPI initialization later
by Rafael J. Wysocki
· 11 years ago
c4ad8f9
execve: use 'struct filename *' for executable name passing
by Linus Torvalds
· 11 years ago
729abd2
init/main.c: remove unused declaractions of mca_init() and sbus_init()
by Kang Hu
· 11 years ago
09da8df
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
499a458
init: fix possible format string bug
by Tetsuo Handa
· 11 years ago
128e3f4
init/main.c: remove unused declaration of tc_init()
by Geert Uytterhoeven
· 11 years ago
098b081
init/main.c: use memblock apis for early memory allocations
by Santosh Shilimkar
· 11 years ago
b35f181
mm: create a separate slab for page->ptl allocation
by Kirill A. Shutemov
· 11 years ago
73f7d1c
ACPI / init: Run acpi_early_init() before timekeeping_init()
by Lee, Chun-Yi
· 11 years ago
8b2e9b7
Revert "mm: create a separate slab for page->ptl allocation"
by Linus Torvalds
· 11 years ago
ce6513f
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
ea1e7ed
mm: create a separate slab for page->ptl allocation
by Kirill A. Shutemov
· 11 years ago
42a2d92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
ba24762
init: make init failures more explicit
by Michael Opdenacker
· 11 years ago
8f6b2ae
init/main.c: remove prototype for softirq_init()
by Geert Uytterhoeven
· 11 years ago
08746a6
init: fix in-place parameter modification regression
by Krzysztof Mazur
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c4b2c0c
static_key: WARN on usage before jump_label_init was called
by Hannes Frederic Sowa
· 11 years ago
ec0ad3d
Merge branch 'core/urgent' into sched/core
by Ingo Molnar
· 11 years ago
f715729
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 11 years ago
4a2b4b2
sched: Introduce preempt_count accessor functions
by Peter Zijlstra
· 11 years ago
47d06e5
random: run random_int_secret_init() run after all late_initcalls
by Theodore Ts'o
· 11 years ago
65f382f
context_tracking: Ground setup for static key use
by Frederic Weisbecker
· 11 years ago
21884a8
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ff1c8fa
init: remove permanent string buffer from do_one_initcall()
by Steven Rostedt
· 11 years ago
38ff87f
sched_clock: Make ARM's sched_clock generic for all architectures
by Stephen Boyd
· 11 years ago
9e63020
perf: Use hrtimers for event multiplexing
by Stephane Eranian
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
bf5d770
init: Do not warn on non-zero initcall return
by Steven Rostedt
· 12 years ago
ab86e97
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
ea676e8
init/main.c: convert to pr_foo()
by Andrew Morton
· 12 years ago
c2409b0
init: raise log level
by Richard Weinberger
· 12 years ago
f91eb62
init: scream bloody murder if interrupts are enabled too early
by Steven Rostedt
· 12 years ago
d1e43fa
nohz: Ensure full dynticks CPUs are RCU nocbs
by Frederic Weisbecker
· 12 years ago
a1a04ec
idle: Provide a generic entry point for the idle code
by Thomas Gleixner
· 12 years ago
ad2b135
tick: Call tick_init late
by Thomas Gleixner
· 12 years ago
ece8e0b
Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
bdb0ae6
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
83e6818
efi: Make 'efi_enabled' a function to query EFI facilities
by Matt Fleming
· 12 years ago
c14afb8
Merge branch 'master' into for-3.9-async
by Tejun Heo
· 12 years ago
bb813f4
init, block: try to load default elevator module early during boot
by Tejun Heo
· 12 years ago
f80b0c9
Ensure that kernel_init_freeable() is not inlined into non __init code
by Vineet Gupta
· 12 years ago
54d46ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
ae903ca
Bury the conditionals from kernel_thread/kernel_execve series
by Al Viro
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
11520e5
Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"
by Linus Torvalds
· 12 years ago
d42b3a2
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
3c466d4
init: use N_MEMORY instead N_HIGH_MEMORY
by Lai Jiangshan
· 12 years ago
1c4042c
pidns: Consolidate initialzation of special init task state
by Eric W. Biederman
· 14 years ago
eded09c
FRV: gcc-4.1.2 also inlines weak functions
by David Howells
· 12 years ago
bd52276
x86-64/efi: Use EFI to deal with platform wall clock (again)
by Jan Beulich
· 12 years ago
4e21fc1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
a74fb73
infrastructure for saner ret_from_kernel_thread semantics
by Al Viro
· 12 years ago
d6b2123
make sure that we always have a return path from kernel_execve()
by Al Viro
· 12 years ago
147e615
prio_tree: remove
by Michel Lespinasse
· 12 years ago
2223af3
efi: Fix the ACPI BGRT driver for images located in EFI boot services memory
by Josh Triplett
· 12 years ago
7851079
efi: Defer freeing boot services memory until after ACPI init
by Josh Triplett
· 12 years ago
f026cfa
Revert "x86-64/efi: Use EFI to deal with platform wall clock"
by H. Peter Anvin
· 12 years ago
9adb62a
mm/hotplug: correctly setup fallback zonelists when creating new pgdat
by Jiang Liu
· 12 years ago
43a1141
Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 12 years ago
96263d2
init: add comments to keep initcall-names in sync with initcall levels
by Jim Cromie
· 12 years ago
0a2fe19
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
4a9d4b0
switch fput to task_work_add
by Al Viro
· 12 years ago
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
bacef66
x86-64/efi: Use EFI to deal with platform wall clock
by Jan Beulich
· 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
Next »