summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-07-2074-1192/+5240
|\
| * [MIPS] Remove unused maltasmp.h.Yoichi Yuasa2008-07-201-36/+0
| * [MIPS] Remove unused saa9730_uart.h.Yoichi Yuasa2008-07-201-69/+0
| * [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.Ralf Baechle2008-07-205-5/+12
| * [MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64.Ralf Baechle2008-07-201-17/+0
| * [MIPS] TXx9: Fix some sparse warningsAtsushi Nemoto2008-07-202-9/+12
| * [MIPS] TXx9: Add 64-bit supportAtsushi Nemoto2008-07-2015-330/+580
| * [MIPS] TXx9: Cleanups for 64-bit supportAtsushi Nemoto2008-07-208-442/+86
| * [MIPS] Cobalt: Fix I/O port resource rangeYoichi Yuasa2008-07-201-2/+2
| * [MIPS] don't leak setup_early_printk() in userspace headerAdrian Bunk2008-07-201-0/+2
| * [MIPS] Remove include/asm-mips/mips-boards/sead{,int}.hAdrian Bunk2008-07-202-64/+0
| * [MIPS] Remove asm-mips/mips-boards/atlas{,int}.hAdrian Bunk2008-07-202-189/+0
| * [MIPS] mips/sgi-ip22/ip28-berr.c: fix the buildAdrian Bunk2008-07-201-2/+2
| * [MIPS] TXx9: Miscellaneous build fixesAtsushi Nemoto2008-07-203-13/+23
| * [MIPS] Routerboard 532: Support for base systemRalf Baechle2008-07-2030-1/+4515
| * [MIPS] IP32: Use common SGI button driverThomas Bogendoerfer2008-07-201-12/+1
| * [MIPS] IP22: Use common SGI button driverThomas Bogendoerfer2008-07-201-2/+1
| * [MIPS] IP22, IP28: Fix merge bugThomas Bogendoerfer2008-07-201-1/+1
| * [MIPS] Tinker with constraints in <asm/atomic.h> to fix build error.Ralf Baechle2008-07-201-3/+3
| * [MIPS] Add missing prototypes to asm/page.hDmitri Vorobiev2008-07-201-0/+3
| * [MIPS] Fix missing prototypes in asm/fpu.hDmitri Vorobiev2008-07-202-0/+3
| * [MIPS] PCI: Make the pcibios_max_latency variable staticDmitri Vorobiev2008-07-202-2/+1
* | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2037-520/+1215
|\ \
| * | KVM: Adjust smp_call_function_mask() callers to new requirementsAvi Kivity2008-07-201-6/+12
| * | KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity2008-07-201-3/+4
| * | KVM: x86 emulator: emulate clflushGlauber Costa2008-07-201-1/+3
| * | KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti2008-07-201-1/+4
| * | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-206-0/+20
| * | KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-204-41/+39
| * | KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-202-2/+6
| * | KVM: x86 emulator: Fix HLT instructionMohammed Gamal2008-07-201-1/+1
| * | KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity2008-07-201-5/+5
| * | KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang2008-07-201-0/+3
| * | KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti2008-07-201-0/+3
| * | x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk2008-07-201-1/+1
| * | KVM: SVM: fix suspend/resume supportJoerg Roedel2008-07-201-12/+22
| * | KVM: s390: rename private structuresChristian Borntraeger2008-07-205-46/+47
| * | KVM: s390: Set guest storage limit and offset to sane valuesChristian Borntraeger2008-07-201-2/+7
| * | KVM: Fix memory leak on guest exitCarsten Otte2008-07-201-0/+1
| * | KVM: s390: dont allocate dirty bitmapCarsten Otte2008-07-201-0/+2
| * | KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti2008-07-201-2/+2
| * | KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette2008-07-201-0/+12
| * | KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang2008-07-201-2/+2
| * | KVM: MMU: Fix printk formatAvi Kivity2008-07-201-1/+1
| * | KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity2008-07-201-1/+2
| * | KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2008-07-203-67/+60
| * | KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity2008-07-201-1/+1
| * | KVM: x86 emulator: simplify rip relative decodingAvi Kivity2008-07-202-18/+6
| * | KVM: x86 emulator: simplify r/m decodingAvi Kivity2008-07-201-13/+4
| * | KVM: x86 emulator: simplify sib decodingAvi Kivity2008-07-201-16/+4