summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/defconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-26[SPARC64]: Privatize sun4u_get_pte() and fix name.David S. Miller2-81/+62
2007-04-26[SPARC64]: Kill _start[]/_end[] declarations in mm/init.cDavid S. Miller1-3/+0
2007-04-26[SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.David S. Miller1-2/+2
2007-04-26[SPARC64]: Simplify read_obp_memory().David S. Miller1-16/+11
2007-04-26[SPARC64]: Use SPARSEMEM_STATICDavid S. Miller2-3/+4
2007-04-26[SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.David S. Miller1-1/+1
2007-04-26[SPARC64]: Force dummy host controller onto bus zero.David S. Miller1-8/+10
2007-04-26[SPARC64]: Add dummy host controller to root of all PCI domains.David S. Miller6-30/+129
2007-04-26[SPARC64]: Const'ify pci_iommu_ops.David S. Miller4-5/+5
2007-04-26[SPARC64]: Kill pbm->pci_first_slot.David S. Miller6-17/+2
2007-04-26[SPARC64]: Kill pci_controller->pbms_same_domainDavid S. Miller5-69/+12
2007-04-26[SPARC64]: Kill pci_controller->base_address_update().David S. Miller5-183/+0
2007-04-26[SPARC64]: Kill pci_controller->resource_adjust()David S. Miller6-50/+12
2007-04-26[SPARC64]: Kill PBM ranges software state.David S. Miller5-34/+15
2007-04-26[SPARC64]: Kill PBM intmap software state.David S. Miller4-31/+0
2007-04-26[SPARC64]: Consolidate PCI mem/io resource determination.David S. Miller6-218/+103
2007-04-26[SPARC64]: Fix sabre pci controllers with new probing scheme.David S. Miller3-284/+165
2007-04-26[SPARC64]: Fix obppath pci device sysfs creation.David S. Miller1-0/+3
2007-04-26[SPARC64]: Minor cleanups to schizo pci controller driver.David S. Miller1-79/+31
2007-04-26[SPARC64]: Internalize pci_memspace_mask.David S. Miller4-9/+3
2007-04-26[SPARC64]: Probe PCI bus using OF device tree.David S. Miller10-1063/+426
2007-04-26[SPARC64] isa: Convert to use pci_device_to_OF_node().David S. Miller2-34/+4
2007-04-26[SPARC64] ebus: Convert to use pci_device_to_OF_node().David S. Miller2-11/+3
2007-04-26[IGAFB]: Use pci_device_to_OF_node() on sparc.David S. Miller1-12/+12
2007-04-26[ATYFB]: Use pci_device_to_OF_node() in sparc.David S. Miller1-3/+3
2007-04-26[OPENPROM]: Use pci_device_to_OF_node().David S. Miller1-10/+8
2007-04-26[TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller1-11/+7
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller5-16/+12
2007-04-26[TG3]: Use pci_device_to_OF_node() on sparc.David S. Miller1-18/+13
2007-04-26[SUNHME]: Use pci_device_to_OF_node().David S. Miller1-13/+5
2007-04-26[SUNGEM]: Consolidate powerpc and sparc MAC probing code.David S. Miller2-26/+7
2007-04-26[SUNGEM]: __sparc__ --> CONFIG_SPARCDavid S. Miller1-4/+4
2007-04-26[RADEON]: Probe clocks and monitor using OF properties on sparc.David S. Miller3-15/+17
2007-04-26[SPARC]: Use strcasecmp for OFW property name comparisons.David S. Miller2-4/+4
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller17-151/+39
2007-04-26[SPARC]: constify some paramaters of OF routinesStephen Rothwell2-7/+12
2007-04-26[SPARC/64]: constify of_get_property returnStephen Rothwell4-5/+5
2007-04-26[SPARC/64] constify of_get_property return: soundStephen Rothwell2-3/+3
2007-04-26[SPARC64] constify of_get_property return: includeStephen Rothwell2-3/+3
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell12-21/+21
2007-04-26[SPARC64]: constify of_get_property return: arch/sparc64Stephen Rothwell11-43/+46
2007-04-26[SPARC]: constify of_get_property return: arch/sparcStephen Rothwell4-19/+20
2007-04-26[SPARC64]: Small cleanups time.cTony Breeds1-11/+6
2007-04-26[SPARC64]: Fix sparc64_next_event() error return.David S. Miller1-1/+1
2007-04-26[SPARC64]: Add clocksource/clockevents support.David S. Miller4-230/+238
2007-04-26[SPARC64]: Add tick_nohz_{stop,restart}_sched_tick() calls to cpu_idle().David S. Miller1-6/+9
2007-04-26[SPARC64]: Unify timer interrupt handler.David S. Miller7-172/+25
2007-04-26[SPARC64]: Synchronize RTC clock via timer just like x86.David S. Miller1-18/+48
2007-04-26Linux 2.6.21v2.6.21Linus Torvalds1-1/+1
2007-04-25packet: fix error handlingAndrew Morton1-1/+2