Age | Commit message (Expand) | Author | Files | Lines |
2011-05-22 | KVM: SVM: Get rid of x86_intercept_map::valid | Avi Kivity | 2 | -8/+5 |
2011-05-22 | KVM: x86 emulator: Use opcode::execute for 0F 01 opcode | Avi Kivity | 1 | -43/+13 |
2011-05-22 | KVM: x86 emulator: Don't force #UD for 0F 01 /5 | Avi Kivity | 1 | -3/+0 |
2011-05-22 | KVM: x86 emulator: move 0F 01 sub-opcodes into their own functions | Avi Kivity | 1 | -47/+99 |
2011-05-22 | KVM: x86 emulator: fix const value warning on i386 in svm insn RAX check | Randy Dunlap | 1 | -1/+1 |
2011-05-22 | KVM: x86 emulator: avoid calling wbinvd() macro | Clemens Noss | 1 | -1/+1 |
2011-05-22 | KVM: MMU: Make cmpxchg_gpte aware of nesting too | Roedel, Joerg | 1 | -7/+23 |
2011-05-22 | KVM: x86 emulator: drop x86_emulate_ctxt::vcpu | Avi Kivity | 2 | -3/+0 |
2011-05-22 | KVM: Avoid using x86_emulate_ctxt.vcpu | Avi Kivity | 1 | -1/+1 |
2011-05-22 | KVM: x86 emulator: add new ->wbinvd() callback | Avi Kivity | 3 | -1/+8 |
2011-05-22 | KVM: x86 emulator: add ->fix_hypercall() callback | Avi Kivity | 4 | -5/+8 |
2011-05-22 | KVM: x86 emulator: add new ->halt() callback | Avi Kivity | 3 | -1/+8 |
2011-05-22 | KVM: x86 emulator: make emulate_invlpg() an emulator callback | Avi Kivity | 4 | -5/+5 |
2011-05-22 | KVM: x86 emulator: emulate CLTS internally | Avi Kivity | 3 | -9/+11 |
2011-05-22 | KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr() | Avi Kivity | 1 | -2/+2 |
2011-05-22 | KVM: x86 emulator: drop use of is_long_mode() | Avi Kivity | 1 | -7/+12 |
2011-05-22 | KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() | Avi Kivity | 4 | -24/+21 |
2011-05-22 | KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacks | Avi Kivity | 1 | -2/+2 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from intercept callback | Avi Kivity | 3 | -4/+4 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks | Avi Kivity | 3 | -59/+73 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks | Avi Kivity | 3 | -83/+90 |
2011-05-22 | x86, apic: Make apic drivers static | Suresh Siddha | 11 | -64/+22 |
2011-05-22 | x86, apic: Clean up bigsmp apic selection code | Suresh Siddha | 3 | -30/+32 |
2011-05-22 | x86, apic: Use .apicdrivers section for the apic drivers list | Suresh Siddha | 2 | -31/+36 |
2011-05-22 | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha | 12 | -6/+63 |
2011-05-21 | x86: Eliminate various 'set but not used' warnings | Gustavo F. Padovan | 3 | -16/+5 |
2011-05-21 | x86/PCI: derive pcibios_last_bus from ACPI MCFG | Jan Beulich | 1 | -0/+10 |
2011-05-21 | x86, SMEP: Fix section mismatch warnings | Fenghua Yu | 1 | -2/+2 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -11/+12 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 9 | -1/+806 |
2011-05-21 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 1 | -9/+5 |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 4 | -3/+1 |
2011-05-20 | x86, x2apic: Move the common bits to x2apic.h | Cyrill Gorcunov | 3 | -124/+69 |
2011-05-20 | x86, x2apic: Minimize IPI register writes using cluster groups | Cyrill Gorcunov | 1 | -14/+44 |
2011-05-20 | x86, x2apic: Track the x2apic cluster sibling map | Cyrill Gorcunov | 1 | -2/+70 |
2011-05-20 | x86, x2apic: Remove duplicate code for IPI mask routines | Suresh Siddha | 2 | -62/+31 |
2011-05-20 | x86, apic: Use probe routines to simplify apic selection | Suresh Siddha | 5 | -19/+37 |
2011-05-20 | x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic' | Suresh Siddha | 1 | -6/+3 |
2011-05-20 | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha | 3 | -14/+29 |
2011-05-20 | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 5 | -50/+62 |
2011-05-20 | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic' | Suresh Siddha | 1 | -14/+13 |
2011-05-20 | x86, ioapic: Add struct ioapic | Suresh Siddha | 2 | -16/+17 |
2011-05-20 | x86, ioapic: Remove duplicate code for saving/restoring RTEs | Suresh Siddha | 1 | -31/+5 |
2011-05-20 | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 3 | -111/+37 |
2011-05-20 | x86, ioapic: Allocate ioapic_saved_data early | Suresh Siddha | 1 | -14/+13 |
2011-05-20 | x86, ioapic: Fix potential resume deadlock | Daniel J Blueman | 1 | -2/+2 |
2011-05-20 | x86, amd: Use _safe() msr access for GartTlbWlk disable code | Roedel, Joerg | 1 | -3/+6 |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+26 |
2011-05-20 | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -0/+25 |
2011-05-20 | Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.... | Linus Torvalds | 1 | -1/+23 |