aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | traps: x86_64: make math_state_restore more like i386Alexander van Heukelum2008-10-131-7/+8
* | | | | | | traps: x86: converge trap_init functionsAlexander van Heukelum2008-10-132-10/+12
* | | | | | | x86, traps: converge do_debug handlersAlexander van Heukelum2008-10-132-17/+30
* | | | | | | x86, traps: introduce dotraplinkageAlexander van Heukelum2008-10-133-25/+36
* | | | | | | x86, traps, i386: factor out lazy io-bitmap copyAlexander van Heukelum2008-10-131-33/+43
* | | | | | | x86, traps: split out math_error and simd_math_errorAlexander van Heukelum2008-10-131-15/+21
* | | | | | | x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum2008-10-133-547/+567
* | | | | | | i386: split out dumpstack code from traps_32.cAlexander van Heukelum2008-10-133-405/+423
* | | | | | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-132-3/+35
* | | | | | | x86: allow number of additional hotplug CPUs to be set at compile time, V2Chuck Ebbert2008-10-132-1/+19
* | | | | | | x86: do not allow to optimize flag_is_changeable_p() (rev. 2)Krzysztof Helt2008-10-131-12/+19
* | | | | | | x86: __show_registers() and __show_regs() API unificationPekka Enberg2008-10-134-6/+9
* | | | | | | x86, UV: new UV genapic functions for x2apicJack Steiner2008-10-131-6/+4
* | | | | | | x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert2008-10-131-31/+31
* | | | | | | x86: merge winchip-2 and winchip-2a cpu choicesKrzysztof Helt2008-10-134-21/+9
* | | | | | | x86, uv: fix for size of hub mappingsJack Steiner2008-10-131-6/+7
* | | | | | | x86: cleanup, remove extra ifdefYinghai Lu2008-10-131-4/+2
* | | | | | | traps: i386: make do_trap more like x86_64Alexander van Heukelum2008-10-132-40/+17
* | | | | | | traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2008-10-131-5/+0
* | | | | | | traps: x86_64: remove trace_hardirqs_fixup from debug handlerAlexander van Heukelum2008-10-131-2/+0
* | | | | | | traps: x86_64: remove trace_hardirqs_fixup from int3 handlerAlexander van Heukelum2008-10-131-2/+0
* | | | | | | traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macroAlexander van Heukelum2008-10-131-1/+0
* | | | | | | traps: x86_64: add TRACE_IRQS_OFF in paranoidentry macroAlexander van Heukelum2008-10-131-0/+3
* | | | | | | traps: x86_64: add TRACE_IRQS_OFF in error_entryAlexander van Heukelum2008-10-131-1/+2
* | | | | | | x86, uv: add early detection of UV system typesJack Steiner2008-10-132-1/+3
* | | | | | | x86: move vgetcpu mode probing to cpu detectionGlauber Costa2008-10-132-4/+12
* | | | | | | x86: wrap MCA_bus test around an ifdefGlauber Costa2008-10-132-0/+10
* | | | | | | x86: replace hardcoded numberGlauber Costa2008-10-131-1/+1
* | | | | | | x86: rename timer_event_interrupt to timer_interruptGlauber Costa2008-10-131-2/+2
* | | | | | | x86: make init_ISA_irqs nonstaticGlauber Costa2008-10-131-1/+1
* | | | | | | x86: factor out irq initialization for x86_64Glauber Costa2008-10-131-15/+28
* | | | | | | x86: bind irq0 irq data to cpu0Glauber Costa2008-10-131-0/+1
* | | | | | | x86: use user_mode_vm instead of user_modeGlauber Costa2008-10-131-1/+1
* | | | | | | x86: use frame pointer information on x86_64 profile_pcGlauber Costa2008-10-131-0/+4
* | | | | | | x86: set bp field in pt_regs properlyGlauber Costa2008-10-131-0/+7
* | | | | | | x86: coalesce testsGlauber Costa2008-10-131-2/+1
* | | | | | | x86: use user_mode macroGlauber Costa2008-10-131-1/+1
* | | | | | | x86: cpu don't print duplicated vendor stringYinghai Lu2008-10-131-1/+1
* | | | | | | x86: make mm/gup.c more virtualization friendlyJan Beulich2008-10-131-5/+5
* | | | | | | x86-64: fix combining of regions in init_memory_mapping()Jan Beulich2008-10-131-1/+1
* | | | | | | x86: smpboot - check if we have ESR register in wakeup_secondary_cpuCyrill Gorcunov2008-10-131-4/+6
* | | | | | | x86: print out EBDA/lowmem addressIngo Molnar2008-10-131-0/+1
* | | | | | | x86: check dsdt before find oem table for es7000, v2Yinghai Lu2008-10-132-10/+38
* | | | | | | x86-64: don't check for map replacementJeremy Fitzhardinge2008-10-131-3/+0
* | | | | | | x86: use early_memremap() in setup.cJeremy Fitzhardinge2008-10-131-4/+4
* | | | | | | x86: add early_memremap()Jeremy Fitzhardinge2008-10-132-6/+18
* | | | | | | x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-133-6/+6
* | | | | | | i386: trace_hardirqs_fixup should now not be necessary: irqs are off.Alexander van Heukelum2008-10-131-10/+0
* | | | | | | i386: add TRACE_IRQS_OFF for the exception 3 (int3)Alexander van Heukelum2008-10-131-0/+1
* | | | | | | i386: add TRACE_IRQS_OFF for the nmiAlexander van Heukelum2008-10-131-0/+2