summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov2012-12-113228-116575/+95747
|\
| * Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-115-24/+64
| |\
| | * x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich2012-11-021-2/+3
| | * x86: hpet: Fix masking of MSI interruptsJan Beulich2012-11-021-2/+2
| | * x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha2012-11-023-20/+59
| * | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-1124-425/+56
| |\ \
| | * | x86, 386 removal: Document Nx586 as a 386 and thus unsupportedH. Peter Anvin2012-11-291-1/+1
| | * | x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin2012-11-291-10/+21
| | * | x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin2012-11-292-32/+0
| | * | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-294-106/+1
| | * | x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-296-25/+3
| | * | x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin2012-11-294-54/+4
| | * | x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin2012-11-295-42/+2
| | * | x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2012-11-296-117/+1
| | * | x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin2012-11-295-42/+27
| * | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-115-29/+60
| |\ \ \
| | * | | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMDAndreas Herrmann2012-11-131-14/+27
| | * | | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMDAndreas Herrmann2012-11-131-1/+5
| | * | | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann2012-11-133-12/+25
| | * | | x86: Add cpu_has_topoextAndreas Herrmann2012-11-133-2/+3
| * | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-12-113-48/+23
| |\ \ \ \
| | * | | | x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding2012-12-101-3/+3
| | * | | | x86, apic: Cleanup cfg->domain setup for legacy interruptsSuresh Siddha2012-11-261-20/+6
| | * | | | x86: Remove dead hlt_use_halt codeDaniel Lezcano2012-10-261-25/+14
| * | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-1115-41/+436
| |\ \ \ \ \
| | * | | | | x86, topology: Debug CPU0 hotplugFenghua Yu2012-11-144-0/+107
| | * | | | | x86/i387.c: Initialize thread xstate only on CPU0 only onceFenghua Yu2012-11-141-1/+5
| | * | | | | x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu2012-11-141-1/+3
| | * | | | | x86, hotplug: The first online processor saves the MTRR stateFenghua Yu2012-11-141-2/+7
| | * | | | | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu2012-11-141-3/+2
| | * | | | | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu2012-11-142-7/+105
| | * | | | | x86-32, hotplug: Add start_cpu0() entry point to head_32.SFenghua Yu2012-11-141-0/+13
| | * | | | | x86-64, hotplug: Add start_cpu0() entry point to head_64.SFenghua Yu2012-11-141-0/+16
| | * | | | | kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu2012-11-141-0/+5
| | * | | | | x86, hotplug, suspend: Online CPU0 for suspend or hibernateFenghua Yu2012-11-141-0/+44
| | * | | | | x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu2012-11-142-20/+19
| | * | | | | x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of itFenghua Yu2012-11-141-7/+43
| | * | | | | x86, Kconfig: Add config switch for CPU0 hotplugFenghua Yu2012-11-141-0/+29
| | * | | | | doc: Add x86 CPU0 online/offline featureFenghua Yu2012-11-142-0/+38
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-112-3/+3
| |\ \ \ \ \
| | * | | | | arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either ACPI or SF...Bin Gao2012-10-261-1/+1
| | * | | | | x86/boot/doc: Fix grammar and typo in boot.txtKees Cook2012-10-261-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-113-75/+95
| |\ \ \ \ \
| | * | | | | x86_32: Return actual stack when requesting sp from regsSteven Rostedt2012-11-191-0/+9
| | * | | | | x86: Don't clobber top of pt_regs in nested NMISalman Qazi2012-11-021-14/+27
| | * | | | | x86/asm: Clean up copy_page_*() comments and codeMa Ling2012-10-241-61/+59
| * | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-119-106/+84
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-21739-5944/+8888
| | |\ \ \ \ \ \
| | | * | | | | | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-137-31/+25
| | | * | | | | | clocksource: arm_generic: use this_cpu_ptr per-cpu helperShan Wei2012-11-131-1/+1
OpenPOWER on IntegriCloud