summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-05-22KVM: x86 emulator: avoid calling wbinvd() macroClemens Noss
2011-05-22KVM: MMU: Make cmpxchg_gpte aware of nesting tooRoedel, Joerg
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity
2011-05-22KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity
2011-05-22KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr()Avi Kivity
2011-05-22KVM: x86 emulator: drop use of is_long_mode()Avi Kivity
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity
2011-05-22KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacksAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha
2011-05-22x86, apic: Clean up bigsmp apic selection codeSuresh Siddha
2011-05-22x86, apic: Use .apicdrivers section for the apic drivers listSuresh Siddha
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha
2011-05-22Merge branch 'topic/asoc' into for-linusTakashi Iwai
2011-05-22Merge branch 'flushing' into for-linusJames Bottomley
2011-05-21x86: Eliminate various 'set but not used' warningsGustavo F. Padovan
2011-05-21x86, SMEP: Fix section mismatch warningsFenghua Yu
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-05-20powerpc: Fix 32-bit SMP buildJosh Boyer
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2011-05-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-05-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2011-05-20Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller
2011-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-20[IA64] define "_sdata" symbolTony Luck
2011-05-20Pull misc-2.6.40 into release branchTony Luck
2011-05-20x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov
2011-05-20x86, x2apic: Minimize IPI register writes using cluster groupsCyrill Gorcunov
2011-05-20x86, x2apic: Track the x2apic cluster sibling mapCyrill Gorcunov
2011-05-20x86, x2apic: Remove duplicate code for IPI mask routinesSuresh Siddha
2011-05-20x86, apic: Use probe routines to simplify apic selectionSuresh Siddha
2011-05-20x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Add struct ioapicSuresh Siddha
2011-05-20x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha
2011-05-20x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha
2011-05-20x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha
2011-05-20x86, ioapic: Fix potential resume deadlockDaniel J Blueman