summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head32.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-01-061-0/+62
* x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-111-2/+0
* x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar2016-07-211-1/+1
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-0/+2
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-0/+1
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
* intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-2/+2
* x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2013-08-061-1/+1
* x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-291-9/+0
* x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-291-11/+0
* x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-291-0/+3
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
* memblock: Kill memblock_init()Tejun Heo2011-12-081-2/+0
* memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-2/+3
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-191-1/+0
|\
| * x86: Introduce pci_map_biosrom()Dan Williams2011-03-151-1/+0
* | x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-171-9/+0
|/
* x86: Add CE4100 platform supportThomas Gleixner2010-11-121-0/+3
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-221-0/+1
|\
| * x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-0/+1
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-1/+1
|\|
| * fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2
* | x86: Use memblock to replace early_resYinghai Lu2010-08-271-2/+4
|/
* x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-291-1/+3
* x86: Move bios page reserve early to head32/64.cYinghai Lu2010-02-121-0/+10
* x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-2/+0
* x86: Add Moorestown early detectionThomas Gleixner2009-08-311-0/+3
* x86: Add early platform detectionThomas Gleixner2009-08-311-5/+17
* x86: Move ioapic_ids_setup to x86_init_opsThomas Gleixner2009-08-271-0/+3
* x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner2009-08-271-2/+2
* x86: Add request_standard_resources to x86_initThomas Gleixner2009-08-271-0/+1
* x86: Add probe_roms to x86_initThomas Gleixner2009-08-271-0/+3
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-141-3/+0
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-1/+1
* x86: change static allocation of trampoline areaRafael J. Wysocki2008-12-081-0/+3
* x86: extract common part of head32.c and head64.c into head.cHuang, Ying2008-06-051-50/+0
* x86: extend e820 early_res support 32bit -fix #3Yinghai Lu2008-05-311-1/+2
* x86: extend e820 ealy_res support 32bitYinghai Lu2008-05-251-0/+76
* x86: introduce kernel/head32.cEric W. Biederman2008-04-171-0/+14