summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-04-27KVM: x86 emulator: add ad_mask static inlineHarvey Harrison1-3/+8
2008-04-27x86: KVM guest: paravirtualized clocksourceGlauber de Oliveira Costa5-0/+182
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa1-1/+112
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel1-2/+37
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel2-35/+34
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel1-6/+6
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper2-5/+5
2008-04-27KVM: SVM: add support for Nested PagingJoerg Roedel1-5/+67
2008-04-27KVM: MMU: add TDP support to the KVM MMUJoerg Roedel2-3/+82
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel1-0/+1
2008-04-27KVM: MMU: make the __nonpaging_map function genericJoerg Roedel1-4/+3
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel2-1/+18
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 Roedel1-2/+9
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang2-5/+81
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: 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, Eddie1-5/+5
2008-04-27KVM: MMU: Update shadow ptes on partial guest pte writesDong, Eddie2-12/+18
2008-04-27sparc64: Kill bogus RT_ALIGNEDSZ macro from signal.cDavid S. Miller1-4/+1
2008-04-27sparc64: Kill unused local ISA bus layer.David S. Miller4-196/+1
2008-04-27sparc64: Do not ignore 'pmu' device ranges.David S. Miller1-6/+0
2008-04-27sparc64: Kill CONFIG_SPARC32_COMPATDavid S. Miller5-28/+16
2008-04-27sparc64: Cleanups and corrections for arch/sparc64/KconfigDavid S. Miller1-65/+17
2008-04-27sparc64: Fix wedged irq regression.David S. Miller1-1/+2
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra4-234/+127
2008-04-27x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu5-8/+51
2008-04-27x86: work around io allocation overlap of HT linksYinghai Lu1-18/+38
2008-04-27acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2-1/+107
2008-04-27x86_64: don't need set default res if only have one root busYinghai Lu1-1/+2
2008-04-27x86: double check the multi root bus with fam10h mmconfYinghai Lu1-2/+82
2008-04-27x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu2-51/+355
2008-04-27x86: use bus conf in NB conf fun1 to get bus range on, on 64-bitYinghai Lu1-40/+48
2008-04-27x86: get mp_bus_to_node earlyYinghai Lu7-42/+127
2008-04-27x86 pci: remove checking type for mmconfig probeYinghai Lu3-26/+25
2008-04-27x86: remove unneeded check in mmconf rejectYinghai Lu1-12/+0
2008-04-27x86: seperate mmconf for fam10h out from setup_64.cYinghai Lu3-207/+226
2008-04-27x86: if acpi=off, force setting the mmconf for fam10hYinghai Lu1-8/+15
2008-04-27x86_64: check MSR to get MMCONFIG for AMD Family 10hYinghai Lu1-6/+69
2008-04-27x86_64: check and enable MMCONFIG for AMD Family 10hYinghai Lu1-0/+204