aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-11[MIPS] Fix IP27 buildAtsushi Nemoto1-1/+1
2007-06-11[MIPS] Fix modpost warnings by making start_secondary __cpuinitRalf Baechle1-1/+1
2007-06-11[MIPS] SMTC: Fix build error caused by nonsense code.Chris Dearman1-14/+2
2007-06-11[MIPS] SMTC: The MT ASE requires to initialize c0_pagemask and c0_wired.Ralf Baechle1-0/+7
2007-06-11[MIPS] SMTC: Don't continue in set_vi_srs_handler on detected bad arguments.Ralf Baechle1-2/+3
2007-06-11[MIPS] SMTC: Fix warning.Ralf Baechle1-2/+2
2007-06-11[MIPS] Wire up utimensat, signalfd, timerfd, eventfdAtsushi Nemoto4-1/+17
2007-06-11[MIPS] Atlas: Fix build.Ralf Baechle1-3/+2
2007-06-11[MIPS] Always install the DSP exception handler.Chris Dearman1-2/+1
2007-06-11[MIPS] SMTC: Don't set and restore irqregs ptr from self_ipi.Ralf Baechle1-3/+0
2007-06-06[MIPS] Fix warning by moving do_default_vi into CONFIG_CPU_MIPSR2_SRSAtsushi Nemoto1-6/+6
2007-06-06[MIPS] Fix some minor typoes in arch/mips/Kconfig.Robert P. J. Day1-3/+3
2007-06-06[MIPS] Remove prototype for deleted function qemu_handle_intRalf Baechle1-2/+0
2007-06-06[MIPS] Fix some system calls with long long argumentsAtsushi Nemoto3-2/+12
2007-06-06[MIPS] Make dma_map_sg handle sg elements which are longer than one pageThomas Bogendoerfer1-2/+3
2007-06-06[MIPS] Fix VGA corruption on RM300CThomas Bogendoerfer1-1/+32
2007-06-06[MIPS] RM300: Fix MMIO problems by marking the PCI INT ACK region busyThomas Bogendoerfer1-1/+17
2007-06-06[MIPS] EMMA2RH: remove dead KGDB codeSergei Shtylyov1-24/+0
2007-06-06[MIPS] Remove duplicate fpu enable hazard code.Chris Dearman1-1/+1
2007-06-06[MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler.Ralf Baechle5-29/+36
2007-06-01parse errors in ifdefsYoann Padioleau2-8/+8
2007-05-24meth driver renovationRalf Baechle2-1/+21
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds1-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-2/+2
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-11Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-ip22Linus Torvalds2-1/+178
2007-05-11Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2-1/+178
2007-05-11[MIPS] Rework cobalt_board_idYoichi Yuasa2-12/+21
2007-05-11[MIPS] Use RTC_CMOS for CobaltYoichi Yuasa3-12/+102
2007-05-11[MIPS] Use platform_device for Cobalt UARTYoichi Yuasa3-20/+86
2007-05-11[MIPS] Separate Alchemy processor based boards configYoichi Yuasa10-148/+153
2007-05-11[MIPS] Run checksyscalls for N32 and O32 ABIAtsushi Nemoto1-0/+22
2007-05-11[MIPS] tlbex: use __maybe_unusedDavid Rientjes1-18/+18
2007-05-11[MIPS] excite: use __maybe_unusedDavid Rientjes1-8/+8
2007-05-11[MIPS] Add extern cobalt_board_idYoichi Yuasa1-3/+1
2007-05-11[MIPS] Remove unused CONFIG_TOSHIBA_BOARDSAtsushi Nemoto3-8/+0
2007-05-11[MIPS] Rename tb0229_defconfig to tb0219_defconfigYoichi Yuasa1-0/+0
2007-05-11[MIPS] Update tb0229_defconfig; add CONFIG_GPIO_TB0219.Yoichi Yuasa1-9/+15
2007-05-11[MIPS] Add minimum defconfig for RBHMA4200Atsushi Nemoto1-0/+902
2007-05-11[MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()Atsushi Nemoto1-2/+2
2007-05-11[MIPS] clocksource: use CLOCKSOURCE_MASK() macroFranck Bui-Huu1-1/+1
2007-05-11[MIPS] Remove LIMITED_DMA supportFranck Bui-Huu3-10/+0
2007-05-11[MIPS] Remove Momenco Jaguar ATX supportFranck Bui-Huu15-2316/+0
2007-05-11[MIPS] Remove Momenco Ocelot G supportFranck Bui-Huu14-2013/+3
2007-05-11[MIPS] MT: Reenable EIC support and add support for SOCit SC.Chris Dearman3-13/+22
2007-05-11[MIPS] Define and use vi_handler_t for vectored interrupt handlers.Ralf Baechle1-2/+2
2007-05-11[MIPS] Fix do_default_vi to use get_irq_regs to get the irq register ptr.Ralf Baechle1-2/+2
2007-05-11[MIPS] Make do_default_vi staticRalf Baechle1-1/+1
2007-05-11[MIPS] Add __ucmpdi2 implementationThiemo Seufer2-1/+20