aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * x86, ioapic: Early enable ioapic for timer irqJacob Pan2010-02-231-0/+1
| * Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin2010-02-224-26/+26
| |\
| * | x86, apic: Remove ioapic_disable_legacy()Jacob Pan2010-02-191-2/+0
| * | x86, pic: Make use of legacy_pic abstractionJacob Pan2010-02-192-15/+0
| * | x86, pic: Introduce legacy_pic abstractionJacob Pan2010-02-191-0/+13
| * | x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner2010-02-192-0/+5
| * | x86: Add pci_init_irq to x86_initThomas Gleixner2010-02-192-1/+5
| * | x86: Move pci init function to x86_initThomas Gleixner2010-02-196-6/+31
* | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-057-29/+243
|\ \ \
| * | | KVM: Fix segment descriptor loadingGleb Natapov2010-03-011-2/+1
| * | | KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov2010-03-011-0/+1
| * | | KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-012-3/+18
| * | | KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov2010-03-011-0/+1
| * | | KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang2010-03-011-1/+1
| * | | KVM: Rename vcpu->shadow_efer to eferAvi Kivity2010-03-011-1/+1
| * | | KVM: Activate fpu on cltsAvi Kivity2010-03-011-0/+1
| * | | KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka2010-03-011-3/+2
| * | | KVM: export <asm/hyperv.h>Avi Kivity2010-03-011-0/+1
| * | | KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+2
| * | | KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov2010-03-012-0/+5
| * | | KVM: Add HYPER-V header fileGleb Natapov2010-03-011-0/+186
| * | | KVM: SVM: Fix SVM_CR0_SELECTIVE_MASKAvi Kivity2010-03-011-1/+1
| * | | KVM: Lazify fpu activation and deactivationAvi Kivity2010-03-011-0/+1
| * | | KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity2010-03-011-0/+2
| * | | KVM: Fix the explanation of write_emulatedTakuya Yoshikawa2010-03-011-1/+1
| * | | KVM: VMX: Enable EPT 1GB page supportSheng Yang2010-03-011-0/+1
| * | | KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang2010-03-011-1/+1
| * | | KVM: Bump maximum vcpu count to 64Avi Kivity2010-03-011-1/+1
| * | | KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-011-0/+4
| * | | KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti2010-03-011-2/+6
| * | | KVM: VMX: Add instruction rdtscp support for guestSheng Yang2010-03-012-0/+2
| * | | KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang2010-03-011-0/+1
| * | | KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity2010-03-011-0/+1
| * | | KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity2010-03-011-13/+0
| * | | KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang2010-03-011-0/+1
* | | | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-052-2/+33
|\ \ \ \
| * | | | kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu2010-02-251-0/+29