mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / arch / x86 /
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Jan KiszkaKVM: x86: Terminate early if task_switch_16/32 failed
2010-05-17 Gleb NatapovKVM: x86: get rid of mmu_only parameter in emulator_wri...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Andre PrzywaraKVM: SVM: implement NEXTRIPsave SVM feature
2010-05-17 Avi KivityKVM: Fix MAXPHYADDR calculation when cpuid does not...
2010-05-17 Avi KivityKVM: Trace emulated instructions
2010-05-17 Avi KivityKVM: x86 emulator: Don't overwrite decode cache
2010-05-17 Xiao GuangrongKVM: MMU: remove unnecessary NX check in walk_addr
2010-05-17 Xiao GuangrongKVM: MMU: remove unused field
2010-05-17 Xiao GuangrongKVM: MMU: cleanup/fix mmu audit code
2010-05-17 Avi KivityKVM: MMU: Disassociate direct maps from guest levels
2010-05-17 Xiao GuangrongKVM: MMU: check reserved bits only if CR4.PSE=1 or...
2010-05-17 Marcelo TosattiKVM: x86: document KVM_REQ_PENDING_TIMER usage
2010-05-17 Gleb NatapovKVM: x86 emulator: fix unlocked CMPXCHG8B emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of CMPXCHG8B dst operand
2010-05-17 Gleb NatapovKVM: x86 emulator: commit rflags as part of registers...
2010-05-17 Jan KiszkaKVM: x86: Fix 32-bit build breakage due to typo
2010-05-17 Gleb NatapovKVM: small kvm_arch_vcpu_ioctl_run() cleanup.
2010-05-17 Gleb NatapovKVM: x86 emulator: introduce pio in string read ahead.
2010-05-17 Gleb NatapovKVM: x86 emulator: restart string instruction without...
2010-05-17 Gleb NatapovKVM: x86 emulator: remove saved_eip
2010-05-17 Gleb NatapovKVM: x86 emulator: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gleb NatapovKVM: x86 emulator: during rep emulation decrement ECX...
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of X,Y parameters from...
2010-05-17 Gleb NatapovKVM: x86 emulator: populate OP_MEM operand during decoding.
2010-05-17 Gleb NatapovKVM: Use task switch from emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Use load_segment_descriptor() instea...
2010-05-17 Gleb NatapovKVM: x86 emulator: Emulate task switch in emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Provide more callbacks for x86 emulator.
2010-05-17 Gleb NatapovKVM: x86 emulator: cleanup grp3 return value
2010-05-17 Gleb NatapovKVM: x86 emulator: If LOCK prefix is used dest arg...
2010-05-17 Gleb NatapovKVM: x86 emulator: do not call writeback if msr access...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix return values of syscall/sysente...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov dr to inject #UD when needed.
2010-05-17 Gleb NatapovKVM: x86 emulator: inject #UD on access to non-existing CR
2010-05-17 Gleb NatapovKVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.
2010-05-17 Gleb NatapovKVM: x86 emulator: fix 0f 01 /5 emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov r/m, sreg emulation.
2010-05-17 Gleb NatapovKVM: Provide current eip as part of emulator context.
2010-05-17 Gleb NatapovKVM: Provide x86_emulate_ctxt callback to get current cpl
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gui JianfengKVM: VMX: change to use bool return values
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Gleb NatapovKVM: x86 emulator: check return value against correct...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix RCX access during rep emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: Fix DstAcc decoding.
2010-05-17 Avi KivityKVM: MMU: Reinstate pte prefetch on invlpg
2010-05-17 Avi KivityKVM: MMU: Do not instantiate nontrapping spte on unsync...
2010-05-17 Avi KivityKVM: Don't follow an atomic operation by a non-atomic one
2010-05-17 Avi KivityKVM: Make locked operations truly atomic
2010-05-17 Avi KivityKVM: MMU: Consolidate two guest pte reads in kvm_mmu_pt...
2010-05-17 Wei YongjunKVM: x86: fix the error of ioctl KVM_IRQ_LINE if no...
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-05-17 Avi KivityKVM: Trace exception injection
2010-05-17 Avi KivityKVM: Move kvm_exit tracepoint rip reading inside tracepoint
2010-05-17 Minchan KimKVM: remove redundant initialization of page->private
2010-05-17 Xiao GuangrongKVM: cleanup kvm trace
2010-05-17 Gleb NatapovKVM: x86 emulator mark VMMCALL and LMSW as privileged
2010-05-17 Joerg RoedelKVM: SVM: Ignore lower 12 bit of nested msrpm_pa
2010-05-17 Joerg RoedelKVM; SVM: Add correct handling of nested iopm
2010-05-17 Joerg RoedelKVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handl...
2010-05-17 Joerg RoedelKVM: SVM: Optimize nested svm msrpm merging
2010-05-17 Joerg RoedelKVM: SVM: Introduce direct access msr list
2010-05-17 Joerg RoedelKVM: SVM: Move msrpm offset calculation to seperate...
2010-05-17 Joerg RoedelKVM: SVM: Return correct values in nested_svm_exit_hand...
2010-05-17 Andrea GelminiKVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
2010-05-17 Jacob Panx86, mrst: add nop functions to x86_init mpparse functions
2010-05-17 Jacob Panx86, mrst, pci: return 0 for non-present pci bars
2010-05-15 Cyrill Gorcunovx86, perf: P4 PMU - fix counters management logic
2010-05-15 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-05-14 H. Peter Anvinx86, mrst: Don't blindly access extended config space
2010-05-14 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-05-14 Frank Arnoldx86, cacheinfo: Turn off L3 cache index disable feature...
2010-05-14 Borislav Petkovx86, k8: Fix build error when K8_NB is disabled
2010-05-14 Andreas Dilgeradd descriptive comment for TIF_MEMDIE task flag declar...
2010-05-14 Roland McGrathx86: Use .cfi_sections for assembly code
2010-05-13 Andreas Herrmannx86, amd: Check X86_FEATURE_OSVW bit before accessing...
2010-05-13 Cyrill Gorcunovx86, perf: P4 PMU -- use hash for p4_get_escr_idx()
2010-05-13 Jan KiszkaKVM: VMX: blocked-by-sti must not defer NMI injections
2010-05-13 Dongxiao XuKVM: x86: Call vcpu_load and vcpu_put in cpuid_update
2010-05-13 Joerg RoedelKVM: SVM: Fix wrong intercept masks on 32 bit
2010-05-12 H. Peter Anvinx86, fpu: Use static_cpu_has() to implement use_xsave()
2010-05-12 H. Peter Anvinx86: Add new static_cpu_has() function using alternatives
2010-05-11 Seth Heasleyx86/PCI: irq and pci_ids patch for additional Intel...
2010-05-11 Thomas Gleixnerx86/PCI: Convert pci_config_lock to raw_spinlock
2010-05-11 Joerg RoedelMerge branch 'iommu/largepages' into amd-iommu/2.6.35
2010-05-11 Joerg Roedelx86/amd-iommu: Add amd_iommu=off command line option
2010-05-11 Masami Hiramatsukprobes/x86: Fix removed int3 checking order
2010-05-10 H. Peter Anvinx86, fpu: Use the proper asm constraint in use_xsave()
2010-05-10 H. Peter Anvinx86, fpu: Unbreak FPU emulation
2010-05-10 Eric AnholtMerge remote branch 'origin/master' into drm-intel...
2010-05-10 Avi Kivityx86: Introduce 'struct fpu' and related API
2010-05-10 Avi Kivityx86: Eliminate TS_XSAVE
2010-05-10 Ingo MolnarMerge branch 'core' of git://git./linux/kernel/git...
2010-05-10 Ingo MolnarMerge commit 'v2.6.34-rc7' into oprofile
2010-05-10 H. Peter Anvinx86, hypervisor: add missing <linux/module.h>
2010-05-09 H. Peter Anvinx86, hypervisor: Export the x86_hyper* symbols
next