1. 02416dc Redo RM9000 workaround which along with other DSP ASE changes was by Ralf Baechle · 20 years ago
  2. aac8aa7 Enable a suitable ISA for the assembler around ll/sc so that code by Maciej W. Rozycki · 20 years ago
  3. 478489d Remove dead code which was causing warnings. by Ralf Baechle · 20 years ago
  4. ac130ac Fix build with CONFIG_PRINTK disabled. by Ralf Baechle · 20 years ago
  5. e50c0a8 Support the MIPS32 / MIPS64 DSP ASE. by Ralf Baechle · 20 years ago
  6. ffd099b Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-) by Ralf Baechle · 20 years ago
  7. fdb551a Bugs are now a configuration option. by Ralf Baechle · 20 years ago
  8. 629c83f On MIPS the struct sigev preamble is only 8 bytes. by Ralf Baechle · 20 years ago
  9. 4a99d1e Now that a struct is the only member left in struct by Ralf Baechle · 20 years ago
  10. baee502 Get rid of the eir struct mips_fpu_emulator_private member. It's by Ralf Baechle · 20 years ago
  11. 1d74f6b __compute_return_epc() uses CFC1 instruction which might result in a by Ralf Baechle · 20 years ago
  12. 4194318 Cleanup decoding of MIPSxx config registers. by Ralf Baechle · 20 years ago
  13. ba5187d Better interface to run uncached cache setup code. by Thiemo Seufer · 20 years ago
  14. 7de8d23 * use 'unsigned long' as address supplied to au_write[bwl]() by Pete Popov · 20 years ago
  15. 9447cbf Fix D-cache aliasing problem in the PIO IDE driver potencially resulting by Ralf Baechle · 20 years ago
  16. ecba36d Fix a few build warnings. by Ralf Baechle · 20 years ago
  17. 88de09f Need to include smp.h for the definition of smp_processor_id(). by Ralf Baechle · 20 years ago
  18. b63014a Move sync into the delay slot here also. by Ralf Baechle · 20 years ago
  19. 3c37026 NPTL, round one. by Ralf Baechle · 20 years ago
  20. 3855157 Build fix for certain configurations. by Ralf Baechle · 20 years ago
  21. f03da6e Fix BogoMIPS display on UP and some minor cosmetical things. by Ralf Baechle · 20 years ago
  22. ac5d8c0 Use fixed up pfn. by Thiemo Seufer · 20 years ago
  23. 3b495f2 Au1100 FB driver uplift for 2.6. by Pete Popov · 20 years ago
  24. 1b3a6e9 Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMP by Thiemo Seufer · 20 years ago
  25. 7c2740f HUB interrupts are allocated per node, not per slice. Make by Ralf Baechle · 20 years ago
  26. 127c6f6 SECCOMP for MIPS. by Ralf Baechle · 20 years ago
  27. 53de0d4 Reformat; cosmetic cleanups. by Ralf Baechle · 20 years ago
  28. 1592dac Reformatting, remove debugging code. by Ralf Baechle · 20 years ago
  29. 71e0e55 Multithreaded core dumps. by Ralf Baechle · 20 years ago
  30. 77c728c Gcc 4.0 fixes. by Ralf Baechle · 20 years ago
  31. 5eaf7a2 Use new txx9 serial driver. by Ralf Baechle · 20 years ago
  32. 88d535b One definition of back_to_back_c0_hazard too much. by Ralf Baechle · 20 years ago
  33. fe00f94 Sparseify MIPS. by Ralf Baechle · 20 years ago
  34. 5068deb New hazard handling function back_to_back_c0_hazard() to handle back to by Ralf Baechle · 20 years ago
  35. 0f04afb ISOify. by Ralf Baechle · 20 years ago
  36. 2d32ffa Moved irq_tab_alchemy to the board specific irqmap.c files. by Pete Popov · 20 years ago
  37. e3ad1c2 Base Au1200 2.6 support. by Pete Popov · 20 years ago
  38. 0bd5d2e Cleanup fpuemuprivate declarations. by Ralf Baechle · 20 years ago
  39. 65bda1a Switch SiByte drivers back to __raw_*() functions. by Maciej W. Rozycki · 20 years ago
  40. 4912ba7 Define mem_*() I/O accessory functions that preserve byte addresses. by Maciej W. Rozycki · 20 years ago
  41. 1f82bdb Define MAP_BASE for IP27 by Ralf Baechle · 20 years ago
  42. c4ed38a Resurrect Cobalt support for 2.6. by Ralf Baechle · 20 years ago
  43. 049b13c Enable/disable irq's only if needed. by Thiemo Seufer · 20 years ago
  44. f29244a Fix compilation, and bring 32/64 bit variants more in line. by Thiemo Seufer · 20 years ago
  45. 4e6a05f Improved modules loader, more robust and works on 64bit kernels. by Thiemo Seufer · 20 years ago
  46. 7ee8798 Until I figure out why NFS filesystems are having problems with by Steven J. Hill · 20 years ago
  47. a4f23e3 Allocate break code 513 to KDB. by Ralf Baechle · 20 years ago
  48. 85b6e81 Rewrite to avoid the use of $at. Unfortunately binutils 2.15 and CVS by Ralf Baechle · 20 years ago
  49. c6e8b58 Update MIPS to use the 4-level pagetable code thereby getting rid of by Ralf Baechle · 21 years ago
  50. 26852d5 Fix ptrace aliasing issue in copy_from_user_page / copy_to_user_page. by Ralf Baechle · 21 years ago
  51. 55a6feb Add a few more PrId vendor IDs. by Ralf Baechle · 21 years ago
  52. 84fd089 Delete duplicate copy of fixrange_init. by Ralf Baechle · 21 years ago
  53. 0efe276 Provide functions to access cop0 config4-7 registers by Ralf Baechle · 21 years ago
  54. e3c4807 Define __raw_read_can_lock / __raw_write_can_lock. by Ralf Baechle · 21 years ago
  55. 6b12397 Fix compilation; by Manish Lachwani. by Maciej W. Rozycki · 21 years ago
  56. aa0980b8 Fixes for system controllers for Atlas/Malta core cards. by Maciej W. Rozycki · 21 years ago
  57. c83cfc9 Get rid of early_init. There's more need to make this form of by Ralf Baechle · 20 years ago
  58. e5dfa92 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 20 years ago
  59. 185a8ff [PATCH] gfp_t: dma-mapping (mips) by Al Viro · 20 years ago
  60. 302a5c4b [PATCH] sgiseeq: Configure PIO and DMA timing requests. by Ralf Baechle · 20 years ago
  61. 8b1f312 [PATCH] mm: move_pte to remap ZERO_PAGE by Nick Piggin · 20 years ago
  62. 33bf561 [PATCH] feature removal of io_remap_page_range() by Randy Dunlap · 20 years ago
  63. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 20 years ago
  64. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 20 years ago
  65. 24b20ac [PATCH] remove unnecessary handle_IRQ_event() prototypes by Kenji Kaneshige · 20 years ago
  66. 4d666d7 [PATCH] mips: add TANBAC TB0287 support by Yoichi Yuasa · 20 years ago
  67. 048eb58 kbuild: mips use generic asm-offsets.h support by Sam Ravnborg · 20 years ago
  68. 8d286aa [PATCH] Clean up struct flock64 definitions by Stephen Rothwell · 20 years ago
  69. 5ac353f [PATCH] Clean up struct flock definitions by Stephen Rothwell · 20 years ago
  70. 1abf62a [PATCH] Clean up the fcntl operations by Stephen Rothwell · 20 years ago
  71. e64ca97 [PATCH] Clean up the open flags by Stephen Rothwell · 20 years ago
  72. 9317259 [PATCH] Create asm-generic/fcntl.h by Stephen Rothwell · 20 years ago
  73. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 20 years ago
  74. c8d1274 [PATCH] remove asm-*/hdreg.h by Christoph Hellwig · 20 years ago
  75. 36d57ac [PATCH] auxiliary vector cleanups by H. J. Lu · 20 years ago
  76. 202e597 [PATCH] compat: be more consistent about [ug]id_t by Stephen Rothwell · 20 years ago
  77. 4732efb [PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup by Jakub Jelinek · 20 years ago
  78. 6fe7f25 [PATCH] mips: remove timex.h for vr41xx by Yoichi Yuasa · 20 years ago
  79. 766160c [PATCH] mips: fix build warnings by Yoichi Yuasa · 20 years ago
  80. e63ea56 [PATCH] mips: add pcibios_bus_to_resource by Yoichi Yuasa · 20 years ago
  81. e2de849 [PATCH] mips: add pcibios_select_root by Yoichi Yuasa · 20 years ago
  82. 4ce588c [PATCH] mips: fix coherency configuration by Ralf Baechle · 20 years ago
  83. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 20 years ago
  84. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 20 years ago
  85. 0711962 [PATCH] mips: add support for Qemu system architecture by Ralf Baechle · 20 years ago
  86. 003b549 [PATCH] mips: remove HP Laserjet remains by Ralf Baechle · 20 years ago
  87. 0fdda10 [PATCH] mips: remove VR4181 support by Ralf Baechle · 20 years ago
  88. 979934d [PATCH] mips: update IRQ handling for vr41xx by Yoichi Yuasa · 20 years ago
  89. fa5b08d [PATCH] sab: consolidate kmem_bufctl_t by Kyle Moffett · 20 years ago
  90. fd4fd5a [PATCH] mm: consolidate get_order by Stephen Rothwell · 20 years ago
  91. b0573de [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options by Patrick McHardy · 20 years ago
  92. 7c90347 [PATCH] Add emergency_restart() by Eric W. Biederman · 20 years ago
  93. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 20 years ago
  94. c9c3e45 [ACPI] PNPACPI vs sound IRQ by David Shaohua Li · 20 years ago
  95. 026d02a [PATCH] Serial: Split 8250 port table (part 2) by Russell King · 20 years ago
  96. bb4a61b [PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n by Andrew Morton · 20 years ago
  97. e24c2d9 [PATCH] PCI: DMA bursting advice by David S. Miller · 20 years ago
  98. 4866cde [PATCH] sched: cleanup context switch locking by Nick Piggin · 20 years ago
  99. b4819b5 [PATCH] mips: add MIPS-specific support for flatmem/discontigmem by Yoichi Yuasa · 20 years ago
  100. 0d77e5a [PATCH] compat: introduce compat_time_t by Stephen Rothwell · 20 years ago