// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/i386/kernel/head32.c -- prepare to run common code * * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE * Copyright (C) 2007 Eric Biederman <ebiederm@xmission.com> */ #include <linux/init.h> #include <linux/start_kernel.h> #include <linux/mm.h> #include <linux/memblock.h> #include <asm/desc.h> #include <asm/setup.h> #include <asm/sections.h> #include <asm/e820/api.h> #include <asm/page.h> #include <asm/apic.h> #include <asm/io_apic.h> #include <asm/bios_ebda.h> #include <asm/tlbflush.h> #include <asm/bootparam_utils.h>
static void __init i386_default_early_setup(void) { /* Initialize 32bit specific setup functions */ x86_init.resources.reserve_resources = i386_reserve_resources; x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 25 | 96.15% | 1 | 50.00% |
Uwe Kleine-König | 1 | 3.85% | 1 | 50.00% |
Total | 26 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 31 | 52.54% | 7 | 46.67% |
Eric W. Biedermann | 11 | 18.64% | 1 | 6.67% |
H. Peter Anvin | 6 | 10.17% | 1 | 6.67% |
Luis R. Rodriguez | 3 | 5.08% | 1 | 6.67% |
Yinghai Lu | 2 | 3.39% | 1 | 6.67% |
Andrew Lutomirski | 2 | 3.39% | 1 | 6.67% |
Kuppuswamy Sathyanarayanan | 2 | 3.39% | 1 | 6.67% |
Andi Kleen | 2 | 3.39% | 2 | 13.33% |
Total | 59 | 100.00% | 15 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Boris Ostrovsky | 265 | 100.00% | 1 | 100.00% |
Total | 265 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Boris Ostrovsky | 266 | 67.34% | 1 | 4.35% |
Thomas Gleixner | 67 | 16.96% | 7 | 30.43% |
Eric W. Biedermann | 18 | 4.56% | 1 | 4.35% |
Yinghai Lu | 18 | 4.56% | 3 | 13.04% |
H. Peter Anvin | 9 | 2.28% | 1 | 4.35% |
Luis R. Rodriguez | 3 | 0.76% | 1 | 4.35% |
Borislav Petkov | 3 | 0.76% | 1 | 4.35% |
Rafael J. Wysocki | 2 | 0.51% | 1 | 4.35% |
Andi Kleen | 2 | 0.51% | 2 | 8.70% |
Kuppuswamy Sathyanarayanan | 2 | 0.51% | 1 | 4.35% |
Andrew Lutomirski | 2 | 0.51% | 1 | 4.35% |
Ingo Molnar | 1 | 0.25% | 1 | 4.35% |
Greg Kroah-Hartman | 1 | 0.25% | 1 | 4.35% |
Uwe Kleine-König | 1 | 0.25% | 1 | 4.35% |
Total | 395 | 100.00% | 23 | 100.00% |