Age | Commit message (Expand) | Author |
2012-07-21 | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach |
2012-07-21 | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach |
2012-07-21 | x86, boot: Wrap debug printing in a new debug_putstr function | Joe Millenbach |
2012-07-21 | x86, boot: Removed quiet flag and switched quiet output to debug flag | Joe Millenbach |
2012-07-20 | x86, efi: Handover Protocol | Matt Fleming |
2012-07-20 | x86/tlb: Fix build warning and crash when building for !SMP | Alex Shi |
2012-07-20 | x86, cpufeature: Add the RDSEED and ADX features | H. Peter Anvin |
2012-07-20 | KVM: switch to symbolic name for irq_states size | Michael S. Tsirkin |
2012-07-20 | KVM: fix race with level interrupts | Michael S. Tsirkin |
2012-07-20 | KVM: x86: Fix typos in pmu.c | Guo Chao |
2012-07-20 | KVM: x86: Fix typos in lapic.c | Guo Chao |
2012-07-20 | KVM: x86: Fix typos in cpuid.c | Guo Chao |
2012-07-20 | KVM: x86: Fix typos in emulate.c | Guo Chao |
2012-07-20 | KVM: x86: Fix typos in x86.c | Guo Chao |
2012-07-20 | KVM: SVM: Fix typos | Guo Chao |
2012-07-20 | KVM: VMX: Fix typos | Guo Chao |
2012-07-20 | module.c: spelling s/postition/position/g | Geert Uytterhoeven |
2012-07-19 | KVM: remove the unused parameter of gfn_to_pfn_memslot | Xiao Guangrong |
2012-07-19 | KVM: using get_fault_pfn to get the fault pfn | Xiao Guangrong |
2012-07-19 | KVM: MMU: track the refcount when unmap the page | Xiao Guangrong |
2012-07-19 | KVM: x86: remove unnecessary mark_page_dirty | Xiao Guangrong |
2012-07-19 | xen: populate correct number of pages when across mem boundary (v2) | zhenzhong.duan |
2012-07-19 | xen PVonHVM: move shared_info to MMIO before kexec | Olaf Hering |
2012-07-19 | xen: simplify init_hvm_pv_info | Olaf Hering |
2012-07-19 | xen: remove cast from HYPERVISOR_shared_info assignment | Olaf Hering |
2012-07-19 | xen/x86: avoid updating TLS descriptors if they haven't changed | David Vrabel |
2012-07-19 | xen/x86: add desc_equal() to compare GDT descriptors | David Vrabel |
2012-07-19 | xen/mm: zero PTEs for non-present MFNs in the initial page table | David Vrabel |
2012-07-19 | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable | David Vrabel |
2012-07-19 | xen/mce: Register native mce handler as vMCE bounce back point | Liu, Jinsong |
2012-07-19 | x86, MCE, AMD: Adjust initcall sequence for xen | Liu, Jinsong |
2012-07-19 | xen/mce: Add mcelog support for Xen platform | Liu, Jinsong |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-19 | ftrace/x86: Add save_regs for i386 function calls | Steven Rostedt |
2012-07-19 | ftrace/x86: Add separate function to save regs | Steven Rostedt |
2012-07-19 | ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracer | Steven Rostedt |
2012-07-19 | ftrace: Pass ftrace_ops as third parameter to function trace callback | Steven Rostedt |
2012-07-19 | Merge branch 'pm-acpi' | Rafael J. Wysocki |
2012-07-18 | x86, hyper: fix build with !CONFIG_KVM_GUEST | Avi Kivity |
2012-07-18 | KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range() | Takuya Yoshikawa |
2012-07-18 | KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp() | Takuya Yoshikawa |
2012-07-18 | KVM: MMU: Add memslot parameter to hva handlers | Takuya Yoshikawa |
2012-07-18 | KVM: Separate rmap_pde from kvm_lpage_info->write_count | Takuya Yoshikawa |
2012-07-18 | KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st... | Takuya Yoshikawa |
2012-07-18 | KVM: MMU: Make kvm_handle_hva() handle range of addresses | Takuya Yoshikawa |
2012-07-18 | KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() | Takuya Yoshikawa |
2012-07-18 | KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva() | Takuya Yoshikawa |
2012-07-18 | Merge branch 'linus' into perf/core | Ingo Molnar |
2012-07-16 | Revert "apic: fix kvm build on UP without IOAPIC" | Michael S. Tsirkin |
2012-07-16 | KVM guest: switch to apic_set_eoi_write, apic_write | Michael S. Tsirkin |