1. 50549bd MIPS: Loongson: Fixup mem.c indentation by Wu Zhangjin · 15 years ago
  2. 1ae86a67 MIPS: Loongson: arch/mips/Makefile: Add missing whitespace by Wu Zhangjin · 15 years ago
  3. eb11df4 MIPS: Loongson: Cleanup of the environment variables by Wu Zhangjin · 15 years ago
  4. 97e6a89 MIPS: Loongson: Move prom_argc and prom_argv into prom_init_cmdline() by Wu Zhangjin · 15 years ago
  5. c7e8c66 MIPS: Loongson: Remove the serial port output of compressed kernel support by Wu Zhangjin · 15 years ago
  6. 6f32096 MIPS: Loongson: Convert loongson_halt() to use unreachable() by Wu Zhangjin · 15 years ago
  7. c70798f MIPS: Loongson: Lemote-2F: USB: Not Emulate Non-Posted Writes by Wu Zhangjin · 15 years ago
  8. 1b39a0b MIPS: Loongson: Lemote-2F: Get the machine type from PMON_VER by Wu Zhangjin · 15 years ago
  9. dbb103b MIPS: Octeon: Fix EOI handling. by David Daney · 15 years ago
  10. 6b07d38 MIPS: Octeon: Use optimized memory barrier primitives. by David Daney · 15 years ago
  11. f252ffd MIPS: New macro smp_mb__before_llsc. by David Daney · 15 years ago
  12. ec5380c MIPS: Remove unused macros from barrier.h by David Daney · 15 years ago
  13. d957705 MIPS: Octeon: Register some devices on the I2C bus. by David Daney · 15 years ago
  14. f41c3c1 MIPS: Octeon: Add I2C platform device. by David Daney · 15 years ago
  15. d38760c MIPS: Simplify param.h by using <asm-generic/param.h> by Robert P. J. Day · 15 years ago
  16. 32fd690 MIPS: Alchemy: get rid of common/reset.c by Manuel Lauss · 15 years ago
  17. 325f8a0 MIPS: Two-level pagetables for 64-bit kernels with 64KB pages. by David Daney · 15 years ago
  18. ef6c1fd6 MIPS: Alchemy: irq: use runtime CPU type detection by Manuel Lauss · 15 years ago
  19. 5d400f5 MIPS: Alchemy: Only build AU1000 INTC code for compatible cpus by Manuel Lauss · 15 years ago
  20. 70f82f2 MIPS: Alchemy: use runtime cpu detection in GPIO code. by Manuel Lauss · 15 years ago
  21. 66f75cc MIPS: Alchemy: Add au1000-eth platform device by Florian Fainelli · 15 years ago
  22. cf6e47e MIPS: Alchemy: DB1200 defconfig update by Manuel Lauss · 15 years ago
  23. 05ae323 MIPS/SOUND: Alchemy: DB1200 AC97+I2S audio support. by Manuel Lauss · 15 years ago
  24. 63323ec MIPS: Alchemy: Extended DB1200 board support. by Manuel Lauss · 15 years ago
  25. 206aa6c MIPS: Alchemy: physmap-flash for all devboards by Manuel Lauss · 15 years ago
  26. 8facefd MIPS: Don't include <linux/smp_lock.h> unnecessarily. by Ralf Baechle · 15 years ago
  27. 63ea336 MIPS: Alchemy: UARTs are of type 16550A by Manuel Lauss · 15 years ago
  28. c55736a MIPS: Alchemy: Turn on -Werror for devboards and xss1500 by Florian Fainelli · 15 years ago
  29. 32fc0ad MIPS: Alchemy: Fix warnings in DB1x00 / PB1000 / PB1550 board setup code by Florian Fainelli · 15 years ago
  30. 66a1d9b MIPS: Alchemy: remove unused SYS area structure by Manuel Lauss · 15 years ago
  31. b6e6d12 MIPS: Alchemy: get rid of superfluous UART definitions by Manuel Lauss · 15 years ago
  32. 8402a15 MIPS: Alchemy: prom_putchar is board dependent by Manuel Lauss · 15 years ago
  33. 963accb MIPS: Alchemy: change dbdma to accept physical memory addresses by Manuel Lauss · 15 years ago
  34. ea071cc MIPS: Alchemy: remove dbdma compat macros by Manuel Lauss · 15 years ago
  35. f1fc664 MIPS: Alchemy: reduce size of irq dispatcher by Manuel Lauss · 15 years ago
  36. 7881446 MIPS: Alchemy: Stop IRQ name sharing by Manuel Lauss · 15 years ago
  37. 93e9cd8 MIPS: Alchemy: Simple cpu subtype detector by Manuel Lauss · 15 years ago
  38. 0a0b129 MIPS: Alchemy: higher priority for system timer. by Manuel Lauss · 15 years ago
  39. 5047201 MIPS: Alchemy: Remove USB_DEV_REQ_INT prioritization hack by Manuel Lauss · 15 years ago
  40. 0273b4e MIPS: Alchemy: XXS1500 PCMCIA driver rewrite by Manuel Lauss · 15 years ago
  41. 27dd65a MIPS: Alchemy: devboards: wire up new PCMCIA driver. by Manuel Lauss · 15 years ago
  42. 66213b3 MIPS: PCMCIA: new socket driver for Au1000 demoboards. by Manuel Lauss · 15 years ago
  43. 7e50b2b MIPS: Alchemy: remove board_init_irq() function. by Manuel Lauss · 15 years ago
  44. 95a4379 MIPS: Alchemy: devboards: factor out PB1200 IRQ cascade code. by Manuel Lauss · 15 years ago
  45. 9bdcf33 MIPS: Alchemy: devboard register abstraction by Manuel Lauss · 15 years ago
  46. ebc8971 MIPS: Fix build error for uncompressed non-plain vmlinux kernels by Ralf Baechle · 15 years ago
  47. 68c6b85 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  48. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  49. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  50. 84a6fcb MIPS: BCM47xx: Fix 128MB RAM support by Hauke Mehrtens · 15 years ago
  51. 52ab320 MIPS: Highmem: Fix build error by Yoichi Yuasa · 15 years ago
  52. 5b7efa8 MIPS: Don't probe reserved EntryHi bits. by David Daney · 15 years ago
  53. c2d5b5e MIPS: SNI: Correct NULL test by Julia Lawall · 15 years ago
  54. 63731c9 MIPS: Fix __devinit __cpuinit confusion in cpu_cache_init by David Daney · 15 years ago
  55. 59d302b MIPS: IP27: Make defconfig useful again. by Ralf Baechle · 15 years ago
  56. f4fc580 MIPS: Fixup of the r4k timer by Wu Zhangjin · 15 years ago
  57. e770a0f Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  58. 91dfc42 MIPS: 64-bit: Detect virtual memory size by Guenter Roeck · 15 years ago
  59. ba284b1 MIPS: AR7: Fix USB slave mem range typo by Alexander Clouter · 15 years ago
  60. 22f4bb6 MIPS: Alchemy: Fix dbdma ring destruction memory debugcheck. by Manuel Lauss · 15 years ago
  61. 010c108 MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQs by David VomLehn · 15 years ago
  62. 59dfa2f MIPS: PowerTV: Streamline access to platform device registers by David VomLehn · 15 years ago
  63. 9c4a6fc MIPS: Fix vmlinuz build for 32bit-only math shells by Alexander Clouter · 15 years ago
  64. fe1d45e MIPS: Add support of LZO-compressed kernels by Wu Zhangjin · 15 years ago
  65. 9a3065c MIPS: Ignore vmlinux.* by Yoichi Yuasa · 15 years ago
  66. 17f964e MIPS: Move vmlinux.ecoff to arch/mips/boot by Yoichi Yuasa · 15 years ago
  67. d797396 MIPS: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  68. 0e8a1d8 MIPS: Octeon: Use non-overflowing arithmetic in sched_clock by David Daney · 15 years ago
  69. 9b54dc5 MIPS: Malta, PowerTV: Remove unnecessary "Linux started" by Yoichi Yuasa · 15 years ago
  70. 0622870 MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE. by Yoichi Yuasa · 15 years ago
  71. 70b5c81 MIPS: AR7: Remove unused prom_getchar() by Yoichi Yuasa · 15 years ago
  72. 1dc2386 MIPS: PowerTV: Remove extra r4k_clockevent_init() call by David VomLehn · 15 years ago
  73. 0833c76 MIPS: Cobalt use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  74. c6a3c85 MIPS: Octeon: Add sched_clock() to csrc-octeon.c by David Daney · 15 years ago
  75. 98bea6f MIPS: TXx9: Cleanup builtin-cmdline processing by Atsushi Nemoto · 15 years ago
  76. 7e326d6 MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init() by Yoichi Yuasa · 15 years ago
  77. 0eb99a9 MIPS: PowerTV: Remove unused platform_die() by Yoichi Yuasa · 15 years ago
  78. 2620c35 MIPS: PowerTV: Remove mips_machine_halt() by Yoichi Yuasa · 15 years ago
  79. 09b7c9f MIPS: PowerTV: Remove unused ptv_memsize by Yoichi Yuasa · 15 years ago
  80. 99d2b17 MIPS: PowerTV: Remove unused prom_getcmdline() by Yoichi Yuasa · 15 years ago
  81. 5769940 MIPS: AR7: Remove kgdb_enabled by Yoichi Yuasa · 15 years ago
  82. 42ecda1 MIPS: Alchemy: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  83. 05c6946 MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.c by Florian Fainelli · 15 years ago
  84. 66a0f0f MIPS: VR41xx: Use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  85. d4d9a55 MIPS: Cleanup and Fixup of compressed kernel support by Wu Zhangjin · 15 years ago
  86. abbdc3d MIPS: Cleanup forgotten label_module_alloc in tlbex.c by David Daney · 15 years ago
  87. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  88. dbfc985 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  89. b8a7f3c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  90. 76b7e00 fix up O_SYNC comments by Christoph Hellwig · 15 years ago
  91. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  92. 606d62f MIPS: Lasat: Fix botched changes to sysctl code. by Ralf Baechle · 15 years ago
  93. cf72e94 MIPS: Cleanup random differences beween lmo and Linus' kernel. by Ralf Baechle · 15 years ago
  94. a460978 MIPS: No longer hardwire CONFIG_EMBEDDED to y by Martin Michlmayr · 15 years ago
  95. 6acc7d4 MIPS: Fix and enhance built-in kernel command line by Dmitri Vorobiev · 15 years ago
  96. de4148f MIPS: eXcite: Remove platform. by Ralf Baechle · 15 years ago
  97. c3d8d85 MIPS: Loongson: Cleanups of serial port support by Wu Zhangjin · 15 years ago
  98. c47a48d MIPS: Lemote 2F: Suspend CS5536 MFGPT Timer by Wu Zhangjin · 15 years ago
  99. 59d4a91 MIPS: Excite: move iodev_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  100. c0b4abd MIPS: Lasat: Convert to proc_fops / seq_file by Alexey Dobriyan · 15 years ago