| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Ensure that ST0_FR is never set on a 32 bit kernel | Chris Dearman | 2007-12-14 | 1 | -2/+1 |
* | [MIPS] Fix "no space between function name and open parenthesis" warnings. | Ralf Baechle | 2007-10-11 | 1 | -2/+2 |
* | [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt | Ralf Baechle | 2007-10-11 | 1 | -0/+3 |
* | [MIPS] R3000 setup for kernel_thread() | Maciej W. Rozycki | 2007-10-11 | 1 | -2/+2 |
* | [MIPS] Fixup secure computing stuff. | Ralf Baechle | 2007-07-31 | 1 | -1/+1 |
* | [MIPS] User stack pointer randomisation | Franck Bui-Huu | 2007-07-20 | 1 | -0/+14 |
* | [MIPS] Transform old-style macros to newer "__noreturn" | Robert P. J. Day | 2007-07-10 | 1 | -2/+2 |
* | [MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug. | Ralf Baechle | 2007-02-26 | 1 | -2/+2 |
* | [MIPS] Make kernel_thread_helper() static | Atsushi Nemoto | 2007-02-18 | 1 | -1/+1 |
* | [MIPS] signals: Share even more code. | Ralf Baechle | 2007-02-18 | 1 | -33/+0 |
* | [MIPS] SMTC: Cleanup idle hook invocation. | Ralf Baechle | 2007-02-06 | 1 | -4/+2 |
* | [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() | Franck Bui-Huu | 2006-10-19 | 1 | -6/+2 |
* | [MIPS] Make sure cpu_has_fpu is used only in atomic context | Atsushi Nemoto | 2006-10-09 | 1 | -1/+1 |
* | [MIPS] Make unwind_stack() can dig into interrupted context | Atsushi Nemoto | 2006-10-01 | 1 | -5/+31 |
* | [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT | Atsushi Nemoto | 2006-10-01 | 1 | -0/+1 |
* | [MIPS] get_wchan(): remove uses of mfinfo[64] | Franck Bui-Huu | 2006-09-27 | 1 | -82/+50 |
* | [MIPS] get_frame_info(): null function size means size is unknown | Franck Bui-Huu | 2006-09-27 | 1 | -2/+10 |
* | [MIPS] unwind_stack(): return ra if an exception occured at the first instruc... | Franck Bui-Huu | 2006-09-27 | 1 | -2/+5 |
* | [MIPS] Improve unwind_stack() | Franck Bui-Huu | 2006-09-27 | 1 | -13/+22 |
* | [MIPS] Make get_frame_info() more robust | Franck Bui-Huu | 2006-09-27 | 1 | -8/+6 |
* | [MIPS] Make frame_info_init() more readable. | Franck Bui-Huu | 2006-09-27 | 1 | -9/+9 |
* | [MIPS] Make get_frame_info() more readable. | Franck Bui-Huu | 2006-09-27 | 1 | -31/+36 |
* | [MIPS] dump_stack() based on prologue code analysis | Atsushi Nemoto | 2006-09-27 | 1 | -11/+55 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [MIPS] FPU affinity for MT ASE. | Ralf Baechle | 2006-04-19 | 1 | -0/+11 |
* | [MIPS] MT: Improved multithreading support. | Ralf Baechle | 2006-04-19 | 1 | -1/+9 |
* | [PATCH] unexport get_wchan | Adrian Bunk | 2006-03-31 | 1 | -1/+0 |
* | [MIPS] Signal cleanup | Atsushi Nemoto | 2006-03-21 | 1 | -16/+0 |
* | [MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup. | Atsushi Nemoto | 2006-02-14 | 1 | -81/+77 |
* | [MIPS] Make do_signal return void. | Ralf Baechle | 2006-02-08 | 1 | -2/+3 |
* | [MIPS] Add support for TIF_RESTORE_SIGMASK. | Ralf Baechle | 2006-02-08 | 1 | -2/+2 |
* | [PATCH] mips: task_stack_page() | Al Viro | 2006-01-12 | 1 | -3/+3 |
* | [PATCH] mips: task_pt_regs() | Al Viro | 2006-01-12 | 1 | -3/+1 |
* | MIPS: Namespace pollution: dump_regs() -> elf_dump_regs() | Al Viro | 2006-01-10 | 1 | -2/+2 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -0/+2 |
* | Setup_frame is now returning a success value. | Ralf Baechle | 2005-10-29 | 1 | -5/+5 |
* | Support the MIPS32 / MIPS64 DSP ASE. | Ralf Baechle | 2005-10-29 | 1 | -2/+56 |
* | NPTL, round one. | Ralf Baechle | 2005-10-29 | 1 | -0/+4 |
* | Multithreaded core dumps. | Ralf Baechle | 2005-10-29 | 1 | -0/+8 |
* | Sparseify MIPS. | Ralf Baechle | 2005-10-29 | 1 | -8/+0 |
* | Fix wchan implementation, based on earlier by from Atsushi Nemoto. | Thiemo Seufer | 2005-10-29 | 1 | -58/+77 |
* | [PATCH] mips: clean up 32/64-bit configuration | Ralf Baechle | 2005-09-05 | 1 | -4/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+364 |