aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds4-5/+5
2009-06-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds6-83/+95
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown6-83/+95
2009-06-23Intel-IOMMU, intr-remap: source-id checkingWeidong Han1-0/+6
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds3-1/+9
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-11/+33
2009-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+9
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds4-12/+4
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-73/+143
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+11
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-2/+9
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds37-597/+670
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-06-20Merge branch 'x86/mce3' into x86/urgentIngo Molnar16-508/+528
2009-06-20ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh1-0/+13
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar2-2/+7
2009-06-19perf_counter: Make callchain samples extensiblePeter Zijlstra1-23/+6
2009-06-18function-graph: add stack frame testSteven Rostedt4-2/+9
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori2-171/+3
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter5-0/+6
2009-06-18x86, mce: fix error path in mce_create_device()Hidetoshi Seto1-5/+5
2009-06-18crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu templateHuang Ying1-2/+2
2009-06-18crypto: aes-ni - Do not sleep when using the FPUHuang Ying1-0/+4
2009-06-18crypto: aes-ni - Fix cbc mode IV savingHuang Ying1-2/+3
2009-06-17x86: use zalloc_cpumask_var for mce_dev_initializedYinghai Lu1-1/+1
2009-06-17x86: fix duplicated sysfs attributeYinghai Lu1-1/+1
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum4-29/+0
2009-06-17i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum2-16/+35
2009-06-17i386: fix return to 16-bit stack from NMI handlerAlexander van Heukelum1-6/+8
2009-06-17x86: Use pci_claim_resourceMatthew Wilcox1-10/+7
2009-06-17x86, ioapic: Don't call disconnect_bsp_APIC if no APIC presentCyrill Gorcunov1-1/+3
2009-06-17perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra1-0/+2
2009-06-17x86: Remove duplicated #include'sHuang Weiyi2-12/+0
2009-06-17x86: msr.h linux/types.h is only required for __KERNEL__Jaswinder Singh Rajput1-6/+1
2009-06-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds6-189/+175
2009-06-17Merge branch 'x86/urgent' into x86/mce3Ingo Molnar15-24/+95
2009-06-17x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaroundPrarit Bhargava1-4/+8
2009-06-17x86, mce: mce_intel.c needs <asm/apic.h>H. Peter Anvin1-0/+1
2009-06-17x86: apic/io_apic.c: dmar_msi_type should be staticJaswinder Singh Rajput1-1/+1
2009-06-17x86, io_apic.c: Work around compiler warningFigo.zhang1-1/+2
2009-06-17x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC presentCyrill Gorcunov1-2/+8
2009-06-17sched, x86: Fix cpufreq + sched_clock() TSC scalingPeter Zijlstra2-3/+11
2009-06-17Merge branch 'linus' into perfcounters/coreIngo Molnar79-1716/+4805
2009-06-17x86: mce: Handle banks == 0 case in K7 quirkAndi Kleen1-1/+1
2009-06-17Merge branch 'linus' into x86/urgentIngo Molnar65-2099/+3773
2009-06-16Merge branch 'akpm'Linus Torvalds7-33/+10
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-20/+3
2009-06-16use printk_once() in several placesMinchan Kim1-8/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1