summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov2-4/+13
2009-06-07x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare1-0/+9
2009-06-07x86: cpu_debug: Remove model information to reduce encoding-decodingJaswinder Singh Rajput2-421/+97
2009-06-07Merge branch 'linus' into x86/cpuIngo Molnar1288-25620/+63090
2009-06-07Merge branch 'linus' into core/iommuIngo Molnar285-3064/+6066
2009-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-3/+3
2009-06-06x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf1-2/+8
2009-06-05[CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones1-6/+7
2009-06-04lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell2-4/+14
2009-06-04Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2-2/+5
2009-06-04Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King5-87/+199
2009-06-04x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu1-3/+3
2009-06-04[ARM] pxa: fix pxa27x_udc default pullup GPIOPhilipp Zabel1-1/+4
2009-06-04[ARM] pxa/imote2: fix UCAM sensor board ADC model numberJonathan Cameron1-1/+1
2009-06-03x86: Fix UV BAU activation descriptor initCliff Wickman2-3/+14
2009-06-03mx[23]: don't put clock lookups in __initdataRabin Vincent4-4/+4
2009-06-03amd_iommu: fix lock imbalanceJiri Slaby1-1/+3
2009-06-03x86, boot: add new generated files to the appropriate .gitignore filesMike Galbraith2-0/+5
2009-06-03[ARM] ARMv7 errata: only apply fixes when running on applicable CPURussell King1-11/+25
2009-06-03[ARM] 5534/1: kmalloc must return a cache line aligned bufferMartin Fuzzey2-7/+16
2009-06-02powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt1-83/+195
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby1-5/+6
2009-06-02x86: Print real IOAPIC version for x86-64Naga Chumbalkar2-5/+2
2009-06-02Merge branch 'x86/cpufeature' into irq/numaIngo Molnar3-9/+17
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar282-2977/+5857
2009-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-4/+5
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-2/+2
2009-05-30acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-30sparc64: Fix section attribute warnings.David S. Miller2-2/+2
2009-05-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-67/+460
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-05-29flat: fix data sections alignmentOskar Schirmer6-8/+0
2009-05-29Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King30-309/+549
2009-05-29[ARM] update mach-typesRussell King1-9/+122
2009-05-29[ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers1-0/+173
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King5-13/+71
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel5-224/+594
2009-05-28amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESSJoerg Roedel1-0/+5
2009-05-28amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESSJoerg Roedel1-0/+4
2009-05-28amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESSJoerg Roedel1-0/+5
2009-05-28amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel2-29/+4
2009-05-28amd-iommu: enlarge the aperture dynamicallyJoerg Roedel1-2/+18
2009-05-28amd-iommu: handle exlusion ranges and unity mappings in alloc_new_rangeJoerg Roedel1-11/+60
2009-05-28amd-iommu: move aperture_range allocation code to seperate functionJoerg Roedel1-36/+59
2009-05-28amd-iommu: change dma_dom->next_bit to dma_dom->next_addressJoerg Roedel2-9/+10
2009-05-28amd-iommu: make address allocator aware of multiple aperture rangesJoerg Roedel2-39/+110
2009-05-28amd-iommu: handle page table allocation failures in dma_ops codeJoerg Roedel1-2/+18
2009-05-28amd-iommu: move page table allocation code to seperate functionJoerg Roedel1-25/+61
2009-05-28amd-iommu: introduce aperture_range structureJoerg Roedel2-35/+43
2009-05-28amd-iommu: implement suspend/resumeJoerg Roedel1-1/+20