aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01KVM: x86: Use FPU APISheng Yang1-16/+1
2010-08-01KVM: x86: Use unlazy_fpu() for host FPUSheng Yang1-1/+0
2010-08-01x86: Export FPU API for KVM useSheng Yang2-0/+5
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov1-1/+0
2010-08-01KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel1-0/+2
2010-08-01KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov1-0/+6
2010-08-01KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov1-1/+0
2010-08-01KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov1-0/+3
2010-08-01KVM: remove export of emulator_write_emulated()Gleb Natapov1-5/+0
2010-08-01KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failureGleb Natapov1-0/+1
2010-08-01KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED valuesGleb Natapov1-2/+3
2010-08-01KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov1-1/+1
2010-08-01KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov1-0/+1
2010-08-01KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov1-0/+2
2010-08-01KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov2-4/+2
2010-08-01KVM: x86 emulator: handle "far address" source operandGleb Natapov1-1/+5
2010-08-01KVM: x86 emulator: introduce read cacheGleb Natapov1-0/+1
2010-07-30x86, olpc: Constify an olpc_ofw() argAndres Salomon1-1/+1
2010-07-30x86, cpu: Package Level Thermal Control, Power Limit Notification definitionsFenghua Yu2-2/+17
2010-07-30x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck1-0/+1
2010-07-28x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin1-16/+14
2010-07-28x86, asm: Clean up and simplify <asm/cmpxchg.h>H. Peter Anvin2-52/+84
2010-07-28x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld1-0/+1
2010-07-28x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld1-0/+1
2010-07-28x86, cpu: AMD errata checking frameworkHans Rosenfeld1-0/+18
2010-07-28Merge remote branch 'linus/master' into x86/cpuH. Peter Anvin8-4/+13
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris3-1/+7
2010-07-28fanotify: fanotify_init syscall declarationEric Paris2-1/+4
2010-07-27x86, asm: Clean up and simplify set_64bit()H. Peter Anvin2-50/+21
2010-07-27Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2-54/+54
2010-07-27support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge1-1/+1
2010-07-27x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2-54/+54
2010-07-27pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk1-0/+14
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang1-0/+3
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-0/+1
2010-07-22xen: Add support for HVM hypercalls.Jeremy Fitzhardinge1-0/+6
2010-07-21x86: Remove redundant K6 MSRsBrian Gerst1-2/+0
2010-07-21x86, xsave: Make init_xstate_buf staticRobert Richter1-1/+0
2010-07-21x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter1-0/+2
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter2-2/+0
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-0/+2
2010-07-21x86, UV: Make kdump avoid stack dumpsCliff Wickman1-0/+1
2010-07-20x86, rwsem: Minor cleanupsMichel Lespinasse1-9/+7
2010-07-20x86, rwsem: Stay on fast path when count > 0 in __up_write()Michel Lespinasse1-3/+2
2010-07-20x86, xsave: Do not include asm/i387.h in asm/xsave.hRobert Richter1-1/+0
2010-07-20x86, gcc-4.6: Avoid unused by set variables in rdmsrAndi Kleen1-2/+2
2010-07-19x86, cpu: Clean up formatting in cpufeature.h, remove overrideH. Peter Anvin1-6/+6
2010-07-19x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2-4/+7
2010-07-19x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2-0/+24
2010-07-19x86, cpu: Add xsaveopt cpufeatureSuresh Siddha1-0/+1