summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-27KVM: MMU: add TDP support to the KVM MMUJoerg Roedel2-3/+82
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel2-0/+3
2008-04-27KVM: MMU: make the __nonpaging_map function genericJoerg Roedel1-4/+3
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel3-1/+20
2008-04-27KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel1-0/+8
2008-04-27KVM: SVM: add detection of Nested Paging featureJoerg Roedel1-0/+8
2008-04-27KVM: SVM: move feature detection to hardware setup codeJoerg Roedel1-1/+3
2008-04-27KVM: allow access to EFER in 32bit KVMJoerg Roedel1-10/+0
2008-04-27KVM: VMX: unifdef the EFER specific codeJoerg Roedel1-8/+2
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel3-1/+16
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel2-2/+10
2008-04-27KVM: Disable pagefaults during copy_from_user_inatomic()Andrea Arcangeli1-0/+2
2008-04-27KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard1-0/+2
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang3-5/+82
2008-04-27KVM: Limit vcpu mmap size to one page on non-x86Avi Kivity1-1/+4
2008-04-27KVM: MMU: Decouple mmio from shadow page tablesAvi Kivity2-28/+23
2008-04-27KVM: x86 emulator: group decoding for group 1 instructionsAvi Kivity1-2/+23
2008-04-27KVM: Only x86 has pioAvi Kivity1-0/+2
2008-04-27KVM: constify function pointer tablesJan Engelhardt1-2/+2
2008-04-27KVM: x86 emulator: add group 7 decodingAvi Kivity1-2/+7
2008-04-27KVM: x86 emulator: Group decoding for groups 4 and 5Avi Kivity1-30/+10
2008-04-27KVM: x86 emulator: Group decoding for group 3Avi Kivity1-24/+10
2008-04-27KVM: x86 emulator: group decoding for group 1AAvi Kivity1-1/+7
2008-04-27KVM: x86 emulator: add support for group decodingAvi Kivity1-6/+27
2008-04-27KVM: MMU: Simplify hash table indexingDong, Eddie2-6/+7
2008-04-27KVM: MMU: Update shadow ptes on partial guest pte writesDong, Eddie2-12/+18
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds8-72/+228
2008-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2-5/+5
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu3-2/+32
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu4-13/+47
2008-04-26x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu1-2/+8
2008-04-26mm: allow reserve_bootmem() cross nodesYinghai Lu1-23/+69
2008-04-26mm: offset align in alloc_bootmem()Yinghai Lu1-26/+34
2008-04-26mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu1-6/+12
2008-04-26mm: make mem_map allocation continuousYinghai Lu1-3/+29
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds26-603/+467
2008-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds77-1875/+1777
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds8-6/+270
2008-04-26ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz21-55/+130
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz31-349/+366
2008-04-26ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz3-5/+9
2008-04-26sl82c105: check bridge revision in sl82c105_init_one()Bartlomiej Zolnierkiewicz1-18/+17
2008-04-26au1xxx-ide: use ->init_dma methodBartlomiej Zolnierkiewicz1-9/+6
2008-04-26palm_bk3710: use ->init_dma methodBartlomiej Zolnierkiewicz1-6/+17
2008-04-26sgiioc4: use ->init_dma methodBartlomiej Zolnierkiewicz1-17/+12
2008-04-26icside: use ->init_dma methodBartlomiej Zolnierkiewicz1-8/+11
2008-04-26ide-pmac: use ->init_dma methodBartlomiej Zolnierkiewicz1-8/+12
2008-04-26ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz5-39/+81
2008-04-26au1xxx-ide: fix MWDMA supportBartlomiej Zolnierkiewicz3-135/+2
2008-04-26ide: cleanup ide_setup_dma()Bartlomiej Zolnierkiewicz3-18/+17