1. ac8be95 [MIPS] SMTC: Instant IPI replay. by Ralf Baechle · 19 years ago
  2. c80697b [MIPS] SMTC: Fix cp0 hazard. by Ralf Baechle · 19 years ago
  3. b282b6f [PATCH] Change cpu_up and co from __devinit to __cpuinit by Gautham R Shenoy · 19 years ago
  4. e16d8df [MIPS] Fix N32 SysV IPC routines by Atsushi Nemoto · 19 years ago
  5. 2dbda7d [MIPS] PNX8550: Fix system timer support by Vitaly Wool · 19 years ago
  6. f860c90 [MIPS] csum_partial and copy in parallel by Atsushi Nemoto · 19 years ago
  7. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 19 years ago
  8. 2efac77 [MIPS] Discard .exit.text and .exit.data at runtime. by Ralf Baechle · 19 years ago
  9. f8bf35a [MIPS] Export pm_power_off by Ralf Baechle · 19 years ago
  10. 86384d5 [MIPS] Discard .exit.text at linktime. by Ralf Baechle · 19 years ago
  11. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 19 years ago
  12. c25c79d [MIPS] Qemu now has an ELF loader. by Ralf Baechle · 19 years ago
  13. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 19 years ago
  14. 1b04fe9 [PATCH] struct path: convert mips by Josef Sipek · 19 years ago
  15. 584236a [PATCH] elf: include terminating zero in n_namesz by Magnus Damm · 19 years ago
  16. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 19 years ago
  17. 3f5e573 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  18. 2cafe97 [MIPS] Import updates from i386's i8259.c by Atsushi Nemoto · 19 years ago
  19. e77c232 [MIPS] Compile __do_IRQ() when really needed by Franck Bui-Huu · 19 years ago
  20. 1ccd1c1 [MIPS] genirq: use name instead of typename by Atsushi Nemoto · 19 years ago
  21. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 19 years ago
  22. 0004a9d [MIPS] Cleanup memory barriers for weakly ordered systems. by Ralf Baechle · 19 years ago
  23. 05e4396 [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32 by Atsushi Nemoto · 19 years ago
  24. aa414df [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case. by Ralf Baechle · 19 years ago
  25. 63dc68a [MIPS] Use conditional traps for BUG_ON on MIPS II and better. by Ralf Baechle · 19 years ago
  26. 0059856 [MIPS] mips HPT cleanup: make clocksource_mips public by Atsushi Nemoto · 19 years ago
  27. 187933f [MIPS] do_IRQ cleanup by Atsushi Nemoto · 19 years ago
  28. e567988 [MIPS] Work around bogus gcc warnings. by Ralf Baechle · 19 years ago
  29. dd6bfd6 [MIPS] Fix double inclusions by Nicolas Kaiser · 19 years ago
  30. 1417836 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq by Atsushi Nemoto · 19 years ago
  31. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 19 years ago
  32. c87b6eb [MIPS] mips hpt cleanup: get rid of mips_hpt_init by Atsushi Nemoto · 19 years ago
  33. 583bb86 [MIPS] Add support for kexec by Nicolas Schichan · 19 years ago
  34. c237923 [MIPS] Don't print presence of WAIT instruction on bootup. by Ralf Baechle · 19 years ago
  35. 5b10496 [MIPS] Fast path for rdhwr emulation for TLS by Atsushi Nemoto · 19 years ago
  36. 656be92 [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n by Atsushi Nemoto · 19 years ago
  37. a7837b7 [MIPS] setup.c: clean up initrd related code by Franck Bui-Huu · 19 years ago
  38. f5bffe3 [MIPS] setup.c: use __pa_symbol() where needed by Franck Bui-Huu · 19 years ago
  39. d4df6d4 [MIPS] setup.c: get ride of CPHYSADDR() by Franck Bui-Huu · 19 years ago
  40. f5d6c63 [MIPS] Do topology_init even on uniprocessor kernels. by Ralf Baechle · 19 years ago
  41. 4a4cf77 [MIPS] Make irq number allocator generally available for fixing EV64120. by Ralf Baechle · 19 years ago
  42. 9ba126c [MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD. by Ralf Baechle · 19 years ago
  43. 64c590b [MIPS] SMTC: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  44. cb56837 [MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup. by Ralf Baechle · 19 years ago
  45. 242954b [MIPS] 16K & 64K page size fixes by Ralf Baechle · 19 years ago
  46. 16b7b2a [MIPS] Fixup migration to GENERIC_TIME by Atsushi Nemoto · 19 years ago
  47. 70e46f4 [MIPS] VSMP: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  48. 781b0f8 [MIPS] VSMP: Fix initialization ordering bug. by Ralf Baechle · 19 years ago
  49. 3ab0f40 [MIPS] Fix warning of printk format in mips_srs_init() by Yoichi Yuasa · 19 years ago
  50. 991ea26 [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. by Ralf Baechle · 19 years ago
  51. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 19 years ago
  52. d2bcf87 [MIPS] Reserve syscall numbers for kexec_load. by Ralf Baechle · 19 years ago
  53. eea32d4 [MIPS] save_context_stack fix by Atsushi Nemoto · 19 years ago
  54. 089c7e7 [MIPS] Use compat_sys_mount. by Ralf Baechle · 19 years ago
  55. 53571ce [MIPS] Fix O32 personality(2) call with 0xffffffff argument. by Thiemo Seufer · 19 years ago
  56. 55b7428 [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() by Franck Bui-Huu · 19 years ago
  57. 9a244b9 [MIPS] Pass NULL not 0 for pointer value. by Ralf Baechle · 19 years ago
  58. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 19 years ago
  59. 0e8f8f5 [MIPS] NUMA: Register all nodes before cpus or sysfs will barf. by Ralf Baechle · 20 years ago
  60. f431baa [MIPS] ret_from_irq adjustment by Atsushi Nemoto · 19 years ago
  61. 441ee34 [MIPS] Fix RM9000 wait instruction detection. by Ralf Baechle · 20 years ago
  62. 27f7681 [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. by Ralf Baechle · 19 years ago
  63. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 19 years ago
  64. 31aa366 [MIPS] Show actual CPU information in /proc/cpuinfo by Karl-Johan Karlsson · 19 years ago
  65. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  66. 8db0201 [MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME. by Ralf Baechle · 19 years ago
  67. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 19 years ago
  68. 12dce62 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  69. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 19 years ago
  70. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 19 years ago
  71. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 19 years ago
  72. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 19 years ago
  73. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 19 years ago
  74. aa40080 [MIPS] Update i8259 resources. by Yoichi Yuasa · 19 years ago
  75. 1924600 [MIPS] Make unwind_stack() can dig into interrupted context by Atsushi Nemoto · 19 years ago
  76. 2312669 [MIPS] Stacktrace build-fix and improvement by Atsushi Nemoto · 19 years ago
  77. 1df0f0f [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT by Atsushi Nemoto · 19 years ago
  78. eae6c0d [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORT by Atsushi Nemoto · 19 years ago
  79. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 19 years ago
  80. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 19 years ago
  81. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 19 years ago
  82. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 19 years ago
  83. a09fc44 [MIPS] setup.c: use early_param() for early command line parsing by Franck Bui-Huu · 19 years ago
  84. 1c6fd44 [MIPS] setup.c: remove MAXMEM macro by Franck Bui-Huu · 19 years ago
  85. 8df32c6 [MIPS] setup.c: do not inline functions by Franck Bui-Huu · 19 years ago
  86. 8ff7bc4 [MIPS] setup.c: remove useless includes. by Franck Bui-Huu · 19 years ago
  87. d2043ca [MIPS] setup.c: move initrd code inside dedicated functions by Franck Bui-Huu · 19 years ago
  88. b6f1f0d [MIPS] setup.c: cleanup bootmem_init() by Franck Bui-Huu · 19 years ago
  89. b594318 [MIPS] get_wchan(): remove uses of mfinfo[64] by Franck Bui-Huu · 19 years ago
  90. 29b376f [MIPS] get_frame_info(): null function size means size is unknown by Franck Bui-Huu · 19 years ago
  91. 1fd6909 [MIPS] unwind_stack(): return ra if an exception occured at the first instruction by Franck Bui-Huu · 19 years ago
  92. 63415db [MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels by Richard Sandiford · 19 years ago
  93. 633fd56 [MIPS] Move definition of IRIX compat constant into IRIX compat code. by Ralf Baechle · 19 years ago
  94. 06be375 [MIPS] TLS: set_thread_area returns asmlinkage int not void. by Ralf Baechle · 19 years ago
  95. 717736d [MIPS] TLS: Delete unused sys32_set_thread_area by Ralf Baechle · 19 years ago
  96. 60a6c37 [MIPS] Reduce race between cpu_wait() and need_resched() checking by Atsushi Nemoto · 20 years ago
  97. 7fdeb04 [MIPS] Wire up set_robust_list(2) and get_robust_list(2) by Atsushi Nemoto · 19 years ago
  98. 898d229 [MIPS] Make prepare_frametrace() not clobber v0 by Atsushi Nemoto · 19 years ago
  99. a94d702 [MIPS] MT: Fix setting of XTC. by Elizabeth Oldham · 19 years ago
  100. 6e74bae [MIPS] SMTC Build fix. by Ralf Baechle · 19 years ago