Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-05-20 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 11 | -38/+163 |
2011-05-20 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 38 | -1592/+826 |
2011-05-20 | Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'... | Linus Torvalds | 8 | -86/+96 |
2011-05-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 13 | -203/+223 |
2011-05-20 | Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo... | Linus Torvalds | 5 | -35/+101 |
2011-05-20 | Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2 | -61/+17 |
2011-05-20 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 8 | -106/+9 |
2011-05-20 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2 | -6/+4 |
2011-05-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 24 | -155/+291 |
2011-05-20 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -248/+388 |
2011-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 3 | -10/+0 |
2011-05-20 | Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an... | Linus Torvalds | 3 | -4/+34 |
2011-05-20 | Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/... | Linus Torvalds | 7 | -39/+39 |
2011-05-20 | Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git... | Linus Torvalds | 4 | -14/+116 |
2011-05-20 | Merge branch 'move-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 27 | -10551/+1 |