| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | KVM: x86 emulator: drop vcpu argument from pio callbacks | Avi Kivity | 2011-05-11 | 1 | -4/+6 |
| * | | | | | | KVM: x86 emulator: drop vcpu argument from memory read/write callbacks | Avi Kivity | 2011-05-11 | 1 | -18/+16 |
| * | | | | | | KVM: emulator: Use linearize() when fetching instructions | Nelson Elhage | 2011-05-11 | 1 | -1/+0 |
| * | | | | | | KVM: X86: Update last_guest_tsc in vcpu_put | Joerg Roedel | 2011-05-11 | 1 | -1/+0 |
| * | | | | | | KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu | Gleb Natapov | 2011-05-11 | 1 | -0/+2 |
| * | | | | | | KVM: X86: Implement userspace interface to set virtual_tsc_khz | Joerg Roedel | 2011-05-11 | 1 | -0/+7 |
| * | | | | | | KVM: X86: Delegate tsc-offset calculation to architecture code | Joerg Roedel | 2011-05-11 | 1 | -0/+2 |
| * | | | | | | KVM: X86: Implement call-back to propagate virtual_tsc_khz | Joerg Roedel | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: X86: Let kvm-clock report the right tsc frequency | Joerg Roedel | 2011-05-11 | 1 | -3/+3 |
| * | | | | | | KVM: SVM: Implement infrastructure for TSC_RATE_MSR | Joerg Roedel | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: MMU: remove mmu_seq verification on pte update path | Xiao Guangrong | 2011-05-11 | 1 | -1/+1 |
| * | | | | | | KVM: SVM: Add checks for IO instructions | Joerg Roedel | 2011-05-11 | 1 | -0/+4 |
| * | | | | | | KVM: SVM: Add intercept checks for remaining twobyte instructions | Joerg Roedel | 2011-05-11 | 1 | -0/+2 |
| * | | | | | | KVM: SVM: Add intercept check for accessing dr registers | Joerg Roedel | 2011-05-11 | 1 | -0/+2 |
| * | | | | | | KVM: SVM: Add intercept check for emulated cr accesses | Joerg Roedel | 2011-05-11 | 2 | -0/+18 |
| * | | | | | | KVM: x86: Add x86 callback for intercept check | Joerg Roedel | 2011-05-11 | 2 | -2/+27 |
| * | | | | | | KVM: x86 emulator: Add flag to check for protected mode instructions | Joerg Roedel | 2011-05-11 | 1 | -0/+4 |
| * | | | | | | KVM: x86 emulator: Add check_perm callback | Joerg Roedel | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED | Joerg Roedel | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: x86 emulator: add SVM intercepts | Avi Kivity | 2011-05-11 | 1 | -0/+35 |
| * | | | | | | KVM: x86 emulator: add framework for instruction intercepts | Avi Kivity | 2011-05-11 | 1 | -0/+20 |
| * | | | | | | KVM: x86 emulator: SSE support | Avi Kivity | 2011-05-11 | 1 | -1/+5 |
| * | | | | | | KVM: x86 emulator: define callbacks for using the guest fpu within the emulator | Avi Kivity | 2011-05-11 | 1 | -0/+2 |
| * | | | | | | KVM: x86 emulator: do not munge rep prefix | Avi Kivity | 2011-05-11 | 1 | -2/+2 |
| * | | | | | | KVM: 16-byte mmio support | Avi Kivity | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: VMX: Cache cpl | Avi Kivity | 2011-05-11 | 1 | -0/+1 |
| * | | | | | | KVM: VMX: Optimize vmx_get_rflags() | Avi Kivity | 2011-05-11 | 1 | -0/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 2 | -1/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | net: Add sendmmsg socket system call | Anton Blanchard | 2011-05-05 | 2 | -1/+4 |
* | | | | | | | | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 3 | -3/+0 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 1 | -2/+26 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86: Better comments for get_bios_ebda() | Mike Waychison | 2011-04-29 | 1 | -2/+5 |
| * | | | | | | | x86: get_bios_ebda_length() | Mike Waychison | 2011-04-29 | 1 | -0/+21 |
* | | | | | | | | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, cpu: Add SMEP CPU feature in CR4 | Fenghua Yu | 2011-05-17 | 1 | -0/+1 |
| * | | | | | | | | x86, cpufeature: Add cpufeature flag for SMEP | Fenghua Yu | 2011-05-17 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-19 | 3 | -7/+12 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: Introduce pci_map_biosrom() | Dan Williams | 2011-03-15 | 2 | -1/+9 |
| * | | | | | | | | | x86, olpc: Use device tree for platform identification | Daniel Drake | 2011-03-15 | 1 | -6/+3 |
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 14 | -162/+77 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86, NUMA: Enable emulation on 32bit too | Tejun Heo | 2011-05-02 | 1 | -7/+3 |
| * | | | | | | | | | | x86, NUMA: Make numa_init_array() static | Tejun Heo | 2011-05-02 | 1 | -2/+0 |
| * | | | | | | | | | | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 2011-05-02 | 1 | -7/+0 |
| * | | | | | | | | | | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 2011-05-02 | 1 | -3/+3 |
| * | | | | | | | | | | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 2011-05-02 | 3 | -21/+16 |
| * | | | | | | | | | | x86-32, NUMA: Update numaq to use new NUMA init protocol | Tejun Heo | 2011-05-02 | 1 | -6/+1 |
| * | | | | | | | | | | x86-32, NUMA: Replace srat_32.c with srat.c | Tejun Heo | 2011-05-02 | 2 | -41/+0 |
| * | | | | | | | | | | x86-32, NUMA: implement temporary NUMA init shims | Tejun Heo | 2011-05-02 | 2 | -3/+3 |
| * | | | | | | | | | | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 2011-05-02 | 2 | -4/+1 |
| * | | | | | | | | | | x86-32, NUMA: Move get_memcfg_numa() into numa_32.c | Tejun Heo | 2011-05-02 | 1 | -18/+0 |