summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-03-04perf_events: Update PEBS event constraintsStephane Eranian2-21/+42
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar3-1/+165
2011-03-03xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell1-1/+3
2011-03-03xen: handled remapped IRQs when enabling a pcifront PCI device.Ian Campbell1-8/+14
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk4-7/+12
2011-03-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+1
2011-03-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2-6/+13
2011-03-02Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2011-03-02x86: OLPC: have prom_early_alloc BUG rather than return NULLAndres Salomon1-2/+1
2011-03-02perf, x86: Add Intel SandyBridge CPU supportLin Ming3-1/+165
2011-03-01x86, build: Make sure mkpiggy fails on read errorDaniel J Blueman1-1/+6
2011-03-01[CPUFREQ] p4-clockmod: print EST-capable warning message only onceNaga Chumbalkar1-3/+3
2011-03-01[CPUFREQ] Fix another notifier leak in powernow-k8.Dave Jones1-2/+2
2011-03-01[CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.cNeil Brown1-1/+8
2011-02-28x86: Use u32 instead of long to set reset vector back to 0Don Zickus1-1/+1
2011-02-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+27
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell1-3/+3
2011-02-25xen: switch to new schedop hypercall by default.Ian Campbell1-2/+2
2011-02-25xen: use new schedop interface for suspendIan Campbell1-3/+10
2011-02-25xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabledStefano Stabellini1-0/+2
2011-02-25xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini3-0/+43
2011-02-25xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"Stefano Stabellini1-2/+1
2011-02-24Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2011-02-24x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann3-13/+18
2011-02-24x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan1-1/+1
2011-02-22xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.Zhang, Fengzhe1-0/+8
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel1-0/+2
2011-02-21x86: Fix reboot problem on VersaLogic Menlow boardsKushal Koolwal1-0/+8
2011-02-18pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk1-0/+3
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2-6/+6
2011-02-18pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirqKonrad Rzeszutek Wilk1-3/+3
2011-02-18x86: Remove die_nmi()Jan Beulich4-36/+0
2011-02-17intel_idle: disable Atom/Lincroft HW C-state auto-demotionLen Brown1-0/+1
2011-02-17intel_idle: disable NHM/WSM HW C-state auto-demotionLen Brown1-0/+4
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar21-103/+110
2011-02-16perf, x86: Add support for AMD family 15h core countersRobert Richter3-3/+186
2011-02-16perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter3-19/+14
2011-02-16perf, x86: Add new AMD family 15h msrs to perfctr reservation codeRobert Richter1-0/+4
2011-02-16perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter2-15/+25
2011-02-16perf, x86: Use helper function in x86_pmu_enable_all()Robert Richter1-11/+8
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar11-18/+44
2011-02-16perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov2-3/+9
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-02-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-13/+33
2011-02-15x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar1-6/+16
2011-02-15x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle1-0/+3
2011-02-14x86: Fix mwait_usable section mismatchBorislav Petkov2-2/+2
2011-02-12x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner1-1/+2
2011-02-12x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra1-1/+1
2011-02-12Merge commit 'v2.6.38-rc4' into perf/coreIngo Molnar1-3/+10