aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16sparc64: use iommu_num_pages function in IOMMU codeJoerg Roedel3-18/+10
2008-10-16sparc64: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel3-8/+8
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig2-64/+2
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-35/+0
2008-10-15cpufreq: remove policy->governor setting in drivers initializationDominik Brodowski1-1/+0
2008-10-12chmc: Mark %ver register inline asm with __volatile__David S. Miller1-1/+1
2008-10-12sparc64: Add missing notify_cpu_starting() call.David S. Miller1-0/+4
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller4-9/+10
2008-09-22sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev().David S. Miller1-1/+1
2008-09-20sparc64: Fix disappearing PCI devices on e3500.David S. Miller1-5/+4
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller5-131/+41
2008-09-16sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace.David S. Miller2-3/+5
2008-09-16sparc64: Fix OOPS in psycho_pcierr_intr_other().David S. Miller1-3/+5
2008-09-12sparc: Fix user_regset 'n' field values.David S. Miller1-4/+4
2008-09-12sparc64: Fix PCI error interrupt registry on PSYCHO.David S. Miller1-3/+3
2008-09-12sparc: Fix user_regset 'n' field values.David S. Miller1-4/+4
2008-09-12sparc64: Fix sparse warnings in chmc.cDavid S. Miller1-10/+10
2008-09-12sparc64: Kill sparse warnings in mm/init.hDavid S. Miller2-29/+56
2008-09-12sparc64: Fix sparse warnings in fault.cDavid S. Miller1-37/+0
2008-09-12sparc64: Remove explicit initialization of mmu_gathersDavid S. Miller1-1/+1
2008-09-12sparc64: Fix sparse warnings in vio.cDavid S. Miller1-4/+4
2008-09-12sparc64: Fix sparse warnings in pci_sun4v.cDavid S. Miller1-3/+3
2008-09-11sparc64: Fix sparse warnings in pci.cDavid S. Miller3-12/+11
2008-09-11sparc64: Fix sparse warnings in of_device.cDavid S. Miller1-2/+1
2008-09-11sparc64: Fix sparse warnings in prom.cDavid S. Miller1-30/+55
2008-09-11sparc64: Fix sparse warnings in visemul.cDavid S. Miller2-7/+6
2008-09-11sparc64: Fix sparse warnings in kernel/time.cDavid S. Miller1-11/+11
2008-09-11sysctl: Use header file for sysctl knob declarations on sparc.David S. Miller1-0/+1
2008-09-11sparc64: Fix sparse warnings in global reg snapshotting.David S. Miller1-2/+0
2008-09-11sparc64: Add __arch64__ to CHECKFLAGSDavid S. Miller1-1/+1
2008-09-10sparc64: Kill hand-crafted I/O accessors in PCI controller drivers.David S. Miller4-256/+177
2008-09-10sparc64: Commonize large portions of PSYCHO error handling.David S. Miller4-579/+369
2008-09-10sparc64: Create and use psycho_pbm_init_common().David S. Miller4-46/+31
2008-09-10sparc64: Start commonizing code common between SABRE and PSYCHO.David S. Miller5-120/+111
2008-09-10sparc64: Record OF device instead of device node pointer in pci_pbm_info.David S. Miller9-29/+30
2008-09-10sparc64: Get rid of pci_controller_info.David S. Miller7-241/+178
2008-09-10sparc64: Fix interrupt register calculations on Psycho and Sabre.David S. Miller1-98/+6
2008-09-10sparc64: Fix return value in update_persistent_clock().David S. Miller1-2/+2
2008-09-08sparc64: Add missing rtc_close() in update_persistent_clock()David S. Miller1-2/+5
2008-09-08sparc64: Disable timer interrupts in fixup_irqs().David S. Miller1-0/+2
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller4-15/+22
2008-09-07sparc64: fix wrong m48t59 RTC yearKrzysztof Helt1-2/+4
2008-09-03sparc64: Prevent sparc64 from invoking irq handlers on offline CPUsPaul E. McKenney1-4/+4
2008-09-03sparc64: Fix IPI call locking.David S. Miller1-6/+4
2008-09-03sparc: Fix handling of LANCE and ESP parent nodes in of_device.cDavid S. Miller1-1/+10
2008-09-02pci_sun4v: Use of_get_property().David S. Miller1-14/+7
2008-09-02pci_schizo: Use of_get_property() and delete spurious local vars.David S. Miller1-17/+8
2008-09-02pci_psycho: Use of_getintprop_default().David S. Miller1-14/+3
2008-09-02sparc64: Implement SSTATE purely using notifiers and initcalls.David S. Miller4-32/+45
2008-09-02sparc64: Move reboot handling into seperate file and kill power reg programming.David S. Miller4-71/+57