| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: Report IRQ injection status to userspace. | Gleb Natapov | 2009-03-24 | 1 | -1/+1 |
* | x86: Add EFER descriptions for FFXSR | Alexander Graf | 2009-03-24 | 1 | -0/+2 |
* | KVM: Avoid using CONFIG_ in userspace visible headers | Avi Kivity | 2009-03-24 | 1 | -0/+1 |
* | KVM: MMU: Rename "metaphysical" attribute to "direct" | Avi Kivity | 2009-03-24 | 1 | -2/+3 |
* | KVM: Move struct kvm_pio_request into x86 kvm_host.h | Avi Kivity | 2009-03-24 | 1 | -0/+12 |
* | KVM: PIT: provide an option to disable interrupt reinjection | Marcelo Tosatti | 2009-03-24 | 1 | -0/+5 |
* | KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt | Izik Eidus | 2009-03-24 | 1 | -4/+0 |
* | KVM: VMX: initialize TSC offset relative to vm creation time | Marcelo Tosatti | 2009-03-24 | 1 | -0/+1 |
* | KVM: MMU: Segregate mmu pages created with different cr4.pge settings | Avi Kivity | 2009-03-24 | 1 | -0/+1 |
* | KVM: MMU: Inherit a shadow page's guest level count from vcpu setup | Avi Kivity | 2009-03-24 | 1 | -0/+1 |
* | KVM: x86: Virtualize debug registers | Jan Kiszka | 2009-03-24 | 2 | -1/+23 |
* | KVM: New guest debug interface | Jan Kiszka | 2009-03-24 | 2 | -8/+19 |
* | KVM: VMX: Support for injecting software exceptions | Jan Kiszka | 2009-03-24 | 1 | -1/+2 |
* | KVM: SVM: Add VMRUN handler | Alexander Graf | 2009-03-24 | 1 | -0/+2 |
* | KVM: SVM: Implement GIF, clgi and stgi | Alexander Graf | 2009-03-24 | 1 | -0/+3 |
* | KVM: SVM: Move EFER and MSR constants to generic x86 code | Alexander Graf | 2009-03-24 | 4 | -5/+9 |
* | x86, math-emu: fix init_fpu for task != current | Daniel Glöckner | 2009-03-04 | 1 | -1/+7 |
* | x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP | Huang Ying | 2009-03-04 | 2 | -6/+0 |
* | x86-64: seccomp: fix 32/64 syscall hole | Roland McGrath | 2009-03-02 | 2 | -14/+0 |
* | gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t | Venkatesh Pallipadi | 2009-02-25 | 1 | -0/+3 |
* | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 2009-02-18 | 2 | -4/+0 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 2 | -16/+2 |
|\ |
|
| * | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 2009-02-12 | 1 | -15/+2 |
| * | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 2009-02-12 | 1 | -1/+0 |
* | | KVM: Avoid using CONFIG_ in userspace visible headers | Avi Kivity | 2009-02-15 | 1 | -0/+7 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 | 8 | -34/+40 |
|\| |
|
| * | x86: fix math_emu register frame access | Tejun Heo | 2009-02-10 | 2 | -4/+4 |
| * | x86: math_emu info cleanup | Tejun Heo | 2009-02-09 | 2 | -22/+9 |
| * | x86: include correct %gs in a.out core dump | Tejun Heo | 2009-02-09 | 1 | -3/+1 |
| * | x86: find nr_irqs_gsi with mp_ioapic_routing | Yinghai Lu | 2009-02-09 | 1 | -0/+6 |
| * | x86: add clflush before monitor for Intel 7400 series | Pallipadi, Venkatesh | 2009-02-09 | 1 | -0/+1 |
| * | x86: don't apply __supported_pte_mask to non-present ptes | Jeremy Fitzhardinge | 2009-02-04 | 2 | -7/+21 |
* | | x86: spinlocks: define dummy __raw_spin_is_contended | Kyle McMartin | 2009-02-09 | 2 | -0/+2 |
|/ |
|
* | headers_check fix: x86, swab.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
* | headers_check fix: x86, sigcontext32.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+2 |
* | headers_check fix: x86, sigcontext.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
* | headers_check fix: x86, ptrace-abi.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
* | headers_check fix: x86, mtrr.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+1 |
* | headers_check fix: x86, mce.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -4/+1 |
* | headers_check fix: x86, kvm.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
* | headers_check fix: x86, e820.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+1 |
* | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 2009-01-29 | 1 | -2/+2 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-26 | 6 | -15/+45 |
|\ |
|
| * | x86: use standard PIT frequency | Ingo Molnar | 2009-01-25 | 1 | -9/+4 |
| * | x86, mm: fix pte_free() | Peter Zijlstra | 2009-01-23 | 1 | -0/+1 |
| * | x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> | H. Peter Anvin | 2009-01-21 | 1 | -0/+29 |
| * | Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" | Ingo Molnar | 2009-01-21 | 1 | -1/+1 |
| * | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta... | Jan Beulich | 2009-01-16 | 1 | -1/+0 |
| * | x86, generic: mark complex bitops.h inlines as __always_inline | Andi Kleen | 2009-01-13 | 1 | -4/+10 |
* | | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2009-01-14 | 2 | -2/+0 |