aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07PCI: x86: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2-8/+3
2009-01-07x86/PCI: minor logic simplicationsBjorn Helgaas1-4/+4
2009-01-07x86/PCI: use config space encoding for interrupt pinsBjorn Helgaas1-24/+20
2009-01-07PCI: use config space encoding in pci_get_interrupt_pin()Bjorn Helgaas1-1/+1
2009-01-07PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdlineJacob Pan1-1/+2
2009-01-07x86/PCI: make PCI bus locality messages more meaningfulBjorn Helgaas1-4/+5
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven2-0/+4
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson1-0/+8
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06x86: introduce asm/swab.hHarvey Harrison3-60/+64
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-38/+2
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06Remove remaining unwinder codeAlexey Dobriyan2-15/+0
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox2-25/+3
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade2-2/+2
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-18/+6
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar4-29/+39
2009-01-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-28/+38
2009-01-05X86_DEBUGCTLMSR won't work on umlAl Viro1-1/+1
2009-01-05Merge branch 'core/iommu' into core/urgentIngo Molnar2-38/+2
2009-01-04Merge branch 'linus' into core/urgentIngo Molnar68-362/+1045
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-140/+155
2009-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommuLinus Torvalds7-90/+672
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+4
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis2-5/+6
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell3-12/+48
2009-01-03x86: use cpumask_var_t in acpi/boot.cRusty Russell1-7/+22
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis12-79/+26
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis1-0/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis148-4041/+4560
2009-01-03AMD IOMMU: remove now unnecessary #ifdefsJoerg Roedel1-11/+0
2009-01-03Merge branches 'iommu/api' and 'iommu/amd' into for-linusJoerg Roedel4-87/+676
2009-01-03AMD IOMMU: prealloc_protection_domains should be staticJaswinder Singh Rajput1-1/+1
2009-01-03AMD IOMMU: add statistics about total number of map requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add statistics about allocated io memoryJoerg Roedel1-0/+6
2009-01-03AMD IOMMU: add stats counter for domain tlb flushesJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for single iommu domain tlb flushesJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for cross-page requestJoerg Roedel1-0/+5
2009-01-03AMD IOMMU: add stats counter for free_coherent requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for alloc_coherent requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for unmap_sg requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for map_sg requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for unmap_single requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for map_single requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for completion wait eventsJoerg Roedel1-0/+6
2009-01-03AMD IOMMU: add init code for statistic collectionJoerg Roedel2-0/+39
2009-01-03AMD IOMMU: add necessary header defines for stats countingJoerg Roedel1-0/+26