aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Do not use -msym32 option for modules.Atsushi Nemoto2006-11-021-1/+3
* [MIPS] Ocelot G: Fix : "CURRENTLY_UNUSED" is not defined warning.Ralf Baechle2006-11-021-4/+4
* [MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.Ralf Baechle2006-11-021-1/+5
* [MIPS] IP27: Allow SMP ;-) Another changeset messed up by patch.Ralf Baechle2006-11-021-0/+1
* [MIPS] Fix merge screwup by patch(1)Ralf Baechle2006-11-021-2/+2
* Revert "[MIPS] Make SPARSEMEM selectable on QEMU."Ralf Baechle2006-11-021-4/+0
* [MIPS] Fix warning in mips-boards generic PCIYoichi Yuasa2006-11-011-1/+1
* [MIPS] SMTC: Synchronize cp0 counters on bootup.Ralf Baechle2006-11-011-0/+1
* [MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup.Ralf Baechle2006-11-012-1/+9
* [MIPS] 16K & 64K page size fixesRalf Baechle2006-11-018-11/+60
* [MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto2006-10-319-461/+92
* [MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle2006-10-312-2/+5
* [MIPS] Flags must be unsigned long.Ralf Baechle2006-10-311-1/+1
* [MIPS] VSMP: Fix initialization ordering bug.Ralf Baechle2006-10-311-69/+83
* [MIPS] Fix warning of printk format in mips_srs_init()Yoichi Yuasa2006-10-311-1/+1
* [MIPS] Yosemite: fix uninitialized variable in titan_i2c_xfer()Yoichi Yuasa2006-10-311-1/+1
* [MIPS] Sort out missuse of __init for prom_getcmdline()Ralf Baechle2006-10-312-2/+2
* [MIPS] Add missing file for support of backplane on TX4927 based boardManish Lachwani2006-10-311-0/+172
* [MIPS] TX4927: Remove indent error message that somehow ended in the code.Ralf Baechle2006-10-311-2/+0
* [MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.Ralf Baechle2006-10-301-0/+3
* [MIPS] EMMA 2 / Markeins: struct resource takes physical addresses.Ralf Baechle2006-10-301-6/+6
* [MIPS] EMMA 2 / Markeins: Convert to name struct resource initialization.Ralf Baechle2006-10-301-6/+33
* [MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes.Ralf Baechle2006-10-301-26/+23
* [MIPS] EMMA 2 / Markeins: Fix build wreckage due to genirq wreckage.Ralf Baechle2006-10-302-3/+3
* [MIPS] Ocelot G: Fix build error and numerous warnings.Ralf Baechle2006-10-303-4/+9
* [MIPS] Fix return value of TXX9 SPI interrupt handlerYoichi Yuasa2006-10-301-2/+6
* [MIPS] Au1000: Fix warning about unused variable.Yoichi Yuasa2006-10-301-1/+0
* [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.Ralf Baechle2006-10-304-0/+8
* [MIPS] Make SB1 cache flushes not to use on_each_cpuManish Lachwani2006-10-301-4/+13
* [MIPS] Fix warning about unused definition in c-sb1.cYoichi Yuasa2006-10-301-1/+0
* [MIPS] SMTC: Make 8 the default number of processors.Ralf Baechle2006-10-301-0/+1
* [MIPS] Oprofile: Fix MIPSxx counter number detection.Ralf Baechle2006-10-301-1/+1
* [MIPS] Au1xx0 code sets incorrect mips_hpt_frequencySergei Shtylyov2006-10-301-5/+2
* [MIPS] Oprofile: fix on non-VSMP / non-SMTC SMP configurations.Ralf Baechle2006-10-301-4/+6
* [PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton2006-10-271-7/+1
* [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2006-10-213-10/+175
* [MIPS] Cleanup remaining references to mips_counter_frequency.Ralf Baechle2006-10-212-2/+2
* [MIPS] Fix iounmap argument to const volatile.Ralf Baechle2006-10-191-1/+1
* [MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle2006-10-194-1/+5
* [MIPS] Update tb0287_defconfigYoichi Yuasa2006-10-191-83/+99
* [MIPS] Update pnx8550-v2pci_defconfigYoichi Yuasa2006-10-191-59/+382
* [MIPS] Update pnx8500-jbs_defconfigYoichi Yuasa2006-10-191-54/+330
* [MIPS] save_context_stack fixAtsushi Nemoto2006-10-191-1/+1
* [MIPS] Use compat_sys_mount.Ralf Baechle2006-10-192-2/+2
* [MIPS] Fix O32 personality(2) call with 0xffffffff argument.Thiemo Seufer2006-10-191-1/+3
* [MIPS] A few more pt_regs fixups.Ralf Baechle2006-10-195-7/+6
* [MIPS] Malta: Fix uninitialized regs pointer.Ralf Baechle2006-10-191-1/+2
* [MIPS] Delete unneeded pt_regs forward declaration.Ralf Baechle2006-10-191-2/+0
* [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()Franck Bui-Huu2006-10-191-6/+2
* [MIPS] Pass NULL not 0 for pointer value.Ralf Baechle2006-10-111-1/+1