1. 0550d9d [MIPS] Remove redundant r4k_blast_icache() calls by Atsushi Nemoto · 19 years ago
  2. e567988 [MIPS] Work around bogus gcc warnings. by Ralf Baechle · 19 years ago
  3. dd6bfd6 [MIPS] Fix double inclusions by Nicolas Kaiser · 19 years ago
  4. 1417836 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq by Atsushi Nemoto · 19 years ago
  5. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 19 years ago
  6. c87b6eb [MIPS] mips hpt cleanup: get rid of mips_hpt_init by Atsushi Nemoto · 19 years ago
  7. 0d02f07 [MIPS] PB1200: Remove duplicate definitions by Yoichi Yuasa · 19 years ago
  8. 714cfe7 [MIPS] Oprofile: kernel support for the R10000. by Ralf Baechle · 19 years ago
  9. 583bb86 [MIPS] Add support for kexec by Nicolas Schichan · 19 years ago
  10. c237923 [MIPS] Don't print presence of WAIT instruction on bootup. by Ralf Baechle · 19 years ago
  11. 5b10496 [MIPS] Fast path for rdhwr emulation for TLS by Atsushi Nemoto · 19 years ago
  12. 656be92 [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n by Atsushi Nemoto · 19 years ago
  13. 56ae583 [MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITE by Yoichi Yuasa · 19 years ago
  14. acd86b8 [MIPS] Make free_init_pages() arguments to be physical addresses by Franck Bui-Huu · 19 years ago
  15. a7837b7 [MIPS] setup.c: clean up initrd related code by Franck Bui-Huu · 19 years ago
  16. f5bffe3 [MIPS] setup.c: use __pa_symbol() where needed by Franck Bui-Huu · 19 years ago
  17. d4df6d4 [MIPS] setup.c: get ride of CPHYSADDR() by Franck Bui-Huu · 19 years ago
  18. 99e3b94 [MIPS] page.h: remove __pa() usages. by Franck Bui-Huu · 19 years ago
  19. f5d6c63 [MIPS] Do topology_init even on uniprocessor kernels. by Ralf Baechle · 19 years ago
  20. 177b292 [MIPS] Fix Bonito bootup message. by Ralf Baechle · 19 years ago
  21. eb48287 [MIPS] Hack for SB1 cache issues by Thiemo Seufer · 19 years ago
  22. 73f4388 [MIPS] Fix EV64120 and Ocelot builds by providing a plat_timer_setup(). by Ralf Baechle · 19 years ago
  23. 4e5852f [MIPS] EV64120: Fix PCI interrupt allocation. by Ralf Baechle · 19 years ago
  24. 4a4cf77 [MIPS] Make irq number allocator generally available for fixing EV64120. by Ralf Baechle · 19 years ago
  25. 325d08d [MIPS] EV64120: Fix timer initialization for HZ != 100. by Ralf Baechle · 19 years ago
  26. ff28cbd [MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion. by Ralf Baechle · 19 years ago
  27. 907c51b [MIPS] Ocelot C: Fix MAC address detection after platform_device conversion. by Ralf Baechle · 19 years ago
  28. d6b861c6 [MIPS] SB1: On bootup only flush cache on local CPU. by Ralf Baechle · 19 years ago
  29. d19f7be [MIPS] Ocelot 3: Fix large number of warnings. by Ralf Baechle · 19 years ago
  30. ad0b365 [MIPS] Ocelot C: Fix mapping of ioport address range. by Ralf Baechle · 19 years ago
  31. 2002d2b [MIPS] Ocelot C: Fix warning about missmatching format string. by Ralf Baechle · 19 years ago
  32. 9c422e2 [MIPS] Ocelot C: fix eth registration after conversion to platform_device by Ralf Baechle · 19 years ago
  33. cca7233 [MIPS] Ocelot C: Fix large number of warnings. by Ralf Baechle · 19 years ago
  34. 236d333 [MIPS] Do not use -msym32 option for modules. by Atsushi Nemoto · 19 years ago
  35. 8b922a8 [MIPS] Ocelot G: Fix : "CURRENTLY_UNUSED" is not defined warning. by Ralf Baechle · 19 years ago
  36. 9ba126c [MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD. by Ralf Baechle · 19 years ago
  37. 1a5c5de [MIPS] IP27: Allow SMP ;-) Another changeset messed up by patch. by Ralf Baechle · 19 years ago
  38. 8a88ca8 [MIPS] Fix merge screwup by patch(1) by Ralf Baechle · 19 years ago
  39. 8427829 Revert "[MIPS] Make SPARSEMEM selectable on QEMU." by Ralf Baechle · 19 years ago
  40. 67cac1e [MIPS] Fix warning in mips-boards generic PCI by Yoichi Yuasa · 19 years ago
  41. 64c590b [MIPS] SMTC: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  42. cb56837 [MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup. by Ralf Baechle · 19 years ago
  43. 242954b [MIPS] 16K & 64K page size fixes by Ralf Baechle · 19 years ago
  44. 16b7b2a [MIPS] Fixup migration to GENERIC_TIME by Atsushi Nemoto · 19 years ago
  45. 70e46f4 [MIPS] VSMP: Synchronize cp0 counters on bootup. by Ralf Baechle · 19 years ago
  46. e79f55a [MIPS] Flags must be unsigned long. by Ralf Baechle · 19 years ago
  47. 781b0f8 [MIPS] VSMP: Fix initialization ordering bug. by Ralf Baechle · 19 years ago
  48. 3ab0f40 [MIPS] Fix warning of printk format in mips_srs_init() by Yoichi Yuasa · 19 years ago
  49. 38384c8 [MIPS] Yosemite: fix uninitialized variable in titan_i2c_xfer() by Yoichi Yuasa · 19 years ago
  50. c21e6d6 [MIPS] Sort out missuse of __init for prom_getcmdline() by Ralf Baechle · 19 years ago
  51. e8f05de [MIPS] Add missing file for support of backplane on TX4927 based board by Manish Lachwani · 21 years ago
  52. 0887fa5 [MIPS] TX4927: Remove indent error message that somehow ended in the code. by Ralf Baechle · 19 years ago
  53. e523318 [MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup. by Ralf Baechle · 19 years ago
  54. 77aec99 [MIPS] EMMA 2 / Markeins: struct resource takes physical addresses. by Ralf Baechle · 19 years ago
  55. 4aad7b7 [MIPS] EMMA 2 / Markeins: Convert to name struct resource initialization. by Ralf Baechle · 19 years ago
  56. e30e66b [MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes. by Ralf Baechle · 19 years ago
  57. 408d325 [MIPS] EMMA 2 / Markeins: Fix build wreckage due to genirq wreckage. by Ralf Baechle · 19 years ago
  58. 6ceb6d3 [MIPS] Ocelot G: Fix build error and numerous warnings. by Ralf Baechle · 19 years ago
  59. c39c30d [MIPS] Fix return value of TXX9 SPI interrupt handler by Yoichi Yuasa · 19 years ago
  60. a597a47 [MIPS] Au1000: Fix warning about unused variable. by Yoichi Yuasa · 19 years ago
  61. 991ea26 [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. by Ralf Baechle · 19 years ago
  62. 9448b8f [MIPS] Make SB1 cache flushes not to use on_each_cpu by Manish Lachwani · 19 years ago
  63. f0ec69e [MIPS] Fix warning about unused definition in c-sb1.c by Yoichi Yuasa · 19 years ago
  64. 8cde4a3 [MIPS] SMTC: Make 8 the default number of processors. by Ralf Baechle · 19 years ago
  65. ea3df4a [MIPS] Oprofile: Fix MIPSxx counter number detection. by Ralf Baechle · 19 years ago
  66. 53c1b19 [MIPS] Au1xx0 code sets incorrect mips_hpt_frequency by Sergei Shtylyov · 19 years ago
  67. be609f3 [MIPS] Oprofile: fix on non-VSMP / non-SMTC SMP configurations. by Ralf Baechle · 19 years ago
  68. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 19 years ago
  69. f8829ca [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_page by Ralf Baechle · 19 years ago
  70. 224dc50 [MIPS] Cleanup remaining references to mips_counter_frequency. by Ralf Baechle · 19 years ago
  71. d89e36d [MIPS] Fix iounmap argument to const volatile. by Ralf Baechle · 19 years ago
  72. d2bcf87 [MIPS] Reserve syscall numbers for kexec_load. by Ralf Baechle · 19 years ago
  73. e7a6f9c [MIPS] Update tb0287_defconfig by Yoichi Yuasa · 19 years ago
  74. 0895b19 [MIPS] Update pnx8550-v2pci_defconfig by Yoichi Yuasa · 19 years ago
  75. 00ddf2b [MIPS] Update pnx8500-jbs_defconfig by Yoichi Yuasa · 19 years ago
  76. eea32d4 [MIPS] save_context_stack fix by Atsushi Nemoto · 19 years ago
  77. 089c7e7 [MIPS] Use compat_sys_mount. by Ralf Baechle · 19 years ago
  78. 53571ce [MIPS] Fix O32 personality(2) call with 0xffffffff argument. by Thiemo Seufer · 19 years ago
  79. 36d98e7 [MIPS] A few more pt_regs fixups. by Ralf Baechle · 19 years ago
  80. ba38cdf [MIPS] Malta: Fix uninitialized regs pointer. by Ralf Baechle · 19 years ago
  81. 22c56c3 [MIPS] Delete unneeded pt_regs forward declaration. by Ralf Baechle · 19 years ago
  82. 55b7428 [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() by Franck Bui-Huu · 19 years ago
  83. 9a244b9 [MIPS] Pass NULL not 0 for pointer value. by Ralf Baechle · 19 years ago
  84. c11b3c1b [MIPS] IP27: Make declaration of setup_replication_mask a proper prototype. by Ralf Baechle · 19 years ago
  85. 67672f5 [MIPS] BigSur: More useful defconfig. by Ralf Baechle · 19 years ago
  86. 472f291 [MIPS] Fix compilation warnings in arch/mips/sibyte/bcm1480/smp.c by Mark Mason · 19 years ago
  87. f940541 [MIPS] Workaround for bug in gcc -EB / -EL options. by Ralf Baechle · 19 years ago
  88. ea57428 [MIPS] Fix timer setup for Jazz by Yoichi Yuasa · 19 years ago
  89. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 19 years ago
  90. f5c70dd [MIPS] Fix build errors related to wbflush.h on tx4927/tx4938. by Atsushi Nemoto · 19 years ago
  91. 5536b23 [MIPS] Alchemy: nuke usbdev; it's useless as is ... by Ralf Baechle · 19 years ago
  92. 0118c3c [MIPS] Malta: Fix build for non-MIPS32/64 configuration. by Ralf Baechle · 19 years ago
  93. 0e8f8f5 [MIPS] NUMA: Register all nodes before cpus or sysfs will barf. by Ralf Baechle · 19 years ago
  94. f431baa [MIPS] ret_from_irq adjustment by Atsushi Nemoto · 19 years ago
  95. 441ee34 [MIPS] Fix RM9000 wait instruction detection. by Ralf Baechle · 19 years ago
  96. 40220c1 IRQ: Use the new typedef for interrupt handler function pointers by David Howells · 19 years ago
  97. 27f7681 [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. by Ralf Baechle · 19 years ago
  98. 6dab2f4 [MIPS] DEC: pt_regs fixes for buserror handlers by Ralf Baechle · 19 years ago
  99. 6554207 [MIPS] Fix return type of gt64120_irq. by Ralf Baechle · 19 years ago
  100. d864b96 [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument. by Ralf Baechle · 19 years ago