summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger2008-04-271-3/+89
| * | s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte2008-04-274-1/+11
| * | KVM: x86: hardware task switching supportIzik Eidus2008-04-271-0/+9
| * | KVM: x86: add functions to get the cpl of vcpuIzik Eidus2008-04-271-0/+1
| * | KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity2008-04-272-13/+13
| * | KVM: kvm.h: __user requires compiler.hChristian Borntraeger2008-04-271-0/+1
| * | x86: make native_machine_shutdown non-staticGlauber Costa2008-04-271-0/+1
| * | x86: allow machine_crash_shutdown to be replacedGlauber Costa2008-04-271-0/+1
| * | KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2008-04-274-1/+38
| * | KVM: Provide unlocked version of emulator_write_phys()Avi Kivity2008-04-271-0/+3
| * | x86: KVM guest: add basic paravirt supportMarcelo Tosatti2008-04-271-0/+6
| * | KVM: add basic paravirt supportMarcelo Tosatti2008-04-272-1/+3
| * | KVM: Add save/restore supporting of in kernel PITSheng Yang2008-04-272-0/+23
| * | KVM: In kernel PIT modelSheng Yang2008-04-272-0/+3
| * | KVM: detect if VCPU triple faultsJoerg Roedel2008-04-271-0/+1
| * | KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity2008-04-271-6/+6
| * | KVM: MMU: large page supportMarcelo Tosatti2008-04-272-0/+14
| * | KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti2008-04-272-0/+3
| * | KVM: Add stat counter for hypercallsAmit Shah2008-04-271-0/+1
| * | KVM: Increase the number of user memory slots per vmAvi Kivity2008-04-271-1/+1
| * | KVM: Add API for determining the number of supported memory slotsAvi Kivity2008-04-271-0/+1
| * | KVM: Increase vcpu count to 16Avi Kivity2008-04-271-1/+1
| * | KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity2008-04-271-0/+1
| * | KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa2008-04-273-0/+33
| * | KVM: export the load_pdptrs() function to modulesJoerg Roedel2008-04-271-0/+2
| * | KVM: export information about NPT to generic x86 codeJoerg Roedel2008-04-271-0/+2
| * | KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel2008-04-271-0/+1
| * | KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard2008-04-271-0/+2
| * | KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang2008-04-271-0/+1
| * | KVM: MMU: Simplify hash table indexingDong, Eddie2008-04-271-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-273-56/+56
|\ \ \
| * | | ide: remove now unused ide_pci_create_host_proc()Alexey Dobriyan2008-04-271-4/+0
| * | | ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz2008-04-273-40/+47
| * | | ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz2008-04-271-1/+1
| * | | ide: add "noacpi" / "acpigtf" / "acpionboot" parametersBartlomiej Zolnierkiewicz2008-04-271-0/+3
| * | | ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-1/+0
| * | | ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz2008-04-271-2/+0
| * | | ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz2008-04-271-0/+3
| * | | ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-8/+1
| * | | ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-1/+0
| * | | ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz2008-04-271-0/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-271-0/+1
|\ \ \
| * | | fix idle (arch, acpi and apm) and lockdepPeter Zijlstra2008-04-271-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-04-272-0/+44
|\ \ \ | |/ / |/| |
| * | mlx4_core: Add helper to move QP to ready-to-sendYevgeny Petrilin2008-04-251-0/+4
| * | mlx4_core: Add HW queues allocation helpersYevgeny Petrilin2008-04-251-0/+11
| * | mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin2008-04-231-0/+29
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-262-1/+2
|\ \
| * | x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-261-0/+1
| * | x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu2008-04-261-1/+1
OpenPOWER on IntegriCloud