aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-04-27KVM: x86 emulator: make register_address_increment and JMP_REL static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: make register_address, address_mask static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: add ad_mask static inlineHarvey Harrison
2008-04-27x86: KVM guest: paravirtualized clocksourceGlauber de Oliveira Costa
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper
2008-04-27KVM: SVM: add support for Nested PagingJoerg Roedel
2008-04-27KVM: MMU: add TDP support to the KVM MMUJoerg Roedel
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel
2008-04-27KVM: MMU: make the __nonpaging_map function genericJoerg Roedel
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel
2008-04-27KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel
2008-04-27KVM: SVM: add detection of Nested Paging featureJoerg Roedel
2008-04-27KVM: SVM: move feature detection to hardware setup codeJoerg Roedel
2008-04-27KVM: allow access to EFER in 32bit KVMJoerg Roedel
2008-04-27KVM: VMX: unifdef the EFER specific codeJoerg Roedel
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang
2008-04-27KVM: MMU: Decouple mmio from shadow page tablesAvi Kivity
2008-04-27KVM: x86 emulator: group decoding for group 1 instructionsAvi Kivity
2008-04-27KVM: x86 emulator: add group 7 decodingAvi Kivity
2008-04-27KVM: x86 emulator: Group decoding for groups 4 and 5Avi Kivity
2008-04-27KVM: x86 emulator: Group decoding for group 3Avi Kivity
2008-04-27KVM: x86 emulator: group decoding for group 1AAvi Kivity
2008-04-27KVM: x86 emulator: add support for group decodingAvi Kivity
2008-04-27KVM: MMU: Simplify hash table indexingDong, Eddie
2008-04-27KVM: MMU: Update shadow ptes on partial guest pte writesDong, Eddie
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu
2008-04-26x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-26x86, boot: export linked list of struct setup_data via debugfsHuang, Ying
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum
2008-04-26x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum
2008-04-26x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum
2008-04-26uml: Kconfig cleanupIngo Molnar