aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-27sparc64: Kill bogus RT_ALIGNEDSZ macro from signal.cDavid S. Miller1-4/+1
2008-04-26sparc: sunzilog.c remove unused argumentRobert Reif1-2/+2
2008-04-26sparc: fix drivers/video/tcx.c warningRobert Reif1-2/+2
2008-04-26sparc64: Kill unused local ISA bus layer.David S. Miller6-244/+1
2008-04-26input: Rewrite sparcspkr device probing.David S. Miller1-78/+184
2008-04-26sparc64: Do not ignore 'pmu' device ranges.David S. Miller1-6/+0
2008-04-26sparc64: Kill ISA_FLOPPY_WORKS code.David S. Miller1-82/+1
2008-04-26sparc64: Kill CONFIG_SPARC32_COMPATDavid S. Miller6-29/+17
2008-04-26sparc64: Cleanups and corrections for arch/sparc64/KconfigDavid S. Miller1-65/+17
2008-04-26sparc64: Fix wedged irq regression.David S. Miller1-1/+2
2008-04-27Input: xpad - fix build failureDmitry Torokhov1-17/+17
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra6-244/+137
2008-04-26x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu5-8/+51
2008-04-26x86: work around io allocation overlap of HT linksYinghai Lu1-18/+38
2008-04-26acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu3-1/+112
2008-04-26x86_64: don't need set default res if only have one root busYinghai Lu1-1/+2
2008-04-26x86: double check the multi root bus with fam10h mmconfYinghai Lu1-2/+82
2008-04-26x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu5-52/+365
2008-04-26x86: use bus conf in NB conf fun1 to get bus range on, on 64-bitYinghai Lu1-40/+48
2008-04-26x86: get mp_bus_to_node earlyYinghai Lu9-42/+142
2008-04-26x86 pci: remove checking type for mmconfig probeYinghai Lu4-28/+27
2008-04-26x86: remove unneeded check in mmconf rejectYinghai Lu1-12/+0
2008-04-26driver core: try parent numa_node at first before using defaultYinghai Lu2-3/+15
2008-04-26x86: seperate mmconf for fam10h out from setup_64.cYinghai Lu3-207/+226
2008-04-26x86: if acpi=off, force setting the mmconf for fam10hYinghai Lu1-8/+15
2008-04-26x86_64: check MSR to get MMCONFIG for AMD Family 10hYinghai Lu1-6/+69
2008-04-26x86_64: check and enable MMCONFIG for AMD Family 10hYinghai Lu1-0/+204
2008-04-26x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu3-1/+28