KVM: MMU: remove unused struct kvm_unsync_walk
[safe/jmp/linux-2.6] / arch / x86 / include /
2010-05-17 Avi KivityKVM: MMU: Replace role.glevels with role.cr4_pae
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
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 Xiao GuangrongKVM: MMU: remove unused field
2010-05-17 Gleb NatapovKVM: x86 emulator: commit rflags as part of registers...
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: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
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: 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 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Avi KivityKVM: MMU: Reinstate pte prefetch on invlpg
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Joerg RoedelKVM: SVM: Implement emulation of vm_cr msr
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Jan KiszkaKVM: x86: Add support for saving&restoring debug registers
2010-04-25 Jan KiszkaKVM: x86: Save&restore interrupt shadow mask
2010-04-25 Takuya YoshikawaKVM: remove redundant prototype of load_pdptrs()
2010-04-25 Gleb NatapovKVM: use desc_ptr struct instead of kvm private descrip...
2010-04-15 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-04-14 Rusty Russelllguest: stop using KVM hypercall mechanism
2010-04-13 Ingo MolnarMerge branch 'iommu/fixes' of git://git./linux/kernel...
2010-04-07 Joerg RoedelMerge branch 'amd-iommu/fixes' into iommu/fixes
2010-04-07 Chris Wrightx86/amd-iommu: warn when issuing command to uninitializ...
2010-03-30 Tejun Heox86: don't include slab.h from arch/x86/include/asm...
2010-03-19 Andreas Herrmannx86, amd: Restrict usage of c1e_idle()
2010-03-16 Jan Beulichx86: Fix placement of FIX_OHCI1394_BASE
2010-03-16 Suresh Siddhax86: Handle legacy PIC interrupts on all the cpu's
2010-03-13 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-12 FUJITA Tomonoripci-dma: add linux/pci-dma.h to linux/pci.h
2010-03-12 FUJITA Tomonoripci-dma: x86: use include/linux/pci-dma.h
2010-03-12 Christoph Hellwigptrace: move user_enable_single_step & co prototypes...
2010-03-12 Christoph HellwigAdd generic sys_olduname()
2010-03-12 Christoph Hellwigimprove sys_newuname() for compat architectures
2010-03-12 Christoph HellwigAdd generic sys_ipc wrapper
2010-03-12 Christoph HellwigAdd generic sys_old_mmap()
2010-03-12 Christoph HellwigAdd generic sys_old_select()
2010-03-09 Ingo MolnarMerge commit 'v2.6.34-rc1' into perf/urgent
2010-03-07 Linus TorvaldsMerge branch 'x86-mrst-for-linus' of git://git./linux...
2010-03-05 Linus TorvaldsMerge branch 'kvm-updates/2.6.34' of git://git./virt...
2010-03-05 Linus TorvaldsMerge branch 'perf-probes-for-linus-2' of git://git...
2010-03-03 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2010-03-03 Linus TorvaldsMerge branch 'x86-apic-for-linus' of git://git./linux...
2010-03-03 Linus TorvaldsMerge branch 'x86-bootmem-for-linus' of git://git....
2010-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-02 Peter Zijlstraperf_events, x86: Fixup fixed counter constraints
2010-03-01 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2010-03-01 Gleb NatapovKVM: Fix segment descriptor loading
2010-03-01 Gleb NatapovKVM: x86 emulator: Check IOPL level during io instructi...
2010-03-01 Gleb NatapovKVM: x86 emulator: fix memory access during x86 emulation
2010-03-01 Gleb NatapovKVM: x86 emulator: Add Virtual-8086 mode of emulation
2010-03-01 Sheng YangKVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Avi KivityKVM: export <asm/hyperv.h>
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
2010-03-01 Gleb NatapovKVM: Add HYPER-V header file
2010-03-01 Avi KivityKVM: SVM: Fix SVM_CR0_SELECTIVE_MASK
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Takuya YoshikawaKVM: Fix the explanation of write_emulated
2010-03-01 Sheng YangKVM: VMX: Enable EPT 1GB page support
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Avi KivityKVM: Bump maximum vcpu count to 64
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: modify alias layout in x86s struct kvm_arch
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2010-03-01 Sheng YangKVM: VMX: Trap and invalid MWAIT/MONITOR instruction
2010-03-01 Robert Richterperf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
2010-03-01 Joerg Roedelx86/amd-iommu: Protect IOMMU-API map/unmap path
2010-03-01 Robert Richterperf, x86: add some IBS macros to perf_event.h
2010-03-01 Robert Richterperf, x86: make IBS macros available in perf_event.h
2010-02-28 Linus TorvaldsMerge branch 'x86-uv-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-ptrace-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-pci-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-rwsem-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-numa-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-io-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2010-02-28 Linus TorvaldsMerge branches 'core-ipi-for-linus', 'core-locking...
2010-02-27 Ian Campbellx86, paravirt: Remove kmap_atomic_pte paravirt op.
2010-02-27 Frederic Weisbeckerx86/hw-breakpoints: Remove the name field
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
next