summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-10-15KVM: irq ack notificationMarcelo Tosatti4-5/+19
2008-10-15KVM: Add irq ack notifier listAvi Kivity2-0/+27
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard7-19/+41
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard6-18/+64
2008-10-15KVM: ppc: Stop saving host TLB stateHollis Blanchard3-17/+3
2008-10-15KVM: ppc: guest breakpoint supportHollis Blanchard4-2/+113
2008-10-15KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf1-0/+17
2008-10-15KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity1-0/+6
2008-10-15KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt1-0/+2
2008-10-15KVM: ppc: adds trace points for ppc tlb activityJerone Young2-1/+18
2008-10-15KVM: ppc: enable KVM_TRACE building for powerpcJerone Young2-2/+15
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-52/+26
2008-10-15KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-54/+36
2008-10-15KVM: VMX: Reinject real mode exceptionJan Kiszka1-2/+39
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka2-5/+1
2008-10-15KVM: Consolidate PIC isr clearing into a functionAvi Kivity1-6/+12
2008-10-15KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal1-3/+0
2008-10-15KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity1-57/+20
2008-10-15KVM: Add a pending interrupt queueAvi Kivity1-0/+11
2008-10-15KVM: VMX: Fix pending exception processingAvi Kivity1-3/+12
2008-10-15KVM: Clear exception queue before emulating an instructionAvi Kivity2-0/+13
2008-10-15KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity1-17/+32
2008-10-15KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity1-12/+24
2008-10-15KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity1-9/+5
2008-10-15KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity1-2/+7
2008-10-15KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah2-0/+13
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti6-228/+254
2008-10-15KVM: VMX: Rename misnamed msr bitsSheng Yang2-11/+11
2008-10-14Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-0/+15
2008-10-14x86: register a platform RTC device if PNP doesn't describe itBjorn Helgaas1-4/+18
2008-10-14arch/m68k/mm/kmap.c: introduce missing kfreeJulia Lawall1-1/+3
2008-10-14m68k: init_irq_proc depends on CONFIG_PROC_FSGeert Uytterhoeven1-1/+2
2008-10-14m68k: remove the dead PCI codeAdrian Bunk3-521/+0
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk7-488/+19
2008-10-14m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven1-2/+2
2008-10-14m68k: Define rtc_lock on AtariGeert Uytterhoeven1-0/+3
2008-10-14m68k: Remove unused atari_kbd_translate()Geert Uytterhoeven1-12/+0
2008-10-14m68k: Modular Amiga keyboard needs key_mapsGeert Uytterhoeven1-0/+9
2008-10-14m68k: Reverse platform MMU logic so Sun 3 is lastGeert Uytterhoeven1-21/+22
2008-10-14m68k: Add NOTES to init data so its discarded at bootRoman Zippel1-0/+1
2008-10-14m68k: Put .bss at the end of the data sectionRoman Zippel1-4/+4
2008-10-14m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven1-6/+3
2008-10-14m68k: use bcd2bin/bin2bcdAdrian Bunk6-84/+62
2008-10-14i2c/isp1301_omap: Convert to a new-style i2c driver, part 2Jean Delvare2-0/+15
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-34/+0
2008-10-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+0
2008-10-13ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz1-29/+0
2008-10-13xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk1-5/+0
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse2-2/+2
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds65-864/+4503