aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: prepare shared kernel/setup.cThomas Gleixner1-653/+0
2007-07-29ACPI: restore CONFIG_ACPI_SLEEPLen Brown1-1/+1
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown1-1/+1
2007-07-21i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64GWilliam Lee Irwin III1-4/+4
2007-07-21i386: do not restore reserved memory after hibernationRafael J. Wysocki1-0/+1
2007-07-21i386: remapped_pgdat_init() staticAdrian Bunk1-1/+1
2007-07-18paravirt: add a hook for once the allocator is readyJeremy Fitzhardinge1-0/+2
2007-07-12Make struct boot_params a real structure, and remove obsolete fieldsH. Peter Anvin1-11/+1
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-1/+0
2007-02-13[PATCH] x86: Unify pcspeaker platform device code between i386/x86-64Andi Kleen1-26/+0
2007-02-13[PATCH] i386: vMI backend for paravirt-opsZachary Amsden1-0/+9
2007-02-12[PATCH] Dynamic kernel command-line: i386Alon Bar-Lev1-2/+2
2007-01-11[PATCH] i386: Convert some functions to __init to avoid MODPOST warningsVivek Goyal1-1/+1
2007-01-11[PATCH] i386: cpu hotplug/smpboot misc MODPOST warning fixesVivek Goyal1-1/+1
2006-12-22[PATCH] compile error of register_memory()Yasunori Goto1-1/+1
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-840/+12
2006-12-07[PATCH] initrd: remove unused false condition for initrd_startHenry Nestler1-2/+1
2006-12-07[PATCH] paravirt: header and stubs for paravirtualisationRusty Russell1-1/+7
2006-12-07[PATCH] i386: Move memory map printing and other code to e820.cbibo,mao1-152/+1
2006-12-07[PATCH] i386: Move e820/efi memmap walking code to e820.cbibo,mao1-118/+0
2006-12-07[PATCH] i386: Move find_max_pfn function to e820.cbibo,mao1-55/+0
2006-12-07[PATCH] i386: create e820.c for e820 map sanitize and copy functionbibo,mao1-240/+0
2006-12-07[PATCH] i386: i386 create e820.c to handle standard io/mem resourcesbibo,mao1-273/+3
2006-12-07[PATCH] i386: Reserve kernel memory starting from _textEric W. Biederman1-2/+2
2006-10-28[PATCH] fix efi_memory_present_wrapper()bibo,mao1-1/+1
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-7/+6
2006-09-30[PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE()Bjorn Helgaas1-8/+2
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman1-14/+12
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-239/+128
2006-09-26[PATCH] x86: add a bootparameter to reserve high linear address spaceZachary Amsden1-0/+18
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-09-26[PATCH] convert i386 NUMA KVA space to bootmemkeith mannthey1-1/+2
2006-09-26[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen1-0/+2
2006-09-26[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen1-7/+0
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell1-232/+118
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich1-0/+8
2006-09-19Revert mmiocfg heuristics and blacklist changesLinus Torvalds1-0/+32
2006-08-30[PATCH] x86: Revert e820 MCFG heuristicsAndi Kleen1-32/+0
2006-07-14[PATCH] Fix a memory leak in the i386 setup codeCatalin Marinas1-1/+4
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] i386: export memory more than 4G through /proc/iomemVivek Goyal1-0/+2
2006-06-26[PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz1-0/+1
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-106/+0
2006-06-25[PATCH] Clean up and refactor i386 sub-architecture setupJeremy Fitzhardinge1-14/+5
2006-06-23[PATCH] swsusp: i386 mark special saveable/unsaveable pagesShaohua Li1-0/+106
2006-06-08[PATCH] Fix HPET operation on 32-bit NVIDIA platformsAndy Currid1-4/+7
2006-05-13Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem"Linus Torvalds1-0/+2
2006-05-01[PATCH] i386: Fix overflow in e820_all_mappedAndi Kleen1-1/+3
2006-04-09Move request_standard_resources() back to before PCI probingLinus Torvalds1-3/+3
2006-04-09[PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven1-0/+30
2006-04-02Manual merge with Linus.Dmitry Torokhov1-118/+31
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-0/+1
2006-03-26[PATCH] EFI fixesTolentino, Matthew E1-3/+3
2006-03-26[PATCH] i386: export: memory more than 4G through /proc/iomemVivek Goyal1-2/+0
2006-03-23[PATCH] PCI: resource address mismatchLinus Torvalds1-5/+17
2006-03-23[PATCH] x86: early printk handling fixesStas Sergeev1-13/+10
2006-03-23[PATCH] x86: SMP alternativesGerd Hoffmann1-95/+0
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling1-0/+18
2006-03-08[PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen1-0/+4
2006-01-11[PATCH] i386/x86-64: make setup_early_printk() usage consistentJan Beulich1-1/+1
2006-01-11[PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen1-1/+1
2006-01-10[PATCH] kdump: x86_64: add elfcorehdr command line optionVivek Goyal1-1/+1
2006-01-06[PATCH] i386 sparsemem for single node systemsAndy Whitcroft1-0/+8
2005-11-09[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VTAdrian Bunk1-2/+0
2005-10-30[PATCH] fixup bogus e820 entry with mem=Dave Hansen1-7/+17
2005-09-13[PATCH] Even more fallout from ATI Xpress timer workaroundCal Peake1-3/+1
2005-09-12[PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert1-0/+5
2005-09-09[PATCH] Update PCI IOMEM allocation startDaniel Ritz1-8/+8
2005-09-09[PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas1-0/+1
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1-7/+17
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter1-1/+1
2005-09-05[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUsVenkatesh Pallipadi1-1/+7
2005-09-05[PATCH] x86: fix EFI memory map parsingMatt Tolentino1-5/+9
2005-08-24[ACPI] delete CONFIG_ACPI_INTERPRETERLen Brown1-1/+1
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown1-4/+4
2005-07-22Remove "noreplacement" kernel command line option.Linus Torvalds1-13/+1
2005-06-25[PATCH] Retrieve elfcorehdr address from command lineVivek Goyal1-0/+8
2005-06-25[PATCH] kdump: Retrieve saved max pfnVivek Goyal1-0/+12
2005-06-25[PATCH] crashdump: x86 crashkernel optionEric W. Biederman1-0/+32
2005-06-25[PATCH] kexec: reserve Bootmem fix for booting nondefault location kernelVivek Goyal1-2/+2
2005-06-25[PATCH] kexec: x86: local apic fixEric W. Biederman1-0/+11
2005-06-25[PATCH] init call cleanupLi Shaohua1-1/+1
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan1-0/+20
2005-06-23[PATCH] sparsemem memory model for i386Andy Whitcroft1-3/+5
2005-05-31[PATCH] acpi build fix: x86 setup.cAlexander Nyberg1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1535