aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head64.c
AgeCommit message (Expand)Author
2011-03-19x86: Cleanup highmap after brk is concludedYinghai Lu
2010-10-14x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu
2009-12-11x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu
2009-08-31x86: Add early platform detectionThomas Gleixner
2009-08-27x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-01-20x86: remove pda_init()Brian Gerst
2009-01-16x86: misc clean up after the percpu updateTejun Heo
2009-01-16x86: make pda a percpu variableTejun Heo
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: use static _cpu_pda arrayTejun Heo
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo
2009-01-02x86: fix incorrect __read_mostly on _boot_cpu_pdaRavikiran G Thirumalai
2008-12-08x86: change static allocation of trampoline areaRafael J. Wysocki
2008-09-29x86_64: be less annoying on boot, v2dcg
2008-09-25x86_64: be less annoying on bootBill Nottingham
2008-08-15x86-64: fix overlap of modules and fixmap areasJan Beulich
2008-07-16x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge
2008-07-08x86: move reserve_setup_data to setup.cYinghai Lu
2008-07-08x86, 64-bit: split x86_64_start_kernelJeremy Fitzhardinge
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar
2008-07-08x86: leave initial __cpu_pda array in place until cpus are bootedMike Travis
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis
2008-06-05x86: linked list of setup_data for i386Huang, Ying
2008-06-05x86: extract common part of head32.c and head64.c into head.cHuang, Ying
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying
2008-04-26x86: use get_bios_ebda()Akinobu Mita
2008-04-19x86_64: do not reserve ramdisk two timesYinghai Lu
2008-04-17x86: don't set up early exception handlers for external interruptsAndi Kleen
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabledAlexander van Heukelum
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum
2008-04-17x86: reserve_early end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum
2008-04-17x86: check vmlinux limits, 64-bitIngo Molnar
2008-02-18x86: zap invalid and unused pmds in early bootThomas Gleixner
2008-02-01x86_64: add debug name for early_resYinghai Lu
2008-01-30x86: fix more non-global TLB flushesIngo Molnar
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar
2008-01-30x86: early_idt_handler improvements, 64-bitRoland McGrath
2008-01-30x86: do not set boot cpu in cpu_online_map at x86_64_start_kernel()Yinghai Lu
2008-01-30x86: remove duplicate start_kernel declarationThomas Gleixner
2008-01-30x86: move debug related declarations to kdebug.hThomas Gleixner
2007-10-19x86: use descriptor's functions instead of inline assemblyGlauber de Oliveira Costa
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin
2007-10-13Delete filenames in comments.Dave Jones