summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/coreIngo Molnar2009-03-203-14/+0Star
|\ \ \
| * | | x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-193-14/+0Star
* | | | x86: mpparse: clean up code by introducing a few helper functions, fixIngo Molnar2009-03-191-6/+6
* | | | x86: mpparse: clean up code by introducing a few helper functionsJaswinder Singh Rajput2009-03-181-141/+120Star
* | | | x86: kprobes.c fix compilation warningJaswinder Singh Rajput2009-03-181-1/+1
|/ / /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------------------. \ \ Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar2009-03-1867-2007/+4609
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|/ / | | | | | | |/| | | | | / | | | | | | | | | | | |/
| | | | | | | | | | | * prevent boosting kprobes on exception addressMasami Hiramatsu2009-03-171-0/+3
| | | | | | | | | | | * Fast TSC calibration: calculate proper frequency error boundsLinus Torvalds2009-03-171-45/+56
| | | | | | | | | | | * Fix potential fast PIT TSC calibration startup glitchLinus Torvalds2009-03-171-0/+9
| | | | | | | | | |_|/ | | | | | | | | |/| |
| | | | | | | | | | * x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha2009-03-182-0/+12
| | | | | | | | | | * x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha2009-03-181-0/+13
| | | | | | | | | | * x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha2009-03-172-16/+29
| | | | | | | | | | * x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2009-03-172-36/+10Star
| | | | | | | | | | * x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha2009-03-171-91/+65Star
| | | | | | | | | | * x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha2009-03-171-7/+2Star
| | | | | | | | | | * x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema...Suresh Siddha2009-03-171-2/+10
| | | | | | | | | | * x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-172-2/+16
| | | | | | | |_|_|/ | | | | | | |/| | |
| | | | | | | | | * x86, uv: fix cpumask iterator in uv_bau_init()Rusty Russell2009-03-181-1/+2
| | | | | | | |_|/ | | | | | | |/| |
| | | | | | | * | x86-32: move _end to a dummy sectionH. Peter Anvin2009-03-171-1/+3
| | | | | | | * | x86/brk: put the brk reservations in their own sectionJeremy Fitzhardinge2009-03-172-4/+8
| | | | | | | * | x86-32: tighten the bound on additional memory to mapH. Peter Anvin2009-03-171-1/+2
| | | | | | | * | x86-32: remove ALLOCATOR_SLOP from head_32.SJeremy Fitzhardinge2009-03-171-2/+1Star
| | | | | | | * | x86-32: make sure we map enough to fit linear map pagetablesJeremy Fitzhardinge2009-03-171-10/+19
| | | | | | | * | x86: put initial_pg_tables into .bssYinghai Lu2009-03-152-29/+20Star
| | | | | | | * | x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-154-2/+10
| | | | | | | * | x86-32: compute initial mapping size more accuratelyYinghai Lu2009-03-151-1/+1
| | | | | | | * | x86: use brk allocation for DMIJeremy Fitzhardinge2009-03-151-6/+0Star
| | | | | | | * | x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-154-20/+7Star
| | | | | | | * | x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin2009-03-151-28/+29
| | | | | | | * | x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-145-7/+48
| | | | | | | * | x86: make section delimiter symbols part of their sectionJeremy Fitzhardinge2009-03-141-40/+45
| | | | | * | | | x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput2009-03-181-1/+2
| | | | | * | | | x86: MTRR workaround for system with stange var MTRRsYinghai Lu2009-03-173-8/+20
| | | | | * | | | x86: print the continous part of fixed mtrrs togetherYinghai Lu2009-03-141-10/+48
| | | | | * | | | x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=yYinghai Lu2009-03-141-6/+14
| | | | | * | | | x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann2009-03-131-21/+30
| | | | | * | | | x86: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu2009-03-134-1055/+1094
| | | | | * | | | x86: print out mtrr_range_state when user specify sizeYinghai Lu2009-03-131-0/+2
| | | | | * | | | x86: more MTRR debug printoutsYinghai Lu2009-03-131-44/+51
| | | | * | | | | x86: print out more info in e820_update_range()Yinghai Lu2009-03-151-21/+35
| | | | * | | | | x86: fix 64k corruption-checkYinghai Lu2009-03-151-3/+3
| | | | * | | | | x86: make e820_update_range() handle small range updateYinghai Lu2009-03-141-4/+19
| | | * | | | | | x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.cAndrew Morton2009-03-181-16/+24
| | | * | | | | | x86, mce: remove incorrect __cpuinit for intel_init_cmci()Hidetoshi Seto2009-03-161-1/+1
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | x86: cpu_debug add support for various AMD CPUsJaswinder Singh Rajput2009-03-141-44/+106
| * | | | | | | x86/centaur: merge 32 & 64 bit versionSebastian Andrzej Siewior2009-03-143-46/+28Star
| | |/ / / / / | |/| | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---------------. \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-1421-284/+419
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / / / | | | | | |/| | | | | / / / / | | | | | | | | |_|_|/ / / / | | | | | | | |/| | | / / / | | | | | | | |_|_|_|/ / / | | | | | | |/| | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | / | | | | | | | | | | |/
| | | | | | | | * | / x86: ptrace, bts: fix an unreachable statementAmérico Wang2009-03-131-2/+1Star
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | | * | | x86: fix e820_update_range()Yinghai Lu2009-03-131-21/+24
| | | | | | | * | | x86: fix code paths used by update_mptableJan Beulich2009-03-132-8/+26