summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
| * [MIPS] DECstation: Fix irq handlingAtsushi Nemoto2007-02-131-4/+0
| * [MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu2007-02-134-6/+2
| * [MIPS] signal: Move sigframe definition for native O32/N64 into signal.cRalf Baechle2007-02-132-26/+20
| * [MIPS] signal: Move {restore,setup}_sigcontext prototypes to their userRalf Baechle2007-02-132-6/+4
| * [MIPS] signal: Fix warnings in o32 compat code.Ralf Baechle2007-02-131-3/+23
| * [MIPS] IP27: Enable N32 support in defconfig.Ralf Baechle2007-02-131-1/+1
| * [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}Ralf Baechle2007-02-138-1020/+183
* | [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-123-3/+3
* | [PATCH] Dynamic kernel command-line: mipsAlon Bar-Lev2007-02-121-1/+1
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-1112-444/+428
|\
| * [MIPS] signal: do not inline handle_signal()Franck Bui-Huu2007-02-101-1/+1
| * [MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu2007-02-103-30/+10
| * [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-102-2/+0
| * [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-101-114/+97
| * [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-104-24/+20
| * [MIPS] signal: test return value of install_sigtramp()Franck Bui-Huu2007-02-101-3/+3
| * [MIPS] signal32: remove duplicate codeFranck Bui-Huu2007-02-101-46/+4
| * [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-104-69/+81
| * [MIPS] signal: do not inline functions in signal-common.hFranck Bui-Huu2007-02-102-136/+153
| * [MIPS] signals: reduce {setup,restore}_sigcontext sizesFranck Bui-Huu2007-02-101-45/+21
| * [MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platformsDale Farnsworth2007-02-102-2/+2
| * [MIPS] JMR3927 and RBTX49x7 support little endianSergei Shtylyov2007-02-101-0/+2
| * [MIPS] RBTX49x7: declare prom_getcmdline()Sergei Shtylyov2007-02-101-0/+2
| * [MIPS] RTLX: Sprinkle device model code into code to make udev happier.Ralf Baechle2007-02-101-1/+22
OpenPOWER on IntegriCloud