summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix dma_sync_*_for_device() functionsThomas Bogendoerfer2007-02-261-3/+3
* [MIPS] SNI: MIPS_CPU_IRQ_BASE cleanupThomas Bogendoerfer2007-02-263-9/+9
* [MIPS] RTLX: Delete multiple definition of ret shaddowing each other.Ralf Baechle2007-02-261-4/+0
* [MIPS] RTLX, VPE: Make open actually atomic.Ralf Baechle2007-02-262-28/+23
* [MIPS] excite: Set serial driver iotype to UPIO_RM9000Thomas Koeller2007-02-261-1/+1
* [MIPS] excite: Rename CONFIG optionThomas Koeller2007-02-261-2/+2
* [MIPS] Mark pcibios_fixup_device_resources() as __devinitAtsushi Nemoto2007-02-261-1/+1
* [MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto2007-02-2624-48/+0
* [MIPS] RTLX: Handle signals when sleeping.Ralf Baechle2007-02-261-80/+42
* [MIPS] TB0287: Enable SM501 driver support in defconfigYoichi Yuasa2007-02-261-5/+16
* [MIPS] Fix port 0 mac address for mips mv6434x platformsDale Farnsworth2007-02-223-3/+3
* Revert "[PATCH] Generic ioremap_page_range: mips conversion"Ralf Baechle2007-02-221-8/+88
* [MIPS] Cobalt: Rename "Colo" MTD partition to "firmware".Ralf Baechle2007-02-221-1/+1
* [MIPS] SMP: Get smp_tune_scheduling to do something useful.Ralf Baechle2007-02-221-21/+4
* [MIPS] Add basic SMARTMIPS ASE supportFranck Bui-Huu2007-02-2253-60/+191
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-2012-74/+158
|\
| * [NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]Dale Farnsworth2007-02-203-56/+0
| * [MIPS] Drop __init from init_8259A()Atsushi Nemoto2007-02-201-5/+8
| * [MIPS] Fix Kconfig typo bugRalf Baechle2007-02-201-1/+1
| * [MIPS] Fix double signal on trap and break instructionAtsushi Nemoto2007-02-201-0/+2
| * [MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle2007-02-201-8/+1
| * [MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion.Yoichi Yuasa2007-02-202-2/+0
| * [MIPS] Add MTD device support for CobaltYoichi Yuasa2007-02-203-2/+146
* | [MIPS] Cobalt: Fix UART I/O typeYoichi Yuasa2007-02-201-7/+7
* | [MIPS] Fixup copy_from_user_inatomicRalf Baechle2007-02-202-1/+437
* | [MIPS] Make some __setup functions staticAtsushi Nemoto2007-02-202-3/+3
* | [MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle2007-02-201-2/+2
* | [MIPS] Allow selection of KGDB only on platforms where it's supported.Ralf Baechle2007-02-202-1/+18
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-1977-2047/+7704
|\
| * [MIPS] Update defconfigsRalf Baechle2007-02-1847-1450/+5656
| * [MIPS] Support for several more SNI RM models.Thomas Bogendoerfer2007-02-1814-382/+1719
| * [MIPS] Include <asm/bugs> to for declaration of check_bugs32.Ralf Baechle2007-02-181-0/+1
| * [MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto2007-02-184-3/+3
| * [MIPS] Make kernel_thread_helper() staticAtsushi Nemoto2007-02-181-1/+1
| * [MIPS] Make __declare_dbe_table static and avoid it getting optimized awayRalf Baechle2007-02-181-7/+3
| * [MIPS] signals: Share even more code.Ralf Baechle2007-02-184-146/+31
| * [MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n buildRalf Baechle2007-02-181-2/+2
| * [MIPS] Iomap implementation.Ralf Baechle2007-02-184-53/+285
| * [MIPS] IP27: Fix warning.Ralf Baechle2007-02-181-1/+1
| * [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto2007-02-181-2/+2
* | Storage class should be before const qualifierTobias Klauser2007-02-171-2/+2
|/
* [PATCH] clocksource: fixup is_continous changes on MIPSThomas Gleixner2007-02-161-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-142-2/+2
* [PATCH] sysctl: C99 convert arch/mips/lasat/sysctl.c and remove ABI breakageEric W. Biederman2007-02-141-29/+116
* [PATCH] sysctl: C99 convert the ctl_tables in arch/mips/au1000/common/power.cEric W. Biederman2007-02-141-6/+32
* [PATCH] sysctl: mips/au1000: remove sys_sysctl supportEric W. Biederman2007-02-141-11/+5
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-1319-1084/+305
|\
| * [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle2007-02-135-9/+60
| * [MIPS] Fix uniprocessor Sibyte builds.Andrew Sharp2007-02-131-0/+6
| * [MIPS] Make entry.S a little more readable.Franck Bui-Huu2007-02-131-11/+8