summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-191-3/+0
* x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-141-0/+2
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-0/+3
* x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-291-1/+2
* x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-2/+0
* x86: Add early platform detectionThomas Gleixner2009-08-311-1/+2
* x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner2009-08-271-2/+1
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-1/+1
* x86: remove pda_init()Brian Gerst2009-01-201-2/+0
* x86: misc clean up after the percpu updateTejun Heo2009-01-161-6/+1
* x86: make pda a percpu variableTejun Heo2009-01-161-10/+0
* x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-161-2/+0
* x86: fold pda into percpu area on SMPTejun Heo2009-01-161-1/+7
* x86: use static _cpu_pda arrayTejun Heo2009-01-161-12/+0
* x86: load pointer to pda into %gs while brining up a CPUTejun Heo2009-01-161-2/+2
* x86: make percpu symbols zerobased on SMPTejun Heo2009-01-161-0/+2
* x86: fix incorrect __read_mostly on _boot_cpu_pdaRavikiran G Thirumalai2009-01-021-1/+1
* x86: change static allocation of trampoline areaRafael J. Wysocki2008-12-081-0/+3
* x86_64: be less annoying on boot, v2dcg2008-09-291-1/+2
* x86_64: be less annoying on bootBill Nottingham2008-09-251-2/+0
* x86-64: fix overlap of modules and fixmap areasJan Beulich2008-08-151-0/+1
* x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2008-07-161-3/+8
* x86: move reserve_setup_data to setup.cYinghai Lu2008-07-081-1/+0
* x86, 64-bit: split x86_64_start_kernelJeremy Fitzhardinge2008-07-081-0/+5
* Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-3/+19
|\
| * x86: leave initial __cpu_pda array in place until cpus are bootedMike Travis2008-07-081-7/+3
| * x86: remove static boot_cpu_pda array v2Mike Travis2008-07-081-3/+23
* | x86: linked list of setup_data for i386Huang, Ying2008-06-051-18/+0
* | x86: extract common part of head32.c and head64.c into head.cHuang, Ying2008-06-051-50/+0
|/
* x86, boot: add linked list of struct setup_dataHuang, Ying2008-04-261-0/+20
* x86: use get_bios_ebda()Akinobu Mita2008-04-261-3/+2
* x86_64: do not reserve ramdisk two timesYinghai Lu2008-04-191-0/+2
* x86: don't set up early exception handlers for external interruptsAndi Kleen2008-04-171-1/+1
* x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabledAlexander van Heukelum2008-04-171-5/+1
* x86: reserve end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum2008-04-171-5/+23
* x86: reserve_early end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum2008-04-171-18/+27
* x86: check vmlinux limits, 64-bitIngo Molnar2008-04-171-0/+13
* x86: zap invalid and unused pmds in early bootThomas Gleixner2008-02-181-0/+3
* x86_64: add debug name for early_resYinghai Lu2008-02-011-3/+3
* x86: fix more non-global TLB flushesIngo Molnar2008-01-301-1/+1
* x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen2008-01-301-0/+48
* x86: make early printk selectable on 64-bit as wellIngo Molnar2008-01-301-1/+6
* x86: early_idt_handler improvements, 64-bitRoland McGrath2008-01-301-1/+1
* x86: do not set boot cpu in cpu_online_map at x86_64_start_kernel()Yinghai Lu2008-01-301-3/+1
* x86: remove duplicate start_kernel declarationThomas Gleixner2008-01-301-0/+1
* x86: move debug related declarations to kdebug.hThomas Gleixner2008-01-301-0/+1