aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2006-11-06[MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion.Gravatar Ralf Baechle 4-60/+237
2006-11-06[MIPS] Ocelot C: Fix MAC address detection after platform_device conversion.Gravatar Ralf Baechle 4-180/+202
2006-11-06[MIPS] SB1: On bootup only flush cache on local CPU.Gravatar Ralf Baechle 1-1/+1
2006-11-06[MIPS] Ocelot 3: Fix large number of warnings.Gravatar Ralf Baechle 1-2/+4
2006-11-06[MIPS] Ocelot C: Fix mapping of ioport address range.Gravatar Ralf Baechle 1-10/+8
2006-11-06[MIPS] Ocelot C: Fix warning about missmatching format string.Gravatar Ralf Baechle 2-2/+2
2006-11-06[MIPS] Ocelot C: fix eth registration after conversion to platform_deviceGravatar Ralf Baechle 1-3/+121
2006-11-06[MIPS] Ocelot C: Fix large number of warnings.Gravatar Ralf Baechle 1-2/+4
2006-11-02[MIPS] Do not use -msym32 option for modules.Gravatar Atsushi Nemoto 1-1/+3
2006-11-02[MIPS] Ocelot G: Fix : "CURRENTLY_UNUSED" is not defined warning.Gravatar Ralf Baechle 1-4/+4
2006-11-02[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.Gravatar Ralf Baechle 1-1/+5
2006-11-02[MIPS] IP27: Allow SMP ;-) Another changeset messed up by patch.Gravatar Ralf Baechle 1-0/+1
2006-11-02[MIPS] Fix merge screwup by patch(1)Gravatar Ralf Baechle 1-2/+2
2006-11-02Revert "[MIPS] Make SPARSEMEM selectable on QEMU."Gravatar Ralf Baechle 1-4/+0
2006-11-01[MIPS] Fix warning in mips-boards generic PCIGravatar Yoichi Yuasa 1-1/+1
2006-11-01[MIPS] SMTC: Synchronize cp0 counters on bootup.Gravatar Ralf Baechle 1-0/+1
2006-11-01[MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup.Gravatar Ralf Baechle 2-1/+9
2006-11-01[MIPS] 16K & 64K page size fixesGravatar Ralf Baechle 8-11/+60
2006-10-31[MIPS] Fixup migration to GENERIC_TIMEGravatar Atsushi Nemoto 9-461/+92
2006-10-31[MIPS] VSMP: Synchronize cp0 counters on bootup.Gravatar Ralf Baechle 2-2/+5
2006-10-31[MIPS] Flags must be unsigned long.Gravatar Ralf Baechle 1-1/+1
2006-10-31[MIPS] VSMP: Fix initialization ordering bug.Gravatar Ralf Baechle 1-69/+83
2006-10-31[MIPS] Fix warning of printk format in mips_srs_init()Gravatar Yoichi Yuasa 1-1/+1
2006-10-31[MIPS] Yosemite: fix uninitialized variable in titan_i2c_xfer()Gravatar Yoichi Yuasa 1-1/+1
2006-10-31[MIPS] Sort out missuse of __init for prom_getcmdline()Gravatar Ralf Baechle 2-2/+2
2006-10-31[MIPS] Add missing file for support of backplane on TX4927 based boardGravatar Manish Lachwani 1-0/+172
2006-10-31[MIPS] TX4927: Remove indent error message that somehow ended in the code.Gravatar Ralf Baechle 1-2/+0
2006-10-30[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.Gravatar Ralf Baechle 1-0/+3
2006-10-30[MIPS] EMMA 2 / Markeins: struct resource takes physical addresses.Gravatar Ralf Baechle 1-6/+6
2006-10-30[MIPS] EMMA 2 / Markeins: Convert to name struct resource initialization.Gravatar Ralf Baechle 1-6/+33
2006-10-30[MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes.Gravatar Ralf Baechle 1-26/+23
2006-10-30[MIPS] EMMA 2 / Markeins: Fix build wreckage due to genirq wreckage.Gravatar Ralf Baechle 2-3/+3
2006-10-30[MIPS] Ocelot G: Fix build error and numerous warnings.Gravatar Ralf Baechle 3-4/+9
2006-10-30[MIPS] Fix return value of TXX9 SPI interrupt handlerGravatar Yoichi Yuasa 1-2/+6
2006-10-30[MIPS] Au1000: Fix warning about unused variable.Gravatar Yoichi Yuasa 1-1/+0
2006-10-30[MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.Gravatar Ralf Baechle 4-0/+8
2006-10-30[MIPS] Make SB1 cache flushes not to use on_each_cpuGravatar Manish Lachwani 1-4/+13
2006-10-30[MIPS] Fix warning about unused definition in c-sb1.cGravatar Yoichi Yuasa 1-1/+0
2006-10-30[MIPS] SMTC: Make 8 the default number of processors.Gravatar Ralf Baechle 1-0/+1
2006-10-30[MIPS] Oprofile: Fix MIPSxx counter number detection.Gravatar Ralf Baechle 1-1/+1
2006-10-30[MIPS] Au1xx0 code sets incorrect mips_hpt_frequencyGravatar Sergei Shtylyov 1-5/+2
2006-10-30[MIPS] Oprofile: fix on non-VSMP / non-SMTC SMP configurations.Gravatar Ralf Baechle 1-4/+6
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsGravatar Andrew Morton 1-7/+1
2006-10-21[MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageGravatar Ralf Baechle 3-10/+175
2006-10-21[MIPS] Cleanup remaining references to mips_counter_frequency.Gravatar Ralf Baechle 2-2/+2
2006-10-19[MIPS] Fix iounmap argument to const volatile.Gravatar Ralf Baechle 1-1/+1
2006-10-19[MIPS] Reserve syscall numbers for kexec_load.Gravatar Ralf Baechle 4-1/+5
2006-10-19[MIPS] Update tb0287_defconfigGravatar Yoichi Yuasa 1-83/+99
2006-10-19[MIPS] Update pnx8550-v2pci_defconfigGravatar Yoichi Yuasa 1-59/+382
2006-10-19[MIPS] Update pnx8500-jbs_defconfigGravatar Yoichi Yuasa 1-54/+330