summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2011-12-23x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester
2011-12-18x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao
2011-12-14x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao
2011-12-05x86: Add NumaChip supportSteffen Persvold
2011-12-05x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman
2011-12-05x86: Make flat_init_apic_ldr() availableDaniel J Blueman
2011-12-03xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan
2011-11-10x86/mrst: Add support for Penwell clock calibrationDirk Brandewie
2011-11-10x86/apic: Allow use of lapic timer early calibration resultJacob Pan
2011-11-10x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang
2011-11-08x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-10-31Cross Memory AttachChristopher Yeoh
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman
2011-10-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-28Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-10-28Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-10-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-10-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds
2011-10-24x86, mrst: Some drivers need to known when an SCU is availableAlan Cox
2011-10-14x86: constify PCI raw ops structuresJan Beulich
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen
2011-10-13x86/irq: Standardize on CONFIG_SPARSE_IRQ=yYinghai Lu
2011-10-10perf, x86: Implement IBS initializationRobert Richter
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter
2011-10-10x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2011-10-10x86, nmi: Create new NMI handler routinesDon Zickus
2011-10-10perf, intel: Use GO/HO bits in perf-ctrGleb Natapov
2011-10-06perf, amd: Use GO/HO bits in perf-ctrJoerg Roedel
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong