summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha
2011-05-20x86, ioapic: Add struct ioapicSuresh Siddha
2011-05-20x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-19Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-19Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'...Linus Torvalds
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds
2011-05-18Merge branch 'x86/mem' into perf/coreIngo Molnar
2011-05-18x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa
2011-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-05-17x86, cpu: Add SMEP CPU feature in CR4Fenghua Yu
2011-05-17x86, cpufeature: Add cpufeature flag for SMEPFenghua Yu
2011-05-17x86, alternative: Add altinstruction_entry macroFenghua Yu
2011-05-17x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky
2011-05-16ftrace/x86: Do not trace .discard.text sectionSteven Rostedt
2011-05-16x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song
2011-05-14clocksource: convert x86 to generic i8253 clocksourceRussell King
2011-05-12x86: Fix UV BAU for non-consecutive nasidsCliff Wickman
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity
2011-05-11KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity
2011-05-11KVM: emulator: Use linearize() when fetching instructionsNelson Elhage
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel
2011-05-11KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel
2011-05-11KVM: x86 emulator: Add check_perm callbackJoerg Roedel
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel
2011-05-11KVM: x86 emulator: add SVM interceptsAvi Kivity
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity