| Commit message (Expand) | Author | Age |
* | [MIPS] Add basic SMARTMIPS ASE support | Franck Bui-Huu | 2007-02-21 |
* | [MIPS] Fixup copy_from_user_inatomic | Ralf Baechle | 2007-02-19 |
* | [MIPS] Fix struct sigcontext for N32 userland | Atsushi Nemoto | 2007-02-19 |
* | [MIPS] Support for several more SNI RM models. | Thomas Bogendoerfer | 2007-02-18 |
* | [MIPS] Add external declaration of pagetable_init() to pgalloc.h | Atsushi Nemoto | 2007-02-18 |
* | [MIPS] Use MIPS R2 instructions for bitops. | Ralf Baechle | 2007-02-18 |
* | [MIPS] signals: Share even more code. | Ralf Baechle | 2007-02-18 |
* | [MIPS] Iomap implementation. | Ralf Baechle | 2007-02-18 |
* | [MIPS] <asm/compat-signal.h> needs to include <asm/uaccess.h>. | Ralf Baechle | 2007-02-18 |
* | [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. | Atsushi Nemoto | 2007-02-18 |
* | [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. | Ralf Baechle | 2007-02-13 |
* | [MIPS] Remove stray instruction from __get_user_asm_ll32. | Ralf Baechle | 2007-02-13 |
* | [MIPS] 32-bit: Fix warning about cast for fetching pointer from userspace. | Ralf Baechle | 2007-02-13 |
* | Revert "[MIPS] Fix warning in get_user when fetching pointer object from user... | Ralf Baechle | 2007-02-13 |
* | [MIPS] Don't claim we support dma_declare_coherent_memory - we don't. | Ralf Baechle | 2007-02-13 |
* | [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32} | Ralf Baechle | 2007-02-13 |
* | [MIPS] Improve branch prediction in ll/sc atomic operations. | Ralf Baechle | 2007-02-13 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-02-11 |
|\ |
|
| * | [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() | Franck Bui-Huu | 2007-02-10 |
| * | [MIPS] Fix warning in get_user when fetching pointer object from userspace. | Ralf Baechle | 2007-02-10 |
| * | [MIPS] VPE: Sprinkle device model code into code to make udev happier. | Ralf Baechle | 2007-02-10 |
* | | [PATCH] consolidate line discipline number definitions | Tilman Schmidt | 2007-02-11 |
* | | [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag | Robert P. J. Day | 2007-02-11 |
|/ |
|
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apm | Linus Torvalds | 2007-02-09 |
|\ |
|
| * | [APM] MIPS: Convert to use shared APM emulation. | Ralf Baechle | 2007-02-09 |
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tc | Linus Torvalds | 2007-02-09 |
|\ \ |
|
| * | | [TC] TURBOchannel support for the DECstation | Maciej W. Rozycki | 2007-02-09 |
| * | | [TC] MIPS: TURBOchannel update to the driver model | Maciej W. Rozycki | 2007-02-09 |
| |/ |
|
* / | [PATCH] kill eth_io_copy_and_sum() | Al Viro | 2007-02-09 |
|/ |
|
* | [MIPS] Comment fix | Chris Dearman | 2007-02-06 |
* | [MIPS] MT: Nuke duplicate mips_mt_regdump() prototype. | Ralf Baechle | 2007-02-06 |
* | [MIPS] Alchemy: Fix PCI-memory access | Alexander Bigga | 2007-02-06 |
* | [MIPS] SMTC: Make a bunch of functions and variables static. | Ralf Baechle | 2007-02-06 |
* | [MIPS] Alchemy: Fix bunch of warnings | Ralf Baechle | 2007-02-06 |
* | [MIPS] Remove _fdata from asm-mips/sections.h | Atsushi Nemoto | 2007-02-06 |
* | [MIPS] FLATMEM: introduce PHYS_OFFSET. | Franck Bui-Huu | 2007-02-06 |
* | [MIPS] Setup min_low_pfn/max_low_pfn correctly | Franck Bui-Huu | 2007-02-06 |
* | [MIPS] prom_free_prom_memory cleanup | Atsushi Nemoto | 2007-02-06 |
* | [MIPS] Make I8259A_IRQ_BASE customizable | Atsushi Nemoto | 2007-02-06 |
* | [MIPS] Define MIPS_CPU_IRQ_BASE in generic header | Atsushi Nemoto | 2007-02-06 |
* | [PATCH] mm: mremap correct rmap accounting | Hugh Dickins | 2007-01-30 |
* | [MIPS] Fix wrong checksum calculation on 64-bit MIPS | Atsushi Nemoto | 2007-01-24 |
* | [MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard() | Yoichi Yuasa | 2007-01-24 |
* | [MIPS] Fix APM build | Ralf Baechle | 2007-01-24 |
* | [MIPS] SMTC: Instant IPI replay. | Ralf Baechle | 2007-01-23 |
* | [MIPS] SMTC build fix | Atsushi Nemoto | 2007-01-08 |
* | [MIPS] csum_partial and copy in parallel | Atsushi Nemoto | 2007-01-08 |
* | [PATCH] Optimize D-cache alias handling on fork | Ralf Baechle | 2006-12-13 |
* | [PATCH] MIPS: Fix COW D-cache aliasing on fork | Atsushi Nemoto | 2006-12-13 |
* | [MIPS] IP27: Don't drag <asm/sn/arch.h> into topology.h. | Ralf Baechle | 2006-12-11 |