summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-13traps: i386: expand clear_mem_error and remove from mach_traps.hAlexander van Heukelum2-7/+2
2008-10-13traps: x86_64: make io_check_error equal to the one on i386Alexander van Heukelum1-2/+8
2008-10-13traps: i386: use preempt_conditional_sti/cli in do_int3Alexander van Heukelum1-1/+2
2008-10-13traps: x86_64: make math_state_restore more like i386Alexander van Heukelum1-7/+8
2008-10-13traps: x86: converge trap_init functionsAlexander van Heukelum4-19/+23
2008-10-13x86, traps: converge do_debug handlersAlexander van Heukelum3-21/+30
2008-10-13x86, traps: introduce dotraplinkageAlexander van Heukelum4-62/+72
2008-10-13x86, traps, i386: factor out lazy io-bitmap copyAlexander van Heukelum1-33/+43
2008-10-13x86, traps: split out math_error and simd_math_errorAlexander van Heukelum2-18/+24
2008-10-13x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum3-547/+567
2008-10-13i386: split out dumpstack code from traps_32.cAlexander van Heukelum3-405/+423
2008-10-13x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum4-6/+44
2008-10-13x86: allow number of additional hotplug CPUs to be set at compile time, V2Chuck Ebbert2-1/+19
2008-10-13x86: do not allow to optimize flag_is_changeable_p() (rev. 2)Krzysztof Helt1-12/+19
2008-10-13x86: __show_registers() and __show_regs() API unificationPekka Enberg5-8/+10
2008-10-13x86, UV: new UV genapic functions for x2apicJack Steiner1-6/+4
2008-10-13x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert2-36/+34
2008-10-13x86: merge winchip-2 and winchip-2a cpu choicesKrzysztof Helt5-23/+9
2008-10-13x86, uv: fix for size of hub mappingsJack Steiner1-6/+7
2008-10-13x86: cleanup, remove extra ifdefYinghai Lu1-4/+2
2008-10-13traps: i386: make do_trap more like x86_64Alexander van Heukelum2-40/+17
2008-10-13traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2-26/+0
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from debug handlerAlexander van Heukelum1-2/+0
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from int3 handlerAlexander van Heukelum1-2/+0
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macroAlexander van Heukelum1-1/+0
2008-10-13traps: x86_64: add TRACE_IRQS_OFF in paranoidentry macroAlexander van Heukelum1-0/+3
2008-10-13traps: x86_64: add TRACE_IRQS_OFF in error_entryAlexander van Heukelum1-1/+2
2008-10-13x86, uv: add early detection of UV system typesJack Steiner2-1/+3
2008-10-13x86: move vgetcpu mode probing to cpu detectionGlauber Costa2-4/+12
2008-10-13x86: wrap MCA_bus test around an ifdefGlauber Costa2-0/+10
2008-10-13x86: replace hardcoded numberGlauber Costa1-1/+1
2008-10-13x86: rename timer_event_interrupt to timer_interruptGlauber Costa1-2/+2
2008-10-13x86: make init_ISA_irqs nonstaticGlauber Costa1-1/+1
2008-10-13x86: factor out irq initialization for x86_64Glauber Costa1-15/+28
2008-10-13x86: bind irq0 irq data to cpu0Glauber Costa1-0/+1
2008-10-13x86: use user_mode_vm instead of user_modeGlauber Costa1-1/+1
2008-10-13x86: remove SEGMENT_IS_FLAT_CODEGlauber Costa1-3/+0
2008-10-13x86: use frame pointer information on x86_64 profile_pcGlauber Costa1-0/+4
2008-10-13x86: set bp field in pt_regs properlyGlauber Costa1-0/+7
2008-10-13x86: coalesce testsGlauber Costa1-2/+1
2008-10-13x86: use user_mode macroGlauber Costa2-4/+1
2008-10-13x86: cpu don't print duplicated vendor stringYinghai Lu1-1/+1
2008-10-13x86: make mm/gup.c more virtualization friendlyJan Beulich2-6/+6
2008-10-13x86-64: fix combining of regions in init_memory_mapping()Jan Beulich1-1/+1
2008-10-13x86: smpboot - check if we have ESR register in wakeup_secondary_cpuCyrill Gorcunov1-4/+6
2008-10-13x86: add memory clobber in switch_to()Vegard Nossum1-1/+4
2008-10-13x86: print out EBDA/lowmem addressIngo Molnar1-0/+1
2008-10-13x86: check dsdt before find oem table for es7000, v2Yinghai Lu3-10/+39
2008-10-13x86-64: don't check for map replacementJeremy Fitzhardinge1-3/+0
2008-10-13x86: use early_memremap() in setup.cJeremy Fitzhardinge1-4/+4