| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-07-24 | 23 | -90/+1511 |
|\ |
|
| * | xen: populate correct number of pages when across mem boundary (v2) | zhenzhong.duan | 2012-07-19 | 1 | -14/+9 |
| * | xen PVonHVM: move shared_info to MMIO before kexec | Olaf Hering | 2012-07-19 | 5 | -13/+126 |
| * | xen: simplify init_hvm_pv_info | Olaf Hering | 2012-07-19 | 1 | -32/+26 |
| * | xen: remove cast from HYPERVISOR_shared_info assignment | Olaf Hering | 2012-07-19 | 1 | -1/+1 |
| * | xen: enable platform-pci only in a Xen guest | Olaf Hering | 2012-07-19 | 1 | -0/+3 |
| * | xen/pv-on-hvm kexec: shutdown watches from old kernel | Olaf Hering | 2012-07-19 | 2 | -1/+22 |
| * | xen/x86: avoid updating TLS descriptors if they haven't changed | David Vrabel | 2012-07-19 | 1 | -3/+26 |
| * | xen/x86: add desc_equal() to compare GDT descriptors | David Vrabel | 2012-07-19 | 1 | -0/+6 |
| * | xen/mm: zero PTEs for non-present MFNs in the initial page table | David Vrabel | 2012-07-19 | 1 | -1/+8 |
| * | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable | David Vrabel | 2012-07-19 | 1 | -5/+25 |
| * | xen/hvc: Fix up checks when the info is allocated. | Konrad Rzeszutek Wilk | 2012-07-19 | 1 | -9/+6 |
| * | xen/acpi: Fix potential memory leak. | Konrad Rzeszutek Wilk | 2012-07-19 | 1 | -3/+6 |
| * | xen/mce: add .poll method for mcelog device driver | Liu, Jinsong | 2012-07-19 | 1 | -0/+18 |
| * | xen/mce: schedule a workqueue to avoid sleep in atomic context | Liu, Jinsong | 2012-07-19 | 1 | -7/+11 |
| * | xen/pcpu: Xen physical cpus online/offline sys interface | Liu, Jinsong | 2012-07-19 | 5 | -0/+401 |
| * | xen/mce: Register native mce handler as vMCE bounce back point | Liu, Jinsong | 2012-07-19 | 1 | -3/+7 |
| * | x86, MCE, AMD: Adjust initcall sequence for xen | Liu, Jinsong | 2012-07-19 | 1 | -1/+21 |
| * | xen/mce: Add mcelog support for Xen platform | Liu, Jinsong | 2012-07-19 | 8 | -6/+798 |
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-07-24 | 71 | -519/+1914 |
|\ \ |
|
| * | | KVM: fix race with level interrupts | Michael S. Tsirkin | 2012-07-20 | 5 | -35/+51 |
| * | | x86, hyper: fix build with !CONFIG_KVM_GUEST | Avi Kivity | 2012-07-18 | 1 | -0/+2 |
| * | | Revert "apic: fix kvm build on UP without IOAPIC" | Michael S. Tsirkin | 2012-07-16 | 1 | -5/+0 |
| * | | KVM guest: switch to apic_set_eoi_write, apic_write | Michael S. Tsirkin | 2012-07-16 | 1 | -10/+3 |
| * | | apic: add apic_set_eoi_write for PV use | Michael S. Tsirkin | 2012-07-16 | 2 | -0/+20 |
| * | | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next | Avi Kivity | 2012-07-15 | 7 | -31/+98 |
| |\ \ |
|
| | * | | KVM: PPC: Critical interrupt emulation support | Bharat Bhushan | 2012-07-11 | 1 | -0/+25 |
| | * | | KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests | Mihai Caraman | 2012-07-11 | 1 | -1/+2 |
| | * | | KVM: PPC64: booke: Set interrupt computation mode for 64-bit host | Mihai Caraman | 2012-07-11 | 1 | -1/+4 |
| | * | | KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt | Mihai Caraman | 2012-07-11 | 1 | -1/+1 |
| | * | | KVM: PPC: bookehv64: Add support for std/ld emulation. | Varun Sethi | 2012-07-11 | 1 | -0/+16 |
| | * | | booke: Added crit/mc exception handler for e500v2 | Bharat Bhushan | 2012-07-11 | 1 | -28/+27 |
| | * | | booke/bookehv: Add host crit-watchdog exception support | Bharat Bhushan | 2012-07-11 | 2 | -0/+23 |
| * | | | KVM: VMX: Implement PCID/INVPCID for guests with EPT | Mao, Junjie | 2012-07-12 | 8 | -7/+77 |
| * | | | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check | Prarit Bhargava | 2012-07-11 | 3 | -0/+16 |
| * | | | KVM: MMU: document mmu-lock and fast page fault | Xiao Guangrong | 2012-07-11 | 1 | -1/+129 |
| * | | | KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint | Xiao Guangrong | 2012-07-11 | 2 | -6/+4 |
| * | | | KVM: MMU: trace fast page fault | Xiao Guangrong | 2012-07-11 | 2 | -0/+40 |
| * | | | KVM: MMU: fast path of handling guest page fault | Xiao Guangrong | 2012-07-11 | 1 | -17/+127 |
| * | | | KVM: MMU: introduce SPTE_MMU_WRITEABLE bit | Xiao Guangrong | 2012-07-11 | 1 | -19/+38 |
| * | | | KVM: MMU: fold tlb flush judgement into mmu_spte_update | Xiao Guangrong | 2012-07-11 | 1 | -13/+20 |
| * | | | KVM: VMX: export PFEC.P bit on ept | Xiao Guangrong | 2012-07-11 | 1 | -1/+8 |
| * | | | KVM: MMU: cleanup spte_write_protect | Xiao Guangrong | 2012-07-11 | 1 | -16/+29 |
| * | | | KVM: MMU: abstract spte write-protect | Xiao Guangrong | 2012-07-11 | 1 | -27/+31 |
| * | | | KVM: MMU: return bool in __rmap_write_protect | Xiao Guangrong | 2012-07-11 | 1 | -6/+7 |
| * | | | KVM: VMX: Emulate invalid guest state by default | Avi Kivity | 2012-07-09 | 1 | -1/+1 |
| * | | | KVM: x86 emulator: implement LTR | Avi Kivity | 2012-07-09 | 1 | -1/+10 |
| * | | | KVM: x86 emulator: make loading TR set the busy bit | Avi Kivity | 2012-07-09 | 1 | -1/+7 |
| * | | | KVM: x86 emulator: make read_segment_descriptor() return the address | Avi Kivity | 2012-07-09 | 1 | -5/+8 |
| * | | | KVM: x86 emulator: emulate LLDT | Avi Kivity | 2012-07-09 | 1 | -1/+10 |