aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header")Juergen Gross1-1/+0
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner1-2/+3
2017-08-29x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner1-0/+4
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky1-0/+62
2016-08-11x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski1-2/+0
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar1-1/+1
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-0/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-0/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-2/+2
2013-08-06x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen1-1/+1
2013-01-29x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu1-9/+0
2013-01-29x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu1-11/+0
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+3
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-1/+0
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-2/+3
2011-05-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2011-03-15x86: Introduce pci_map_biosrom()Dan Williams1-1/+0
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin1-9/+0
2010-11-12x86: Add CE4100 platform supportThomas Gleixner1-0/+3
2010-10-22Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov1-0/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-1/+1
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-2/+2
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-2/+4
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu1-1/+3
2010-02-12x86: Move bios page reserve early to head32/64.cYinghai Lu1-0/+10
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu1-2/+0
2009-08-31x86: Add Moorestown early detectionThomas Gleixner1-0/+3
2009-08-31x86: Add early platform detectionThomas Gleixner1-5/+17
2009-08-27x86: Move ioapic_ids_setup to x86_init_opsThomas Gleixner1-0/+3
2009-08-27x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner1-2/+2
2009-08-27x86: Add request_standard_resources to x86_initThomas Gleixner1-0/+1
2009-08-27x86: Add probe_roms to x86_initThomas Gleixner1-0/+3
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge1-3/+0
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge1-1/+1
2008-12-08x86: change static allocation of trampoline areaRafael J. Wysocki1-0/+3
2008-06-05x86: extract common part of head32.c and head64.c into head.cHuang, Ying1-50/+0
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu1-1/+2
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu1-0/+76
2008-04-17x86: introduce kernel/head32.cEric W. Biederman1-0/+14