aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAge
...
| * | | | | | | | | KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov2011-05-11
| * | | | | | | | | KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel2011-05-11
| * | | | | | | | | KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-11
| * | | | | | | | | KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel2011-05-11
| * | | | | | | | | KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel2011-05-11
| * | | | | | | | | KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel2011-05-11
| * | | | | | | | | KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong2011-05-11
| * | | | | | | | | KVM: SVM: Add checks for IO instructionsJoerg Roedel2011-05-11
| * | | | | | | | | KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel2011-05-11
| * | | | | | | | | KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel2011-05-11
| * | | | | | | | | KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel2011-05-11
| * | | | | | | | | KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-11
| * | | | | | | | | KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel2011-05-11
| * | | | | | | | | KVM: x86 emulator: Add check_perm callbackJoerg Roedel2011-05-11
| * | | | | | | | | KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel2011-05-11
| * | | | | | | | | KVM: x86 emulator: add SVM interceptsAvi Kivity2011-05-11
| * | | | | | | | | KVM: x86 emulator: add framework for instruction interceptsAvi Kivity2011-05-11
| * | | | | | | | | KVM: x86 emulator: SSE supportAvi Kivity2011-05-11
| * | | | | | | | | KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity2011-05-11
| * | | | | | | | | KVM: x86 emulator: do not munge rep prefixAvi Kivity2011-05-11
| * | | | | | | | | KVM: 16-byte mmio supportAvi Kivity2011-05-11
| * | | | | | | | | KVM: VMX: Cache cplAvi Kivity2011-05-11
| * | | | | | | | | KVM: VMX: Optimize vmx_get_rflags()Avi Kivity2011-05-11
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: Add sendmmsg socket system callAnton Blanchard2011-05-05
* | | | | | | | | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Better comments for get_bios_ebda()Mike Waychison2011-04-29
| * | | | | | | | | | x86: get_bios_ebda_length()Mike Waychison2011-04-29
* | | | | | | | | | | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, cpu: Add SMEP CPU feature in CR4Fenghua Yu2011-05-18
| * | | | | | | | | | | x86, cpufeature: Add cpufeature flag for SMEPFenghua Yu2011-05-17
* | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Introduce pci_map_biosrom()Dan Williams2011-03-15
| * | | | | | | | | | | | x86, olpc: Use device tree for platform identificationDaniel Drake2011-03-15
* | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, NUMA: Enable emulation on 32bit tooTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Make numa_init_array() staticTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Make 32bit use common NUMA init pathTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo2011-05-02
| * | | | | | | | | | | | | x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo2011-05-02
| * | | | | | | | | | | | | x86-32, NUMA: Replace srat_32.c with srat.cTejun Heo2011-05-02
| * | | | | | | | | | | | | x86-32, NUMA: implement temporary NUMA init shimsTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo2011-05-02
| * | | | | | | | | | | | | x86-32, NUMA: Move get_memcfg_numa() into numa_32.cTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: trivial cleanupsTejun Heo2011-05-02
| * | | | | | | | | | | | | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-02
| * | | | | | | | | | | | | x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo2011-05-02
| * | | | | | | | | | | | | Merge branch 'x86/urgent' into x86-mmTejun Heo2011-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |