summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-131-5/+23
* x86: use early_memremap() in setup.cJeremy Fitzhardinge2008-10-131-4/+4
* 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
* i386: add TRACE_IRQS_OFF for exception 1 (debug)Alexander van Heukelum2008-10-131-0/+1
* i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'Alexander van Heukelum2008-10-131-0/+1
* i386: remove temporary DO_TRAP macros, expanding the last one usedAlexander van Heukelum2008-10-131-51/+15
* i386: convert hardware exception 19 to an interrupt gateAlexander van Heukelum2008-10-131-1/+3
* i386: convert hardware exception 18 to an interrupt gateAlexander van Heukelum2008-10-132-2/+11
* i386: convert hardware exception 17 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 16 to an interrupt gateAlexander van Heukelum2008-10-131-1/+2
* i386: convert hardware exception 15 to an interrupt gateAlexander van Heukelum2008-10-131-1/+2
* i386: convert hardware exception 13 to an interrupt gateAlexander van Heukelum2008-10-131-1/+3
* i386: convert hardware exception 12 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 11 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 10 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 9 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 7 to an interrupt gateAlexander van Heukelum2008-10-132-14/+15
* i386: convert hardware exception 6 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 5 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 4 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: expand exception 3 DO_TRAP macroAlexander van Heukelum2008-10-131-5/+6
* i386: convert hardware exception 0 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: prepare to convert exceptions to interruptsAlexander van Heukelum2008-10-131-11/+65
* i386: remove kprobes' restore_interrupts in favour of conditional_stiAlexander van Heukelum2008-10-131-1/+7
* arch/x86/kernel/smpboot.c: Clarify when irq processing begins.Manfred Spraul2008-10-131-2/+5
*-----------------. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-1226-1157/+2897
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ Merge branch 'linus' into x86/quirksIngo Molnar2008-10-12105-3704/+7025
| | | | | | | | | |\ \
| | | | | | | | | * | | x86: SB450: deprioritize DMI quirksIngo Molnar2008-10-071-2/+10
| | | | | | | | | * | | x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-071-0/+48
| | | | | | | | * | | | x86: ioperm user_regsetRoland McGrath2008-10-121-0/+37
| | | | | | | | | |/ / | | | | | | | | |/| |
| | | | | | | * | | | x86, fpu: check __clear_user() return valueIngo Molnar2008-10-121-1/+3
| | | | | | | * | | | Merge branch 'linus' into x86/xsaveIngo Molnar2008-10-1294-3313/+5154
| | | | | | | |\ \ \ \ | | | | | | | | |/ / /
| | | | | | | * | | | x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha2008-10-072-0/+39
| | | | | | | * | | | x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha2008-10-071-0/+2
| | | | | | | * | | | x86: make setup_xstate_init() __initAlexey Dobriyan2008-09-061-1/+1
| | | | | | * | | | | warnings: fix arch/x86/kernel/early_printk.cIngo Molnar2008-10-121-18/+0
| | | | | | * | | | | x86: init annotations in early_printk() setupJan Beulich2008-09-061-2/+2
| | | | | | * | | | | x86: early_printk.c trivial sparse fixesHarvey Harrison2008-08-191-5/+5
| | | | | | * | | | | x86: usb debug port early console, v4Yinghai Lu2008-07-261-3/+759
| | | | | * | | | | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-12108-3766/+7131
| | | | | |\ \ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | |
OpenPOWER on IntegriCloud