summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-063-33/+94
|\
| * Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2011-12-181-4/+30
| |\
| | * x86: add IRQ context simulation in module mce-injectChen Gong2011-12-161-4/+30
| * | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2011-12-151-7/+57
| |\ \
| | * | x86, MCE: Drain mcelog bufferBorislav Petkov2011-12-141-0/+39
| | * | x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-141-7/+18
| | |/
| * / x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu2011-12-141-22/+7
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-062-95/+119
|\ \
| * \ Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-12-152-95/+119
| |\ \
| | * | x86, microcode, AMD: Update copyrightsBorislav Petkov2011-12-141-3/+7
| | * | x86, microcode, AMD: Exit early on successBorislav Petkov2011-12-141-13/+9
| | * | x86, microcode, AMD: Simplify ucode verificationBorislav Petkov2011-12-141-86/+93
| | * | x86, microcode, AMD: Add a reusable bufferBorislav Petkov2011-12-141-0/+8
| | * | x86, microcode, AMD: Add a vendor-specific exit functionBorislav Petkov2011-12-142-0/+9
| | |/
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-1/+1
|\ \ \
| * | | x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs2011-12-151-1/+1
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-064-10/+10
|\ \ \
| * | | x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov2011-12-091-4/+1
| * | | arch/x86/kernel/ptrace.c: Quiet sparse noiseH Hartley Sweeten2011-12-051-1/+2
| * | | x86: Use kmemdup() in copy_thread(), rather than duplicating its implementationThomas Meyer2011-12-051-3/+2
| * | | x86: Replace the EVT_TO_HPET_DEV() macro with an inline functionFerenc Wagner2011-12-051-2/+5
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-066-30/+94
|\ \ \ \
| * \ \ \ Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-0416-50/+124
| |\ \ \ \
| * | | | | x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel2011-12-151-1/+2
| * | | | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-062-2/+2
| * | | | | x86: Clean up and extend do_int3()Srikar Dronamraju2011-12-061-6/+1
| * | | | | x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju2011-12-061-0/+4
| * | | | | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-051-1/+1
| * | | | | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-5/+3
| * | | | | x86-64: Reduce amount of redundant code generated for invalidate_interruptNNJan Beulich2011-12-051-3/+12
| * | | | | x86-64: Slightly shorten int_ret_from_sys_callJan Beulich2011-12-051-3/+1
| * | | | | x86: Default to vsyscall=emulateAndy Lutomirski2011-12-051-1/+1
| * | | | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-051-8/+67
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-0616-57/+423
|\ \ \ \ \
| * | | | | x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha2011-12-231-1/+2
| * | | | | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu2011-12-231-10/+27
| * | | | | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu2011-12-232-18/+59
| * | | | | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu2011-12-231-2/+8
| * | | | | x86, apic: Add probe() for apic_flatYinghai Lu2011-12-231-1/+6
| * | | | | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-217-28/+4
| * | | | | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2011-12-182-8/+3
| * | | | | x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao2011-12-142-0/+11
| * | | | | x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold2011-12-061-0/+2
| * | | | | x86: Add NumaChip supportSteffen Persvold2011-12-052-0/+295
| * | | | | x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2011-12-053-0/+17
| * | | | | x86: Make flat_init_apic_ldr() availableDaniel J Blueman2011-12-051-1/+1
| |/ / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-062-5/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-051-2/+2
| |\ \ \ \ \
| | * | | | | time: x86: Remove CLOCK_TICK_RATE from tsc codeDeepak Saxena2011-11-211-2/+2
| * | | | | | x86, tsc: Skip TSC synchronization checks for tsc=reliableSuresh Siddha2011-12-052-3/+3
| | |/ / / / | |/| | | |