1. 722bb63 [MIPS] signal: factorize debug code by Franck Bui-Huu · 19 years ago
  2. 601dde4 [MIPS] signal: test return value of install_sigtramp() by Franck Bui-Huu · 19 years ago
  3. 36a1f2c [MIPS] signal32: remove duplicate code by Franck Bui-Huu · 19 years ago
  4. c0b9bae [MIPS] signal: clean up sigframe structure by Franck Bui-Huu · 19 years ago
  5. c3fc4ab [MIPS] signal: do not inline functions in signal-common.h by Franck Bui-Huu · 19 years ago
  6. a007b1f [MIPS] signals: reduce {setup,restore}_sigcontext sizes by Franck Bui-Huu · 19 years ago
  7. bb3d7c7 [MIPS] RTLX: Sprinkle device model code into code to make udev happier. by Ralf Baechle · 19 years ago
  8. 27a3bba [MIPS] VPE: Sprinkle device model code into code to make udev happier. by Ralf Baechle · 19 years ago
  9. 2116245 [APM] MIPS: Convert to use shared APM emulation. by Ralf Baechle · 19 years ago
  10. 37f2674 [MIPS] Move .set reorder out of conditional code by Chris Dearman · 19 years ago
  11. 6d66710 [MIPS] Check FCSR for pending interrupts before restoring from a context. by Chris Dearman · 19 years ago
  12. 5868756 [MIPS] SMTC: Make a bunch of functions and variables static. by Ralf Baechle · 19 years ago
  13. 99d233f [MIPS] Use compat_sys_pselect6 by Joseph S. Myers · 19 years ago
  14. 447deaf [MIPS] SMTC: Cleanup idle hook invocation. by Ralf Baechle · 19 years ago
  15. 7418cb8 [MIPS] SELinux: Add security hooks to mips-mt {get,set}affinity by David Quigley · 20 years ago
  16. c917061 [MIPS] IRIX: Linux coding style cleanups. by Ralf Baechle · 19 years ago
  17. e0daad4 [MIPS] Whitespace cleanups. by Ralf Baechle · 19 years ago
  18. be6e143 [MIPS] vpe_elfload and vpe_run are only used locally, make them static. by Ralf Baechle · 19 years ago
  19. 418451c [MIPS] SMTC: remove unused atomic_postclear by Ralf Baechle · 19 years ago
  20. 69a6c31 [MIPS] Move some kernel globals from asm file to C file. by Atsushi Nemoto · 19 years ago
  21. 70d21cd [MIPS] use name instead of typename for each irq_chip by Atsushi Nemoto · 19 years ago
  22. 6f284a2 [MIPS] FLATMEM: introduce PHYS_OFFSET. by Franck Bui-Huu · 19 years ago
  23. db84dc6 [MIPS] Setup min_low_pfn/max_low_pfn correctly by Franck Bui-Huu · 19 years ago
  24. 2fa7937 [MIPS] Make I8259A_IRQ_BASE customizable by Atsushi Nemoto · 19 years ago
  25. 97dcb82 [MIPS] Define MIPS_CPU_IRQ_BASE in generic header by Atsushi Nemoto · 19 years ago
  26. b6ec8f0 [MIPS] Remove unused rm9k_cpu_irq_disable() by Atsushi Nemoto · 19 years ago
  27. 9cfdf6f [MIPS] VPE loader: Initialize lists before they're actually being used ... by Ralf Baechle · 19 years ago
  28. ec43c01 [MIPS] SMTC: Fix module build by exporting symbol by Ralf Baechle · 19 years ago
  29. a0b6218 [MIPS] SMTC: Fix TLB sizing bug for TLB of 64 >= entries by Ralf Baechle · 19 years ago
  30. ac8be95 [MIPS] SMTC: Instant IPI replay. by Ralf Baechle · 19 years ago
  31. c80697b [MIPS] SMTC: Fix cp0 hazard. by Ralf Baechle · 19 years ago
  32. b282b6f [PATCH] Change cpu_up and co from __devinit to __cpuinit by Gautham R Shenoy · 19 years ago
  33. e16d8df [MIPS] Fix N32 SysV IPC routines by Atsushi Nemoto · 19 years ago
  34. 2dbda7d [MIPS] PNX8550: Fix system timer support by Vitaly Wool · 19 years ago
  35. f860c90 [MIPS] csum_partial and copy in parallel by Atsushi Nemoto · 19 years ago
  36. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 19 years ago
  37. 2efac77 [MIPS] Discard .exit.text and .exit.data at runtime. by Ralf Baechle · 19 years ago
  38. f8bf35a [MIPS] Export pm_power_off by Ralf Baechle · 19 years ago
  39. 86384d5 [MIPS] Discard .exit.text at linktime. by Ralf Baechle · 19 years ago
  40. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 19 years ago
  41. c25c79d [MIPS] Qemu now has an ELF loader. by Ralf Baechle · 19 years ago
  42. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 19 years ago
  43. 1b04fe9 [PATCH] struct path: convert mips by Josef Sipek · 19 years ago
  44. 584236a [PATCH] elf: include terminating zero in n_namesz by Magnus Damm · 19 years ago
  45. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 19 years ago
  46. 3f5e573 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  47. 2cafe97 [MIPS] Import updates from i386's i8259.c by Atsushi Nemoto · 19 years ago
  48. e77c232 [MIPS] Compile __do_IRQ() when really needed by Franck Bui-Huu · 19 years ago
  49. 1ccd1c1 [MIPS] genirq: use name instead of typename by Atsushi Nemoto · 19 years ago
  50. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 19 years ago
  51. 0004a9d [MIPS] Cleanup memory barriers for weakly ordered systems. by Ralf Baechle · 19 years ago
  52. 05e4396 [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32 by Atsushi Nemoto · 19 years ago
  53. aa414df [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case. by Ralf Baechle · 19 years ago
  54. 63dc68a [MIPS] Use conditional traps for BUG_ON on MIPS II and better. by Ralf Baechle · 19 years ago
  55. 0059856 [MIPS] mips HPT cleanup: make clocksource_mips public by Atsushi Nemoto · 19 years ago
  56. 187933f [MIPS] do_IRQ cleanup by Atsushi Nemoto · 19 years ago
  57. e567988 [MIPS] Work around bogus gcc warnings. by Ralf Baechle · 19 years ago
  58. dd6bfd6 [MIPS] Fix double inclusions by Nicolas Kaiser · 19 years ago
  59. 1417836 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq by Atsushi Nemoto · 19 years ago
  60. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 19 years ago
  61. c87b6eb [MIPS] mips hpt cleanup: get rid of mips_hpt_init by Atsushi Nemoto · 19 years ago
  62. 583bb86 [MIPS] Add support for kexec by Nicolas Schichan · 19 years ago
  63. c237923 [MIPS] Don't print presence of WAIT instruction on bootup. by Ralf Baechle · 19 years ago
  64. 5b10496 [MIPS] Fast path for rdhwr emulation for TLS by Atsushi Nemoto · 19 years ago
  65. 656be92 [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n by Atsushi Nemoto · 19 years ago
  66. a7837b7 [MIPS] setup.c: clean up initrd related code by Franck Bui-Huu · 19 years ago
  67. f5bffe3 [MIPS] setup.c: use __pa_symbol() where needed by Franck Bui-Huu · 19 years ago
  68. d4df6d4 [MIPS] setup.c: get ride of CPHYSADDR() by Franck Bui-Huu · 19 years ago
  69. f5d6c63 [MIPS] Do topology_init even on uniprocessor kernels. by Ralf Baechle · 19 years ago
  70. 4a4cf77 [MIPS] Make irq number allocator generally available for fixing EV64120. by Ralf Baechle · 19 years ago
  71. 9ba126c [MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD. by Ralf Baechle · 19 years ago
  72. 64c590b [MIPS] SMTC: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  73. cb56837 [MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup. by Ralf Baechle · 19 years ago
  74. 242954b [MIPS] 16K & 64K page size fixes by Ralf Baechle · 19 years ago
  75. 16b7b2a [MIPS] Fixup migration to GENERIC_TIME by Atsushi Nemoto · 19 years ago
  76. 70e46f4 [MIPS] VSMP: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  77. 781b0f8 [MIPS] VSMP: Fix initialization ordering bug. by Ralf Baechle · 19 years ago
  78. 3ab0f40 [MIPS] Fix warning of printk format in mips_srs_init() by Yoichi Yuasa · 19 years ago
  79. 991ea26 [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. by Ralf Baechle · 19 years ago
  80. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 19 years ago
  81. d2bcf87 [MIPS] Reserve syscall numbers for kexec_load. by Ralf Baechle · 19 years ago
  82. eea32d4 [MIPS] save_context_stack fix by Atsushi Nemoto · 19 years ago
  83. 089c7e7 [MIPS] Use compat_sys_mount. by Ralf Baechle · 19 years ago
  84. 53571ce [MIPS] Fix O32 personality(2) call with 0xffffffff argument. by Thiemo Seufer · 19 years ago
  85. 55b7428 [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() by Franck Bui-Huu · 19 years ago
  86. 9a244b9 [MIPS] Pass NULL not 0 for pointer value. by Ralf Baechle · 19 years ago
  87. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 19 years ago
  88. 0e8f8f5 [MIPS] NUMA: Register all nodes before cpus or sysfs will barf. by Ralf Baechle · 19 years ago
  89. f431baa [MIPS] ret_from_irq adjustment by Atsushi Nemoto · 19 years ago
  90. 441ee34 [MIPS] Fix RM9000 wait instruction detection. by Ralf Baechle · 20 years ago
  91. 27f7681 [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. by Ralf Baechle · 19 years ago
  92. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 19 years ago
  93. 31aa366 [MIPS] Show actual CPU information in /proc/cpuinfo by Karl-Johan Karlsson · 19 years ago
  94. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  95. 8db0201 [MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME. by Ralf Baechle · 19 years ago
  96. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 19 years ago
  97. 12dce62 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  98. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 19 years ago
  99. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 19 years ago
  100. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 19 years ago