| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-09-14 | 7 | -28/+55 |
|\ |
|
| * | KVM: VMX: Check cpl before emulating debug register access | Avi Kivity | 2009-09-10 | 1 | -0/+1 |
| * | KVM: Use thread debug register storage instead of kvm specific data | Avi Kivity | 2009-09-10 | 1 | -3/+0 |
| * | KVM: Add missing #include | Avi Kivity | 2009-09-10 | 1 | -0/+2 |
| * | KVM: Rename x86_emulate.c to emulate.c | Avi Kivity | 2009-09-10 | 2 | -1/+1 |
| * | KVM: report 1GB page support to userspace | Joerg Roedel | 2009-09-10 | 1 | -0/+2 |
| * | KVM: MMU: enable gbpages by increasing nr of pagesizes | Joerg Roedel | 2009-09-10 | 1 | -1/+1 |
| * | KVM: MMU: shadow support for 1gb pages | Joerg Roedel | 2009-09-10 | 1 | -1/+0 |
| * | KVM: MMU: make direct mapping paths aware of mapping levels | Joerg Roedel | 2009-09-10 | 1 | -1/+1 |
| * | KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl | Sheng Yang | 2009-09-10 | 1 | -0/+1 |
| * | KVM: Reduce runnability interface with arch support code | Gleb Natapov | 2009-09-10 | 1 | -0/+2 |
| * | KVM: Move kvm_cpu_get_interrupt() declaration to x86 code | Gleb Natapov | 2009-09-10 | 1 | -0/+1 |
| * | KVM: PIT support for HPET legacy mode | Beth Kon | 2009-09-10 | 1 | -0/+9 |
| * | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov | 2009-09-10 | 1 | -0/+2 |
| * | KVM: Prepare memslot data structures for multiple hugepage sizes | Joerg Roedel | 2009-09-10 | 1 | -6/+6 |
| * | KVM: convert custom marker based tracing to event traces | Marcelo Tosatti | 2009-09-10 | 1 | -0/+2 |
| * | x86: Add definition for IGNNE MSR | Alexander Graf | 2009-09-10 | 1 | -0/+1 |
| * | KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits | Marcelo Tosatti | 2009-09-10 | 1 | -0/+7 |
| * | KVM: VMX: Move rmode structure to vmx-specific code | Avi Kivity | 2009-09-10 | 1 | -10/+0 |
| * | KVM: VMX: Support Unrestricted Guest feature | Nitin A Kamble | 2009-09-10 | 2 | -5/+8 |
| * | KVM: Cache pdptrs | Avi Kivity | 2009-09-10 | 1 | -0/+4 |
| * | KVM: Add MCE support | Huang Ying | 2009-09-10 | 2 | -0/+6 |
| * | KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h | Jaswinder Singh Rajput | 2009-09-10 | 1 | -2/+0 |
* | | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-14 | 3 | -9/+21 |
|\ \ |
|
| * | | x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses | Linus Torvalds | 2009-08-04 | 3 | -9/+21 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-14 | 1 | -8/+8 |
|\ \ \ |
|
| * | | | x86, pgtable.h: Clean up types | Figo.zhang | 2009-06-29 | 1 | -3/+3 |
| * | | | x86: Clean up dump_pagetable() | Akinobu Mita | 2009-06-29 | 1 | -5/+5 |
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-14 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | x86: split out core __math_state_restore | Jeremy Fitzhardinge | 2009-06-17 | 1 | -0/+1 |
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-14 | 9 | -739/+858 |
|\ \ \ \ \ |
|
| * | | | | | x86: Fix code patching for paravirt-alternatives on 486 | Ben Hutchings | 2009-09-10 | 1 | -3/+13 |
| * | | | | | x86: Fix CPU llc_shared_map information for AMD Magny-Cours | Andreas Herrmann | 2009-09-03 | 1 | -0/+1 |
| * | | | | | x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h | Huang Ying | 2009-09-01 | 1 | -0/+8 |
| * | | | | | Merge branch 'x86/paravirt' into x86/cpu | Ingo Molnar | 2009-09-01 | 2 | -711/+722 |
| |\ \ \ \ \ |
|
| | * | | | | | x86/paravirt: split paravirt definitions into paravirt_types.h | Jeremy Fitzhardinge | 2009-06-17 | 2 | -710/+721 |
| | |/ / / / |
|
| * | | | | | x86, msr: Export the register-setting MSR functions via /dev/*/msr | H. Peter Anvin | 2009-08-31 | 1 | -2/+8 |
| * | | | | | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs() | H. Peter Anvin | 2009-08-31 | 1 | -4/+14 |
| * | | | | | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULT | H. Peter Anvin | 2009-08-31 | 1 | -2/+2 |
| * | | | | | x86, asm: Make _ASM_EXTABLE() usable from assembly code | H. Peter Anvin | 2009-08-31 | 1 | -1/+9 |
| * | | | | | x86, asm: Add 32-bit versions of the combined CFI macros | H. Peter Anvin | 2009-08-31 | 1 | -1/+17 |
| * | | | | | x86, msr: Rewrite AMD rd/wrmsr variants | Borislav Petkov | 2009-08-31 | 2 | -23/+41 |
| * | | | | | x86, msr: Add rd/wrmsr interfaces with preset registers | Borislav Petkov | 2009-08-31 | 2 | -0/+29 |
| * | | | | | x86: add specific support for Intel Atom architecture | Tobias Doerffel | 2009-08-23 | 1 | -0/+2 |
* | | | | | | Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2009-09-14 | 14 | -687/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: remove all now-duplicate header files | Arnd Bergmann | 2009-06-18 | 19 | -840/+14 |
| * | | | | | | x86: convert termios.h to the asm-generic version | Arnd Bergmann | 2009-06-18 | 1 | -23/+63 |
| * | | | | | | x86: convert almost generic headers to asm-generic version | Arnd Bergmann | 2009-06-18 | 10 | -179/+73 |
| * | | | | | | x86: convert trivial headers to asm-generic version | Arnd Bergmann | 2009-06-18 | 8 | -53/+92 |
| * | | | | | | x86: add copies of some headers to convert to asm-generic | Arnd Bergmann | 2009-06-18 | 5 | -0/+181 |