summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-05-22KVM: MMU: Make cmpxchg_gpte aware of nesting tooRoedel, Joerg1-7/+23
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity2-3/+0
2011-05-22KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity3-1/+8
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity4-5/+8
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity3-1/+8
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity4-5/+5
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity3-9/+11
2011-05-22KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr()Avi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop use of is_long_mode()Avi Kivity1-7/+12
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity4-24/+21
2011-05-22KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacksAvi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity3-4/+4
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity3-59/+73
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity3-83/+90
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha11-64/+22
2011-05-22x86, apic: Clean up bigsmp apic selection codeSuresh Siddha3-30/+32
2011-05-22x86, apic: Use .apicdrivers section for the apic drivers listSuresh Siddha2-31/+36
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha12-6/+63
2011-05-21x86: Eliminate various 'set but not used' warningsGustavo F. Padovan3-16/+5
2011-05-21x86/PCI: derive pcibios_last_bus from ACPI MCFGJan Beulich1-0/+10
2011-05-21x86, SMEP: Fix section mismatch warningsFenghua Yu1-2/+2
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-11/+12
2011-05-21xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge1-0/+2
2011-05-21Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge1-1/+1
2011-05-21Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge1-1/+1
2011-05-21xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge1-138/+0
2011-05-21xen: use normal virt_to_machine for ptesJeremy Fitzhardinge1-5/+5
2011-05-21xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2-60/+23
2011-05-21xen: condense everything onto xen_set_pteJeremy Fitzhardinge1-46/+27
2011-05-21xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge1-15/+11
2011-05-21xen: drop all the special iomap pte paths.Jeremy Fitzhardinge1-25/+0
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds9-1/+806
2011-05-21Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-9/+5
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds4-3/+1
2011-05-20oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter1-41/+54
2011-05-20x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov3-124/+69
2011-05-20x86, x2apic: Minimize IPI register writes using cluster groupsCyrill Gorcunov1-14/+44
2011-05-20x86, x2apic: Track the x2apic cluster sibling mapCyrill Gorcunov1-2/+70
2011-05-20x86, x2apic: Remove duplicate code for IPI mask routinesSuresh Siddha2-62/+31
2011-05-20x86, apic: Use probe routines to simplify apic selectionSuresh Siddha5-19/+37
2011-05-20x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha1-6/+3
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha3-14/+29
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha5-50/+62
2011-05-20x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha1-14/+13
2011-05-20x86, ioapic: Add struct ioapicSuresh Siddha2-16/+17
2011-05-20x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha1-31/+5
2011-05-20x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha3-111/+37
2011-05-20x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha1-14/+13
2011-05-20x86, ioapic: Fix potential resume deadlockDaniel J Blueman1-2/+2