summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-44/+63
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+28
2009-09-11Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-6/+333
2009-09-11Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-400/+610
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-198/+473
2009-09-11Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+15
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds3-0/+26
2009-09-10x86: Increase MIN_GAP to include randomized stackMichal Hocko2-2/+17
2009-09-10x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings2-4/+14
2009-09-11Merge branch 'next' into for-linusJames Morris1-0/+2
2009-09-10x86/tracing: comment need for atomic nopSteven Rostedt1-0/+2
2009-09-10x86: split __phys_addr out into separate fileJeremy Fitzhardinge4-73/+83
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity3-0/+16
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov1-1/+1
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti1-2/+0
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov1-2/+2
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity1-5/+9
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity2-18/+7
2009-09-10KVM guest: do not batch pte updates from interrupt contextMarcelo Tosatti1-6/+1
2009-09-10KVM guest: fix bogus wallclock physical address calculationGlauber Costa1-2/+2
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov1-6/+3
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity1-0/+3
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity1-0/+3
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang1-3/+3
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov1-8/+2
2009-09-10KVM: x86 emulator: Add adc and sbb missing decoder flagsMohammed Gamal1-2/+2
2009-09-10KVM: Add missing #includeAvi Kivity1-0/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity5-5/+5
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori1-1/+8
2009-09-10KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity1-1/+6
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity1-11/+2
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov1-0/+2
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel1-1/+1
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel1-1/+1
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel1-10/+11
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel1-2/+1
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel1-30/+50
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel1-1/+13
2009-09-10KVM: SVM: remove nested_svm_do and helper functionsJoerg Roedel1-60/+0
2009-09-10KVM: SVM: clean up nested vmrun pathJoerg Roedel1-12/+22
2009-09-10KVM: SVM: clean up nestec vmload/vmsave pathsJoerg Roedel1-19/+17
2009-09-10KVM: SVM: clean up nested_svm_exit_handled_msrJoerg Roedel1-17/+21
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel1-12/+40
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel1-11/+8
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel1-23/+19
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel1-60/+49
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel1-7/+23
2009-09-10KVM: SVM: move nested svm state into seperate structJoerg Roedel1-29/+33