summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-16/+188
2008-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-46/+49
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-0/+44
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro1-1/+0
2008-04-27KVM: ppc: Add DCR access information to struct kvm_runHollis Blanchard1-0/+7
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard1-1/+1
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti2-0/+19
2008-04-27ide: remove now unused ide_pci_create_host_proc()Alexey Dobriyan1-4/+0
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz1-30/+40
2008-04-27ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: add "noacpi" / "acpigtf" / "acpionboot" parametersBartlomiej Zolnierkiewicz1-0/+3
2008-04-27ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz1-2/+0
2008-04-27ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz1-0/+3
2008-04-27ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz1-8/+1
2008-04-27ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu1-0/+14
2008-04-27KVM: Add trace markersFeng (Eric) Liu1-1/+48
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori2-0/+14
2008-04-27KVM: add vm refcountingIzik Eidus1-0/+4
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger1-0/+8
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte1-0/+17
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger1-0/+9
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens1-0/+15
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte1-0/+2
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity1-13/+0
2008-04-27KVM: kvm.h: __user requires compiler.hChristian Borntraeger1-0/+1
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2-1/+5
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti1-0/+6
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti1-0/+1
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang1-0/+2
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+2
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel1-0/+1
2008-04-27KVM: MMU: large page supportMarcelo Tosatti1-0/+5
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti1-0/+2
2008-04-27KVM: Increase the number of user memory slots per vmAvi Kivity1-1/+1
2008-04-27KVM: Add API for determining the number of supported memory slotsAvi Kivity1-0/+1
2008-04-27KVM: Increase vcpu count to 16Avi Kivity1-1/+1
2008-04-27KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity1-0/+1
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa1-0/+1
2008-04-27KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard1-0/+2
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+1
2008-04-27x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-0/+1
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+140
2008-04-27ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz1-3/+5
2008-04-27ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-9/+14
2008-04-27ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz1-0/+2
2008-04-27ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz1-4/+10