| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [MIPS] Include <asm/bugs> to for declaration of check_bugs32. | Ralf Baechle | 2007-02-18 | 1 | -0/+1 |
| * | [MIPS] Add external declaration of pagetable_init() to pgalloc.h | Atsushi Nemoto | 2007-02-18 | 4 | -3/+3 |
| * | [MIPS] Make kernel_thread_helper() static | Atsushi Nemoto | 2007-02-18 | 1 | -1/+1 |
| * | [MIPS] Make __declare_dbe_table static and avoid it getting optimized away | Ralf Baechle | 2007-02-18 | 1 | -7/+3 |
| * | [MIPS] signals: Share even more code. | Ralf Baechle | 2007-02-18 | 4 | -146/+31 |
| * | [MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n build | Ralf Baechle | 2007-02-18 | 1 | -2/+2 |
| * | [MIPS] Iomap implementation. | Ralf Baechle | 2007-02-18 | 4 | -53/+285 |
| * | [MIPS] IP27: Fix warning. | Ralf Baechle | 2007-02-18 | 1 | -1/+1 |
| * | [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. | Atsushi Nemoto | 2007-02-18 | 1 | -2/+2 |
* | | Storage class should be before const qualifier | Tobias Klauser | 2007-02-17 | 1 | -2/+2 |
|/ |
|
* | [PATCH] clocksource: fixup is_continous changes on MIPS | Thomas Gleixner | 2007-02-16 | 1 | -1/+1 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 2 | -2/+2 |
* | [PATCH] sysctl: C99 convert arch/mips/lasat/sysctl.c and remove ABI breakage | Eric W. Biederman | 2007-02-14 | 1 | -29/+116 |
* | [PATCH] sysctl: C99 convert the ctl_tables in arch/mips/au1000/common/power.c | Eric W. Biederman | 2007-02-14 | 1 | -6/+32 |
* | [PATCH] sysctl: mips/au1000: remove sys_sysctl support | Eric W. Biederman | 2007-02-14 | 1 | -11/+5 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-02-13 | 19 | -1084/+305 |
|\ |
|
| * | [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. | Ralf Baechle | 2007-02-13 | 5 | -9/+60 |
| * | [MIPS] Fix uniprocessor Sibyte builds. | Andrew Sharp | 2007-02-13 | 1 | -0/+6 |
| * | [MIPS] Make entry.S a little more readable. | Franck Bui-Huu | 2007-02-13 | 1 | -11/+8 |
| * | [MIPS] DECstation: Fix irq handling | Atsushi Nemoto | 2007-02-13 | 1 | -4/+0 |
| * | [MIPS] signals: make common _BLOCKABLE macro | Franck Bui-Huu | 2007-02-13 | 4 | -6/+2 |
| * | [MIPS] signal: Move sigframe definition for native O32/N64 into signal.c | Ralf Baechle | 2007-02-13 | 2 | -26/+20 |
| * | [MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user | Ralf Baechle | 2007-02-13 | 2 | -6/+4 |
| * | [MIPS] signal: Fix warnings in o32 compat code. | Ralf Baechle | 2007-02-13 | 1 | -3/+23 |
| * | [MIPS] IP27: Enable N32 support in defconfig. | Ralf Baechle | 2007-02-13 | 1 | -1/+1 |
| * | [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32} | Ralf Baechle | 2007-02-13 | 8 | -1020/+183 |
* | | [PATCH] mark struct file_operations const 2 | Arjan van de Ven | 2007-02-12 | 3 | -3/+3 |
* | | [PATCH] Dynamic kernel command-line: mips | Alon Bar-Lev | 2007-02-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-02-11 | 12 | -444/+428 |
|\ |
|
| * | [MIPS] signal: do not inline handle_signal() | Franck Bui-Huu | 2007-02-10 | 1 | -1/+1 |
| * | [MIPS] signal: do not use save_static_function() anymore | Franck Bui-Huu | 2007-02-10 | 3 | -30/+10 |
| * | [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() | Franck Bui-Huu | 2007-02-10 | 2 | -2/+0 |
| * | [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizes | Franck Bui-Huu | 2007-02-10 | 1 | -114/+97 |
| * | [MIPS] signal: factorize debug code | Franck Bui-Huu | 2007-02-10 | 4 | -24/+20 |
| * | [MIPS] signal: test return value of install_sigtramp() | Franck Bui-Huu | 2007-02-10 | 1 | -3/+3 |
| * | [MIPS] signal32: remove duplicate code | Franck Bui-Huu | 2007-02-10 | 1 | -46/+4 |
| * | [MIPS] signal: clean up sigframe structure | Franck Bui-Huu | 2007-02-10 | 4 | -69/+81 |
| * | [MIPS] signal: do not inline functions in signal-common.h | Franck Bui-Huu | 2007-02-10 | 2 | -136/+153 |
| * | [MIPS] signals: reduce {setup,restore}_sigcontext sizes | Franck Bui-Huu | 2007-02-10 | 1 | -45/+21 |
| * | [MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms | Dale Farnsworth | 2007-02-10 | 2 | -2/+2 |
| * | [MIPS] JMR3927 and RBTX49x7 support little endian | Sergei Shtylyov | 2007-02-10 | 1 | -0/+2 |
| * | [MIPS] RBTX49x7: declare prom_getcmdline() | Sergei Shtylyov | 2007-02-10 | 1 | -0/+2 |
| * | [MIPS] RTLX: Sprinkle device model code into code to make udev happier. | Ralf Baechle | 2007-02-10 | 1 | -1/+22 |
| * | [MIPS] VPE: Sprinkle device model code into code to make udev happier. | Ralf Baechle | 2007-02-10 | 2 | -1/+40 |
* | | [PATCH] extend the set of "__attribute__" shortcut macros | Robert P. J. Day | 2007-02-11 | 1 | -2/+0 |
* | | [PATCH] Common compat_sys_sysinfo | Kyle McMartin | 2007-02-11 | 3 | -46/+2 |
* | | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 2007-02-11 | 1 | -6/+1 |
* | | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 2007-02-11 | 1 | -5/+0 |
* | | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 1 | -0/+2 |
* | | [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA | Christoph Lameter | 2007-02-11 | 1 | -0/+4 |
|/ |
|