summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+1
|\
| * Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman2011-11-279-18/+67
| |\
| * | serial, mfd: don't hardcode the consoleMika Westerberg2011-11-161-1/+1
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-2/+2
|\ \ \
| * | | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-042-2/+2
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-078-150/+148Star
|\ \ \ \
| * \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-068-150/+148Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | driver-core: remove sysdev.h usage.Kay Sievers2011-12-222-2/+1Star
| | * | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-216-145/+144Star
| | |/ /
* | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-073-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-151-22/+7Star
| |/ / / /
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-072-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/+9Star
| | * | | | | 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/+1Star
| * | | | | | 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/+2Star
| * | | | | | 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/+1Star
| * | | | | | | | 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/+3Star
| * | | | | | | | 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/+1Star
| * | | | | | | | 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/+4Star
| * | | | | | | | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2011-12-182-8/+3Star