summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-437/+751
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-3/+18
2008-07-21Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds12-152/+151
2008-07-21arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-21arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-21m68k/Atari: remove the dead ATARI_SCC{,_DMA} optionsAdrian Bunk1-23/+1
2008-07-21m68k/Mac: remove the unused ADB_KEYBOARD optionAdrian Bunk1-12/+0
2008-07-21m68k/apollo: Add missing call to apollo_parse_bootinfo()Geert Uytterhoeven1-0/+3
2008-07-21m68k/sun3/: possible cleanupsAdrian Bunk8-36/+10
2008-07-21m68k/q40/config.c: make functions staticAdrian Bunk1-13/+13
2008-07-21m68k/mac/: possible cleanupsAdrian Bunk8-181/+35
2008-07-21m68k/atari/debug.c: possible cleanupsAdrian Bunk1-30/+7
2008-07-21m68k/amiga/: possible cleanupsAdrian Bunk1-14/+6
2008-07-21export amiga_vblankAdrian Bunk1-0/+2
2008-07-21m68k: remove AP1000 codeAdrian Bunk3-18/+0
2008-07-21m68k: make multi_defconfig the default defconfigAdrian Bunk1-1/+1
2008-07-21Stringify support commasMathieu Desnoyers5-8/+0
2008-07-21m68k: Allow no CPU/platform type for allnoconfigGeert Uytterhoeven1-0/+6
2008-07-21m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macroCyrill Gorcunov2-4/+6
2008-07-21m68k: remove CVS keywordsAdrian Bunk6-6/+5
2008-07-21MN10300: Fix MN10300's serial port driver to get at its tty_structDavid Howells1-1/+1
2008-07-21simserial: Fix up for ldisc changesAlan Cox1-43/+3
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity1-3/+4
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa1-1/+3
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti1-1/+4
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti4-0/+16
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity3-27/+27
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2-2/+6
2008-07-20KVM: x86 emulator: Fix HLT instructionMohammed Gamal1-1/+1
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity1-5/+5
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang1-0/+3
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti1-0/+3
2008-07-20x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk1-1/+1
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel1-12/+22
2008-07-20KVM: s390: rename private structuresChristian Borntraeger4-28/+29
2008-07-20KVM: s390: Set guest storage limit and offset to sane valuesChristian Borntraeger1-2/+7
2008-07-20KVM: Fix memory leak on guest exitCarsten Otte1-0/+1
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti1-2/+2
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette1-0/+12
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2
2008-07-20KVM: MMU: Fix printk formatAvi Kivity1-1/+1
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity1-1/+2
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2-60/+57
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity1-1/+1
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity1-18/+5
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity1-13/+4
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity1-16/+4
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity1-0/+2
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal1-2/+15
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity1-3/+1