| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-07-20 | 42 | -562/+3535 |
|\ |
|
| * | [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific. | Ralf Baechle | 2008-07-20 | 5 | -5/+12 |
| * | [MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64. | Ralf Baechle | 2008-07-20 | 1 | -17/+0 |
| * | [MIPS] TXx9: Fix some sparse warnings | Atsushi Nemoto | 2008-07-20 | 1 | -0/+2 |
| * | [MIPS] TXx9: Add 64-bit support | Atsushi Nemoto | 2008-07-20 | 10 | -294/+510 |
| * | [MIPS] TXx9: Cleanups for 64-bit support | Atsushi Nemoto | 2008-07-20 | 6 | -219/+24 |
| * | [MIPS] Cobalt: Fix I/O port resource range | Yoichi Yuasa | 2008-07-20 | 1 | -2/+2 |
| * | [MIPS] mips/sgi-ip22/ip28-berr.c: fix the build | Adrian Bunk | 2008-07-20 | 1 | -2/+2 |
| * | [MIPS] TXx9: Miscellaneous build fixes | Atsushi Nemoto | 2008-07-20 | 3 | -13/+23 |
| * | [MIPS] Routerboard 532: Support for base system | Ralf Baechle | 2008-07-20 | 15 | -1/+2962 |
| * | [MIPS] IP32: Use common SGI button driver | Thomas Bogendoerfer | 2008-07-20 | 1 | -12/+1 |
| * | [MIPS] IP22: Use common SGI button driver | Thomas Bogendoerfer | 2008-07-20 | 1 | -2/+1 |
| * | [MIPS] IP22, IP28: Fix merge bug | Thomas Bogendoerfer | 2008-07-20 | 1 | -1/+1 |
| * | [MIPS] Fix missing prototypes in asm/fpu.h | Dmitri Vorobiev | 2008-07-20 | 1 | -0/+1 |
| * | [MIPS] PCI: Make the pcibios_max_latency variable static | Dmitri Vorobiev | 2008-07-20 | 1 | -1/+1 |
* | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-20 | 23 | -437/+751 |
|\ \ |
|
| * | | KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts | Avi Kivity | 2008-07-20 | 1 | -3/+4 |
| * | | KVM: x86 emulator: emulate clflush | Glauber Costa | 2008-07-20 | 1 | -1/+3 |
| * | | KVM: MMU: improve invalid shadow root page handling | Marcelo Tosatti | 2008-07-20 | 1 | -1/+4 |
| * | | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction | Marcelo Tosatti | 2008-07-20 | 4 | -0/+16 |
| * | | KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues | Avi Kivity | 2008-07-20 | 3 | -27/+27 |
| * | | KVM: check injected pic irq within valid pic irqs | Ben-Ami Yassour | 2008-07-20 | 2 | -2/+6 |
| * | | KVM: x86 emulator: Fix HLT instruction | Mohammed Gamal | 2008-07-20 | 1 | -1/+1 |
| * | | KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized | Avi Kivity | 2008-07-20 | 1 | -5/+5 |
| * | | KVM: VMX: Add ept_sync_context in flush_tlb | Sheng Yang | 2008-07-20 | 1 | -0/+3 |
| * | | KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held | Marcelo Tosatti | 2008-07-20 | 1 | -0/+3 |
| * | | x86: KVM guest: make kvm_smp_prepare_boot_cpu() static | Adrian Bunk | 2008-07-20 | 1 | -1/+1 |
| * | | KVM: SVM: fix suspend/resume support | Joerg Roedel | 2008-07-20 | 1 | -12/+22 |
| * | | KVM: s390: rename private structures | Christian Borntraeger | 2008-07-20 | 4 | -28/+29 |
| * | | KVM: s390: Set guest storage limit and offset to sane values | Christian Borntraeger | 2008-07-20 | 1 | -2/+7 |
| * | | KVM: Fix memory leak on guest exit | Carsten Otte | 2008-07-20 | 1 | -0/+1 |
| * | | KVM: move slots_lock acquision down to vapic_exit | Marcelo Tosatti | 2008-07-20 | 1 | -2/+2 |
| * | | KVM: VMX: Fake emulate Intel perfctr MSRs | Chris Lalancette | 2008-07-20 | 1 | -0/+12 |
| * | | KVM: VMX: Fix a wrong usage of vmcs_config | Sheng Yang | 2008-07-20 | 1 | -2/+2 |
| * | | KVM: MMU: Fix printk format | Avi Kivity | 2008-07-20 | 1 | -1/+1 |
| * | | KVM: MMU: When debug is enabled, make it a run-time parameter | Avi Kivity | 2008-07-20 | 1 | -1/+2 |
| * | | KVM: x86 emulator: lazily evaluate segment registers | Avi Kivity | 2008-07-20 | 2 | -60/+57 |
| * | | KVM: x86 emulator: avoid segment base adjust for lea | Avi Kivity | 2008-07-20 | 1 | -1/+1 |
| * | | KVM: x86 emulator: simplify rip relative decoding | Avi Kivity | 2008-07-20 | 1 | -18/+5 |
| * | | KVM: x86 emulator: simplify r/m decoding | Avi Kivity | 2008-07-20 | 1 | -13/+4 |
| * | | KVM: x86 emulator: simplify sib decoding | Avi Kivity | 2008-07-20 | 1 | -16/+4 |
| * | | KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases | Avi Kivity | 2008-07-20 | 1 | -0/+2 |
| * | | KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) | Mohammed Gamal | 2008-07-20 | 1 | -2/+15 |
| * | | KVM: Use printk_rlimit() instead of reporting emulation failures just once | Avi Kivity | 2008-07-20 | 1 | -3/+1 |
| * | | KVM: Do not calculate linear rip in emulation failure report | Glauber Costa | 2008-07-20 | 1 | -2/+2 |
| * | | KVM: only abort guest entry if timer count goes from 0->1 | Marcelo Tosatti | 2008-07-20 | 2 | -9/+6 |
| * | | KVM: Add coalesced MMIO support (ia64 part) | Laurent Vivier | 2008-07-20 | 2 | -1/+5 |
| * | | KVM: Add coalesced MMIO support (powerpc part) | Laurent Vivier | 2008-07-20 | 2 | -1/+4 |
| * | | KVM: Add coalesced MMIO support (x86 part) | Laurent Vivier | 2008-07-20 | 2 | -1/+5 |
| * | | KVM: kvm_io_device: extend in_range() to manage len and write attribute | Laurent Vivier | 2008-07-20 | 5 | -18/+28 |