summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * [MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle2007-02-201-8/+1Star
| * [MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion.Yoichi Yuasa2007-02-202-2/+0Star
| * [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/+3Star
| * [MIPS] signals: Share even more code.Ralf Baechle2007-02-184-146/+31Star
| * [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/+5Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-1419-1084/+305Star
|\
| * [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/+8Star
| * [MIPS] DECstation: Fix irq handlingAtsushi Nemoto2007-02-131-4/+0Star
| * [MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu2007-02-134-6/+2Star
| * [MIPS] signal: Move sigframe definition for native O32/N64 into signal.cRalf Baechle2007-02-132-26/+20Star
| * [MIPS] signal: Move {restore,setup}_sigcontext prototypes to their userRalf Baechle2007-02-132-6/+4Star
| * [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/+183Star
* | [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/+428Star
|\
| * [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/+10Star
| * [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-102-2/+0Star
| * [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-101-114/+97Star
| * [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-104-24/+20Star
| * [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/+4Star
| * [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/+21Star