summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-134-69/+214
|\
| * x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-111-2/+2
| * x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-061-0/+32
| * KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-281-6/+1
| * x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-272-12/+55
| * x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-271-0/+73
| * x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-271-0/+13
| * x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-271-14/+2
| * x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-271-46/+11
| * x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-271-2/+2
| * x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-271-11/+47
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-131-1/+1
|\ \
| * | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-1/+1
* | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-132-4/+2
|\ \ \
| * \ \ Merge branch 'pci/daniel-numachip' into nextBjorn Helgaas2012-12-071-0/+2
| |\ \ \
| | * | | x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman2012-12-071-0/+2
| | | |/ | | |/|
| * | | x86: Use PCI setup dataMatthew Garrett2012-12-051-4/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ | |_|/ |/| |
| * | x86 mtrr: fix comment typo in mtrr_bp_initOlaf Hering2012-12-071-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-126-71/+30
|\ \
| * | death to idle_regs()Al Viro2012-11-281-9/+0
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-282-4/+2
| * | x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-285-59/+29
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-113-24/+58
|\ \ \
| * | | 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-021-20/+53
| | |/ | |/|
* | | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-113-46/+2
|\ \ \
| * | | x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin2012-11-291-28/+0
| * | | x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-292-7/+0
| * | | x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin2012-11-291-11/+2
| | |/ | |/|
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-113-28/+58
|\ \ \
| * | | 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-132-11/+24
| * | | x86: Add cpu_has_topoextAndreas Herrmann2012-11-132-2/+2
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-12-112-45/+20
|\ \ \
| * | | 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-118-41/+262
|\ \ \ \
| * | | | x86, topology: Debug CPU0 hotplugFenghua Yu2012-11-141-0/+51
| * | | | 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-141-7/+104
| * | | | 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
| * | | | x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu2012-11-141-20/+18
| * | | | x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of itFenghua Yu2012-11-141-7/+43
| | |/ / | |/| |
OpenPOWER on IntegriCloud