| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | KVM: MMU: Introduce get_cr3 function pointer | Joerg Roedel | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: X86: Introduce a tdp_set_cr3 function | Joerg Roedel | 2010-10-24 | 1 | -0/+2 |
| * | | | | | | | KVM: MMU: Make set_cr3 a function pointer in kvm_mmu | Joerg Roedel | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: MMU: Make tdp_enabled a mmu-context parameter | Joerg Roedel | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | x86: Define MSR_EBC_FREQUENCY_ID | Jes Sorensen | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: x86 emulator: get rid of "restart" in emulation context. | Gleb Natapov | 2010-10-24 | 1 | -1/+3 |
| * | | | | | | | KVM: x86: Fix a possible backwards warp of kvmclock | Zachary Amsden | 2010-10-24 | 1 | -0/+2 |
| * | | | | | | | x86: pvclock: Move scale_delta into common header | Zachary Amsden | 2010-10-24 | 1 | -0/+38 |
| * | | | | | | | KVM: x86: Unify TSC logic | Zachary Amsden | 2010-10-24 | 1 | -2/+3 |
| * | | | | | | | KVM: x86: TSC reset compensation | Zachary Amsden | 2010-10-24 | 1 | -0/+3 |
| * | | | | | | | KVM: x86: Move TSC offset writes to common code | Zachary Amsden | 2010-10-24 | 1 | -0/+3 |
| * | | | | | | | KVM: x86: Drop vm_init_tsc | Zachary Amsden | 2010-10-24 | 1 | -1/+0 |
| * | | | | | | | KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages | Dave Hansen | 2010-10-24 | 1 | -1/+1 |
| * | | | | | | | KVM: rename x86 kvm->arch.n_alloc_mmu_pages | Dave Hansen | 2010-10-24 | 1 | -1/+1 |
| * | | | | | | | KVM: x86 emulator: Allow accessing IDT via emulator ops | Mohammed Gamal | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: Move kvm_guest_init out of generic code | Alexander Graf | 2010-10-24 | 1 | -0/+6 |
| * | | | | | | | KVM: x86 emulator: Decode memory operands directly into a 'struct operand' | Avi Kivity | 2010-10-24 | 1 | -3/+0 |
| * | | | | | | | KVM: x86 emulator: drop use_modrm_ea | Avi Kivity | 2010-10-24 | 1 | -1/+0 |
| * | | | | | | | KVM: x86 emulator: use correct type for memory address in operands | Avi Kivity | 2010-10-24 | 1 | -1/+4 |
| * | | | | | | | KVM: x86 emulator: push segment override out of decode_modrm() | Avi Kivity | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: x86 emulator: check io permissions only once for string pio | Gleb Natapov | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: x86 emulator: allow storing emulator execution function in decode tables | Avi Kivity | 2010-10-24 | 1 | -0/+1 |
| * | | | | | | | KVM: x86 emulator: store x86_emulate_ops in emulation context | Avi Kivity | 2010-10-24 | 1 | -5/+4 |
| |/ / / / / / |
|
| | | | | | | | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
*-------. \ \ \ \ \ \ | Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu... | Linus Torvalds | 2010-10-23 | 3 | -56/+47 |
|\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|/ / / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | x86, asm: Fix CFI macro invocations to deal with shortcomings in gas | Jan Beulich | 2010-10-19 | 3 | -56/+47 |
* | | | | | | | | | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-10-22 | 3 | -6/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 | 3 | -6/+1 |
| * | | | | | | | | | | | Merge branch 'x86/cleanups' into x86/trampoline | H. Peter Anvin | 2010-10-20 | 2 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/vmware' into x86/trampoline | H. Peter Anvin | 2010-10-20 | 4 | -373/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-10-22 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | x86, percpu: Optimize this_cpu_ptr | Brian Gerst | 2010-09-10 | 1 | -0/+14 |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic | Linus Torvalds | 2010-10-22 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 2010-10-09 | 1 | -0/+2 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-10-22 | 3 | -17/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | x86: Remove CONFIG_4KSTACKS | Christoph Hellwig | 2010-06-29 | 2 | -10/+1 |
| * | | | | | | | | | | | | | x86: Always use irq stacks | Christoph Hellwig | 2010-06-29 | 1 | -7/+5 |
* | | | | | | | | | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-21 | 4 | -16/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | xen: Cope with unmapped pages when initializing kernel pagetable | Jeremy Fitzhardinge | 2010-10-13 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.36-rc7' into core/memblock | Ingo Molnar | 2010-10-08 | 10 | -11/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / /
| | |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 2010-10-05 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 2010-08-31 | 52 | -413/+760 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 2010-08-27 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | x86: Remove not used early_res code | Yinghai Lu | 2010-08-27 | 1 | -14/+0 |
| * | | | | | | | | | | | | | | | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -6/+8 |
| * | | | | | | | | | | | | | | | x86, memblock: Add memblock_x86_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2010-08-27 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2010-08-27 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2010-08-27 | 1 | -0/+2 |