summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-01-07mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+6
2012-01-07mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-7/+10
2012-01-07microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas1-7/+3
2012-01-07microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-15/+15
2012-01-07microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2-2/+1
2012-01-07microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas1-2/+0
2012-01-07ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-25/+14
2012-01-07ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-1/+4
2012-01-07frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+5
2012-01-07arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas21-111/+104
2012-01-07alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-20/+20
2012-01-07x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Andreas Herrmann1-1/+0
2012-01-07PCI: x86: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-07PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-07PCI: mn10300: use generic pcibios_set_master()Myron Stowe1-16/+0
2012-01-07PCI: MIPS: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-07PCI: frv: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-07PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe10-45/+0
2012-01-07PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-07PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-07PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-7/+5
2012-01-07PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe3-10/+5
2012-01-07PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-07PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-07PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-6/+5
2012-01-07PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe3-12/+10
2012-01-07x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGary Hade1-2/+16
2012-01-07PCI: Add Thinkpad SL510 to pci=nocrs blacklistDave Jones1-0/+10
2012-01-07PCI: Add Dell Studio 1557 to pci=nocrs blacklistDave Jones1-0/+12
2012-01-07PCI: add set_nouse_crs for use by a pci=nocrs blacklistDave Jones1-0/+7
2011-12-31Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds3-71/+55
2011-12-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds10-28/+46
2011-12-31Merge branch 'v3.2-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-15/+15
2011-12-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+4
2011-12-30procfs: do not confuse jiffies with cputime64_tAndreas Schwab3-0/+5
2011-12-28ARM: EXYNOS: Remove duplicated SROMC static memory mappingThomas Abraham1-5/+0
2011-12-28ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440Denis Kuzmenko1-10/+15
2011-12-26KVM: PPC: e500: include linux/export.hScott Wood1-0/+1
2011-12-26KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling1-1/+1
2011-12-26KVM: PPC: protect use of kvmppc_h_prAndreas Schwab1-0/+2
2011-12-26KVM: PPC: move compute_tlbie_rb to book3s_64 common headerAndreas Schwab2-33/+33
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-10/+9
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-12-24ARM: 7237/1: PL330: Fix driver freezeJavi Merino1-67/+49
2011-12-24ARM: 7197/1: errata: Remove SMP dependency for erratum 751472Dave Martin2-3/+5
2011-12-24ARM: 7196/1: errata: Remove SMP dependency for erratum 720789Dave Martin1-1/+1
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter1-1/+1
2011-12-23oprofile, arm/sh: Fix oprofile_arch_exit() linkage issueVladimir Zapolskiy2-3/+3
2011-12-23sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller1-2/+2
2011-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2