summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel2009-12-031-4/+12
| * KVM: remove duplicated #includeHuang Weiyi2009-12-031-1/+0
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-034-10/+20
| * KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti2009-12-031-3/+0
| * KVM: VMX: Enhance invalid guest state emulationMohammed Gamal2009-12-031-24/+20
| * KVM: x86 emulator: Add pusha and popa instructionsMohammed Gamal2009-12-031-1/+47
| * KVM: x86 emulator: Add missing decoder flags for 'or' instructionsMohammed Gamal2009-12-031-1/+2
| * KVM: Move assigned device code to own fileAvi Kivity2009-12-031-1/+2
| * KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
| * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-033-6/+0
| * KVM: Move IO APIC to its own lockGleb Natapov2009-12-033-18/+19
| * KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-031-1/+0
| * KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov2009-12-031-0/+1
| * KVM: Move irq sharing information to irqchip levelGleb Natapov2009-12-032-1/+1
| * KVM: Call pic_clear_isr() on pic reset to reuse logic thereGleb Natapov2009-12-031-13/+9
| * KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-036-142/+141
| * KVM: x86 emulator: Introduce No64 decode optionMohammed Gamal2009-12-031-28/+14
| * KVM: x86 emulator: Add 'push/pop sreg' instructionsMohammed Gamal2009-12-031-6/+101
| * Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity2009-12-034-2/+11
| |\
| | * core, x86: Add user return notifiersAvi Kivity2009-10-014-2/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-084-1/+6
|\ \ \
| * \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-0526-953/+1004
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1856-190/+425
| |\ \ \ \
| * | | | | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-124-1/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-085-64/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-1716-28/+88
| |\ \ \ \ \ \
| * | | | | | | sysctl x86: Remove dead binary sysctl supportEric W. Biederman2009-11-122-2/+1
| * | | | | | | sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-063-62/+1
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-0514-75/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Limit number of per cpu TSC sync messagesMike Travis2009-11-261-6/+7
| * | | | | | | | x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar2009-11-261-8/+13
| * | | | | | | | x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar2009-11-262-17/+17
| * | | | | | | | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-236-7/+7
| * | | | | | | | x86: Suppress stack overrun message for init_taskJan Beulich2009-11-231-1/+1
| * | | | | | | | x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar2009-11-141-8/+14
| * | | | | | | | x86: Remove CPU cache size output for non-Intel tooRoland Dreier2009-11-141-5/+0
| * | | | | | | | x86: Minimise printk spew from per-vendor init codeDave Jones2009-11-141-1/+2
| * | | | | | | | x86: Remove the CPU cache size printk'sDave Jones2009-11-131-16/+0
| * | | | | | | | cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.cRusty Russell2009-11-041-5/+6
| * | | | | | | | x86: Make sure we also print a Code: line for show_regs()Arjan van de Ven2009-11-032-3/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-056-54/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, msr, cpumask: Use struct cpumask rather than the deprecated cpumask_tRusty Russell2009-11-081-2/+2
| * | | | | | | | x86, cpuid: Simplify the code in cpuid_openJohn Kacur2009-10-081-8/+6
| * | | | | | | | x86, cpuid: Remove the bkl from cpuid_open()John Kacur2009-10-071-3/+0
| * | | | | | | | x86, msr: Remove the bkl from msr_open()Frederic Weisbecker2009-10-071-10/+6
| * | | | | | | | x86: AMD Geode LX optimizationsMatteo Croce2009-10-022-2/+2
| * | | | | | | | x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpusBorislav Petkov2009-09-152-29/+21
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-058-34/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Fix a section mismatch in arch/x86/kernel/setup.cHelight.Xu2009-11-301-2/+2
OpenPOWER on IntegriCloud