summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: Provide current eip as part of emulator context.Gleb Natapov2010-05-171-1/+2
* KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov2010-05-171-0/+1
* KVM: remove realmode_lmsw function.Gleb Natapov2010-05-171-2/+0
* KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2010-05-172-3/+2
* KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov2010-05-171-2/+1
* KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity2010-05-171-0/+1
* KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun2010-05-171-5/+0
* KVM: move segment_base() into vmx.cGleb Natapov2010-04-251-9/+0
* KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov2010-04-251-5/+0
* KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel2010-04-251-0/+4
* KVM: x86: Add kvm_is_linear_ripJan Kiszka2010-04-251-1/+3
* KVM: x86: Add support for saving&restoring debug registersJan Kiszka2010-04-251-0/+10
* KVM: x86: Save&restore interrupt shadow maskJan Kiszka2010-04-252-4/+6
* KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa2010-04-251-1/+0
* KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov2010-04-251-11/+6
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-151-0/+3
|\
| * Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-04-131-0/+3
| |\
| | * Merge branch 'amd-iommu/fixes' into iommu/fixesJoerg Roedel2010-04-071-0/+3
| | |\
| | | * x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright2010-04-071-0/+1
| | | * x86/amd-iommu: Protect IOMMU-API map/unmap pathJoerg Roedel2010-03-011-0/+2
* | | | lguest: stop using KVM hypercall mechanismRusty Russell2010-04-141-6/+23
|/ / /
* | | x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo2010-03-301-1/+0
|/ /
* | x86, amd: Restrict usage of c1e_idle()Andreas Herrmann2010-03-191-0/+2
* | x86: Fix placement of FIX_OHCI1394_BASEJan Beulich2010-03-161-3/+3
* | x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha2010-03-161-0/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-132-3/+14
|\ \
| * \ Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-0958-1548/+1581
| |\ \
| * | | perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra2010-03-021-1/+1
| * | | perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-011-1/+1
| * | | perf, x86: add some IBS macros to perf_event.hRobert Richter2010-03-011-1/+3
| * | | perf, x86: make IBS macros available in perf_event.hRobert Richter2010-03-011-0/+10
| * | | x86/hw-breakpoints: Remove the name fieldFrederic Weisbecker2010-02-271-1/+0
| * | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-278-145/+9
| |\ \ \ | | | |/ | | |/|
* | | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | | | pci-dma: x86: use include/linux/pci-dma.hFUJITA Tomonori2010-03-121-28/+2
* | | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-7/+0
* | | | Add generic sys_olduname()Christoph Hellwig2010-03-124-12/+2
* | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-123-5/+3
* | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-122-1/+1
* | | | Add generic sys_old_mmap()Christoph Hellwig2010-03-123-4/+3
* | | | Add generic sys_old_select()Christoph Hellwig2010-03-123-4/+1
| |_|/ |/| |
* | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-0713-43/+151
|\ \ \
| * | | x86, olpc: Use pci subarch init for OLPCThomas Gleixner2010-02-252-19/+2
| * | | x86, pci: Add arch_init to x86_init abstractionThomas Gleixner2010-02-251-3/+5
| * | | x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu2010-02-241-1/+0
| * | | x86, apbt: Moorestown APB system timer driverJacob Pan2010-02-241-0/+70
| * | | x86, mrst: Add vrtc platform data setup codeFeng Tang2010-02-231-0/+2
| * | | x86, mrst: Add platform timer info parsing codeJacob Pan2010-02-231-0/+2
| * | | x86, mrst: Fill in PCI functions in x86_init layerJacob Pan2010-02-231-0/+15
| * | | x86, ioapic: Add dummy ioapic functionsJacob Pan2010-02-231-0/+4
OpenPOWER on IntegriCloud