Age | Commit message (Expand) | Author |
2011-05-22 | KVM: x86 emulator: consolidate group handling | Avi Kivity |
2011-05-22 | KVM: MMU: Add unlikely() annotations to walk_addr_generic() | Avi Kivity |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D) | Takuya Yoshikawa |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61) | Takuya Yoshikawa |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for POP reg (58-5F) | Takuya Yoshikawa |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS | Takuya Yoshikawa |
2011-05-22 | KVM: MMU: Optimize guest page table walk | Takuya Yoshikawa |
2011-05-22 | KVM: SVM: Get rid of x86_intercept_map::valid | Avi Kivity |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for 0F 01 opcode | Avi Kivity |
2011-05-22 | KVM: x86 emulator: Don't force #UD for 0F 01 /5 | Avi Kivity |
2011-05-22 | KVM: x86 emulator: move 0F 01 sub-opcodes into their own functions | Avi Kivity |
2011-05-22 | KVM: x86 emulator: fix const value warning on i386 in svm insn RAX check | Randy Dunlap |
2011-05-22 | KVM: x86 emulator: avoid calling wbinvd() macro | Clemens Noss |
2011-05-22 | KVM: MMU: Make cmpxchg_gpte aware of nesting too | Roedel, Joerg |
2011-05-22 | KVM: x86 emulator: drop x86_emulate_ctxt::vcpu | Avi Kivity |
2011-05-22 | KVM: Avoid using 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: Replace calls to is_pae() and is_paging with ->get_cr() | Avi Kivity |
2011-05-22 | KVM: x86 emulator: drop use of is_long_mode() | 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: avoid using ctxt->vcpu in check_perm() callbacks | 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 | 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: Use .apicdrivers section for the apic drivers list | Suresh Siddha |
2011-05-22 | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha |
2011-05-22 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai |
2011-05-22 | Merge branch 'flushing' into for-linus | James Bottomley |
2011-05-21 | x86: Eliminate various 'set but not used' warnings | Gustavo F. Padovan |
2011-05-21 | x86, SMEP: Fix section mismatch warnings | Fenghua Yu |
2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2011-05-20 | powerpc: Fix 32-bit SMP build | Josh Boyer |
2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2011-05-20 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds |
2011-05-20 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2011-05-20 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds |
2011-05-20 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds |
2011-05-20 | Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' | David S. Miller |
2011-05-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds |
2011-05-20 | [IA64] define "_sdata" symbol | Tony Luck |
2011-05-20 | Pull misc-2.6.40 into release branch | Tony Luck |
2011-05-20 | x86, x2apic: Move the common bits to x2apic.h | Cyrill Gorcunov |
2011-05-20 | x86, x2apic: Minimize IPI register writes using cluster groups | Cyrill Gorcunov |