summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar47-439/+806
2008-12-25x86, sparseirq: clean up Kconfig entryIngo Molnar1-3/+7
2008-12-25x86: turn CONFIG_SPARSE_IRQ off by defaultIngo Molnar1-1/+0
2008-12-24x86: disable X86_PTRACE_BTSIngo Molnar1-0/+1
2008-12-20x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2-5/+20
2008-12-20sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2-2/+2
2008-12-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-2/+7
2008-12-18x86 gart: don't complain if no AMD GART foundBjorn Helgaas1-3/+1
2008-12-17AMD IOMMU: panic if completion wait loop failsJoerg Roedel1-2/+3
2008-12-17AMD IOMMU: set cmd buffer pointers to zero manuallyJoerg Roedel1-0/+4
2008-12-17sparseirq: fix !SMP building, #2Yinghai Lu1-1/+1
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2-1/+150
2008-12-17x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen1-3/+0
2008-12-16AMD IOMMU: allocate rlookup_table with __GFP_ZEROJoerg Roedel1-1/+2
2008-12-15x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden4-15/+23
2008-12-09sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu1-1/+1
2008-12-08sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar1-5/+2
2008-12-08x86: fix default_spin_lock_flags() prototypeIngo Molnar1-1/+2
2008-12-08AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel1-1/+2
2008-12-08AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel1-1/+1
2008-12-08AMD IOMMU: fix typo in commentJoerg Roedel1-2/+2
2008-12-08AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel1-1/+1
2008-12-08AMD IOMMU: fix iommu_map_page functionJoerg Roedel1-1/+1
2008-12-08x86, MSI: pass irq_cfg and irq_descYinghai Lu1-137/+181
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu3-9/+19
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu4-7/+9
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu8-113/+216
2008-12-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-39/+41
2008-12-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2008-12-04x86: fix early panic with boot option "nosmp"Andi Kleen1-0/+3
2008-12-03Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-3/+6
2008-12-03x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen1-3/+2
2008-12-03oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet1-0/+4
2008-12-03Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar10-47/+84
2008-12-03AMD IOMMU: fix possible race while accessing iommu->need_syncJoerg Roedel1-20/+13
2008-12-03AMD IOMMU: set device table entry for aliased devicesJoerg Roedel1-0/+3
2008-12-03AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy1-12/+12
2008-12-03x86: fix broken flushing in GART nofullflush pathJoerg Roedel1-0/+2
2008-12-03Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+5
2008-12-01sched: don't export sched_mc_power_savings in laptopsMahesh Salgaonkar1-1/+1
2008-12-01Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+21
2008-12-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-101/+87
2008-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2-4/+31
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-11-30xen_play_dead() is __cpuinitAl Viro1-1/+1
2008-11-30xen_setup_vcpu_info_placement() is not init on x86Al Viro1-1/+1
2008-11-30kvm_setup_secondary_clock() is cpuinitAl Viro1-1/+1
2008-11-30enable_IR_x2apic() needs to be __initAl Viro1-1/+1
2008-11-29x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer1-4/+2
2008-11-27x86: always define DECLARE_PCI_UNMAP* macrosJoerg Roedel1-14/+0