| Commit message (Expand) | Author | Age |
* | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ... | Richard Kennedy | 2011-05-25 |
* | x86, UV: Clean up uv_tlb.c | Cliff Wickman | 2011-05-25 |
* | x86, UV: Add support for SGI UV2 hub chip | Jack Steiner | 2011-05-25 |
* | x86, cpufeature: Update CPU feature RDRND to RDRAND | Kees Cook | 2011-05-24 |
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 |
|\ |
|
| * | percpu: Avoid extra NOP in percpu_cmpxchg16b_double | Eric Dumazet | 2011-03-28 |
* | | x86: Get rid of asmregparm | Richard Weinberger | 2011-05-24 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-23 |
|\ \ |
|
| * | | x86/PCI: Remove dma32_reserve_bootmem | Yinghai Lu | 2011-05-10 |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-23 |
|\ \ \ |
|
| * | | | x86, apic: Make apic drivers static | Suresh Siddha | 2011-05-22 |
| * | | | x86, apic: Clean up bigsmp apic selection code | Suresh Siddha | 2011-05-22 |
| * | | | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha | 2011-05-22 |
| * | | | x86, x2apic: Move the common bits to x2apic.h | Cyrill Gorcunov | 2011-05-20 |
| * | | | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha | 2011-05-20 |
| * | | | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 2011-05-20 |
| * | | | x86, ioapic: Add struct ioapic | Suresh Siddha | 2011-05-20 |
| * | | | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 2011-05-20 |
* | | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-05-23 |
|\ \ \ \ |
|
| * | | | | KVM: VMX: Cache vmcs segment fields | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: consolidate segment accessors | Avi Kivity | 2011-05-22 |
| * | | | | KVM: mmio_fault_cr2 is not used | Gleb Natapov | 2011-05-22 |
| * | | | | KVM: SVM: Get rid of x86_intercept_map::valid | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: drop x86_emulate_ctxt::vcpu | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: add new ->wbinvd() callback | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: add ->fix_hypercall() callback | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: add new ->halt() callback | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: make emulate_invlpg() an emulator callback | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: emulate CLTS internally | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: drop vcpu argument from intercept callback | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks | Avi Kivity | 2011-05-22 |
| * | | | | KVM: x86 emulator: drop vcpu argument from pio callbacks | Avi Kivity | 2011-05-11 |
| * | | | | KVM: x86 emulator: drop vcpu argument from memory read/write callbacks | Avi Kivity | 2011-05-11 |
| * | | | | KVM: emulator: Use linearize() when fetching instructions | Nelson Elhage | 2011-05-11 |
| * | | | | KVM: X86: Update last_guest_tsc in vcpu_put | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu | Gleb Natapov | 2011-05-11 |
| * | | | | KVM: X86: Implement userspace interface to set virtual_tsc_khz | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: X86: Delegate tsc-offset calculation to architecture code | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: X86: Implement call-back to propagate virtual_tsc_khz | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: X86: Let kvm-clock report the right tsc frequency | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: SVM: Implement infrastructure for TSC_RATE_MSR | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: MMU: remove mmu_seq verification on pte update path | Xiao Guangrong | 2011-05-11 |
| * | | | | KVM: SVM: Add checks for IO instructions | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: SVM: Add intercept checks for remaining twobyte instructions | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: SVM: Add intercept check for accessing dr registers | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: SVM: Add intercept check for emulated cr accesses | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: x86: Add x86 callback for intercept check | Joerg Roedel | 2011-05-11 |
| * | | | | KVM: x86 emulator: Add flag to check for protected mode instructions | Joerg Roedel | 2011-05-11 |