summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* mm: create a separate slab for page->ptl allocationKirill A. Shutemov2013-11-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+2
| |\
| * | static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-191-0/+7
* | | init: make init failures more explicitMichael Opdenacker2013-11-131-10/+29
* | | init/main.c: remove prototype for softirq_init()Geert Uytterhoeven2013-11-131-1/+0
* | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-111-0/+2
|\ \ \ | | |/ | |/|
| * | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-101-0/+2
| |\ \ | | |/ | |/|
| | * random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-231-0/+2
* | | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-251-1/+1
|/ /
* / context_tracking: Ground setup for static key useFrederic Weisbecker2013-08-141-0/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-0/+2
|\
| * sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-0/+2
* | init: remove permanent string buffer from do_one_initcall()Steven Rostedt2013-07-031-2/+1
* | perf: Use hrtimers for event multiplexingStephane Eranian2013-05-281-1/+1
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-0/+1
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-27/+19
| |\
| * | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-0/+1
* | | init: Do not warn on non-zero initcall returnSteven Rostedt2013-05-011-4/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\ \ \ | |_|/ |/| |
| * | tick: Call tick_init lateThomas Gleixner2013-03-071-1/+1
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\ \
| * | idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-1/+1
| |/
* | init/main.c: convert to pr_foo()Andrew Morton2013-04-291-16/+15
* | init: raise log levelRichard Weinberger2013-04-291-3/+3
* | init: scream bloody murder if interrupts are enabled too earlySteven Rostedt2013-04-291-10/+3
|/
* Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-191-0/+16
|\
| * Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-231-3/+5
| |\
| * | init, block: try to load default elevator module early during bootTejun Heo2013-01-181-0/+16
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-311-2/+2
|\ \ \ | |_|/ |/| |
| * | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-2/+2
* | | Ensure that kernel_init_freeable() is not inlined into non __init codeVineet Gupta2012-12-261-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+3
|\ \ | |/ |/|
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-1/+0
|\ \
| * | pidns: Consolidate initialzation of special init task stateEric W. Biederman2012-11-191-1/+0
* | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-4/+4
* | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-4/+4
|\ \ \
| * | | x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-301-4/+4
| |/ /
* | / init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
| |/ |/|
* | FRV: gcc-4.1.2 also inlines weak functionsDavid Howells2012-11-021-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-16/+17
|\
| * infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-121-8/+12
| * make sure that we always have a return path from kernel_execve()Al Viro2012-10-111-8/+5
* | prio_tree: removeMichel Lespinasse2012-10-091-2/+0
* | efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2012-09-291-1/+3
* | efi: Defer freeing boot services memory until after ACPI initJosh Triplett2012-09-291-0/+3
|/
* Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-4/+4
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
* Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-271-0/+1
|\