1. 0d36575 MIPS: PowerTV: Separate PowerTV USB support from non-USB code by David VomLehn · 14 years ago
  2. 51f1336 MIPS: PowerTV: Add Gaia platform definitions. by David VomLehn · 14 years ago
  3. 47a3486 MIPS: BCM47xx: Fix nvram_getenv return value. by Hauke Mehrtens · 14 years ago
  4. 2b5987a MIPS: Octeon: Allow more than 3.75GB of memory with PCIe by David Daney · 14 years ago
  5. 7281cd2 MIPS: Remove unused task_struct.trap_no field. by David Daney · 14 years ago
  6. c1bf207 MIPS: kprobe: Add support. by David Daney · 14 years ago
  7. 2ea6399 MIPS: Add instrunction format for BREAK and SYSCALL by David Daney · 14 years ago
  8. ef771ad MIPS: kprobes: Define regs_return_value() by David Daney · 14 years ago
  9. 52a0f00 MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts. by Chandrakala Chavva · 15 years ago
  10. 1aa2b27 MIPS: Octeon: Support 256 MSI on PCIe by David Daney · 15 years ago
  11. de3bc0e MIPS: Loongson: Oprofile: add a new do_perfcnt_IRQ() by Wu Zhangjin · 15 years ago
  12. b8c7428 MIPS: Loongson: Remove set_irq_trigger_mode() by Wu Zhangjin · 15 years ago
  13. 96ffa02 MIPS: Define ST0_NMI in asm/mipsregs.h by David Daney · 15 years ago
  14. 22b0763 MIPS: uasm: Add option to export uasm API. by David Daney · 15 years ago
  15. 5b97c3f MIPS: uasm: Add BBIT0 and BBIT1 instructions by David Daney · 15 years ago
  16. de6d5b5 MIPS: uasm: Add drotr32 and uasm_i_drotr_safe. by David Daney · 15 years ago
  17. ca14812 MIPS: Octeon: Implement delays with cycle counter. by David Daney · 15 years ago
  18. 61bfbdb MMC: Add support for the controller on JZ4740 SoCs. by Lars-Peter Clausen · 15 years ago
  19. ba01d6e MTD: Nand: Add JZ4740 NAND driver by Lars-Peter Clausen · 15 years ago
  20. 7a92d54 FBDEV: JZ4740: Add framebuffer driver by Lars-Peter Clausen · 15 years ago
  21. c2a529f MIPS: JZ4740: Add platform devices by Lars-Peter Clausen · 15 years ago
  22. 68fcfe7 MIPS: JZ4740: Add DMA support. by Lars-Peter Clausen · 15 years ago
  23. a55f450 MIPS: JZ4740: Add GPIO support by Lars-Peter Clausen · 15 years ago
  24. 544a732 MIPS: JZ4740: Add timer support by Lars-Peter Clausen · 15 years ago
  25. 9869848 MIPS: JZ4740: Add IRQ handler code by Lars-Peter Clausen · 15 years ago
  26. 570a0bb MIPS: JZ4740: Add clock API support. by Lars-Peter Clausen · 15 years ago
  27. 83ccf69 MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip by Lars-Peter Clausen · 15 years ago
  28. babba4f MIPS: Octeon: HOTPLUG_CPU fixes. by David Daney · 15 years ago
  29. a5decf7 MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions. by David Daney · 15 years ago
  30. f667365 MIPS: au1000_eth: Get ethernet address from platform_data by Manuel Lauss · 15 years ago
  31. 42a4f17 MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY by Manuel Lauss · 15 years ago
  32. 745aef5 MIPS: RM7000: Add support for tertiary cache by Ricardo Mendoza · 15 years ago
  33. 652b14a MIPS: Enable heap randomization. by David Daney · 15 years ago
  34. 1091458 MIPS: Randomize mmap if randomize_va_space is set by David Daney · 15 years ago
  35. 1f1f4e7 MIPS: EMMA2RH: Replace EMMA2RH_SW_IRQ_INTxx with EMMA2RH_SW_IRQ(n) by Shinya Kuribayashi · 15 years ago
  36. 4040703 MIPS: EMMA2RH: Replace EMMA2RH_IRQ_INTxx with EMMA2RH_IRQ_INT(n) by Shinya Kuribayashi · 15 years ago
  37. 9e6f396 MIPS: EMMA2RH: Remove EMMA2RH_CPU_CASCADE by Shinya Kuribayashi · 15 years ago
  38. eebacda MIPS: EMMA2RH: Remove useless CPU_IRQ_BASE by Shinya Kuribayashi · 15 years ago
  39. 1d1929c MIPS: Octeon: Define ARCH_HAS_USABLE_BUILTIN_POPCOUNT for OCTEON. by David Daney · 15 years ago
  40. 1a403d1 MIPS: Create and use asm/arch_hweight.h by David Daney · 15 years ago
  41. 417a5eb MIPS: Update comment for cpu_has_clo_clz by Ralf Baechle · 14 years ago
  42. e6a033c MIPS: MSP71xx: Remove dead CONFIG_MTD_PMC_MSP_RAMROOT by Christoph Egger · 15 years ago
  43. 3f441ee MIPS: Remove dead CONFIG_MTD_PB1550_BOOT, CONFIG_MTD_PB1550_USER by Christoph Egger · 15 years ago
  44. 4483b15 MIPS: Provide more elevant interface cu2_notifier for CP2 extensions. by Ralf Baechle · 14 years ago
  45. 339e658 MIPS: PowerTV: Correct ASIC device register names and locations by David VomLehn · 15 years ago
  46. ca36c36 MIPS: PowerTV: Use O(1) algorthm for phys_to_dma/dma_to_phys by David VomLehn · 15 years ago
  47. 6165df9 MIPS: IP27: Don't include <linux/topology.h> into <asm/sn/agent.h>. by Ralf Baechle · 15 years ago
  48. 40cb989 MIPS: TX49xx: Define ARCH_KMALLOC_MINALIGN by Atsushi Nemoto · 15 years ago
  49. f2a6827 MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations. by David Daney · 15 years ago
  50. 31c984a MIPS: N32: Define getdents64. by Ralf Baechle · 15 years ago
  51. 121915c MIPS: BCM47xx: Add NVRAM support devices by Waldemar Brodkorb · 15 years ago
  52. 2e93d1e MIPS: Alchemy: sleepcode without compile-time cputype dependencies by Manuel Lauss · 15 years ago
  53. cdf22a4 MIPS: AR7, BCM63xx: fix gpio_to_irq() return value by Yoichi Yuasa · 15 years ago
  54. e1df057 MIPS: AR7: Fix typo in ar7.h by Florian Fainelli · 15 years ago
  55. d904c5b mips: use use asm-generic/scatterlist.h by FUJITA Tomonori · 15 years ago
  56. 6969a43 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  57. 0453fb3 MIPS: Use GCC __builtin_prefetch() to implement prefetch(). by David Daney · 15 years ago
  58. 3e1bf29 MIPS: BCM63xx: Avoid namespace clash on GPIO_DIR_{IN,OUT} by Florian Fainelli · 15 years ago
  59. c197da9 MIPS: Loongson 2F: Add gpio/gpioilb support by Arnaud Patard · 15 years ago
  60. 96d660c MIPS: Alchemy: add sysdev for DBDMA PM. by Manuel Lauss · 15 years ago
  61. 0f0d85b MIPS: Alchemy: add sysdev for IRQ PM. by Manuel Lauss · 15 years ago
  62. b8853aa MIPS: Loongson: update cpu-feature-overrides.h by Wu Zhangjin · 15 years ago
  63. 5dd11d5 mips,kgdb: kdb low level trap catch and stack trace by Jason Wessel · 15 years ago
  64. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  65. 1014cfe Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 15 years ago
  67. 95e8f63 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1 by Shane McDonald · 15 years ago
  68. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 15 years ago
  69. 53ba4f2 Merge commit 'v2.6.34-rc6' into core/locking by Ingo Molnar · 15 years ago
  70. b197b62 MIPS: Loongson-2F: Use CONFIG_CPU_JUMP_WORKAROUNDS to control workarounds. by Wu Zhangjin · 15 years ago
  71. 94c26c9 MIPS: Loongson: Fix LOONGSON_ADDRWIN_CFG macro. by Arnaud Patard · 15 years ago
  72. 26b9e54 MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm. by David Daney · 15 years ago
  73. ce384d8 MIPS: die() does not call die notifier chain by Yury Polyanskiy · 15 years ago
  74. 9eed412 MIPS: cmpxchg.h: Fix excessive indentation. by Ralf Baechle · 15 years ago
  75. c8f3cc0 MIPS: Don't vmap things at address zero. by David Daney · 15 years ago
  76. 5808184 MIPS: uasm: Add OR instruction. by Ralf Baechle · 15 years ago
  77. 8d9df29 MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. by Ralf Baechle · 15 years ago
  78. 4fe67e4 MIPS: BCM63xx: Fix typo in cpu-feature-overrides file. by Maxime Bizon · 15 years ago
  79. 524ef29 MIPS: BCM63xx: Add support for second uart. by Maxime Bizon · 15 years ago
  80. d1b2875 MIPS: BCM63xx: Fix BCM6338 and BCM6345 gpio count by Florian Fainelli · 15 years ago
  81. f1df323 MIPS: Loongson-2F: Flush the branch target history in BTB and RAS by Wu Zhangjin · 15 years ago
  82. d814c28 MIPS: Move signal trampolines off of the stack. by David Daney · 15 years ago
  83. c52d0d3 MIPS: Preliminary VDSO by David Daney · 15 years ago
  84. 58b9e22 MIPS: Add SYSCALL to uasm. by David Daney · 15 years ago
  85. 86f7d75 MIPS: make CAC_ADDR and UNCAC_ADDR account for PHYS_OFFSET by Florian Fainelli · 15 years ago
  86. d5d3102 MIPS: Fix elfcore.c build warning by Ralf Baechle · 15 years ago
  87. c948aca MIPS: Fix build breakage if CONFIG_DEBUG_FS is enabled. by Ralf Baechle · 15 years ago
  88. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 15 years ago
  89. e1e02b3 pci-dma: mips: use include/linux/pci-dma.h by FUJITA Tomonori · 15 years ago
  90. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 15 years ago
  91. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 15 years ago
  92. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  93. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  94. ced918e i8253: Convert i8253_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  95. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  96. d891a53 MIPS: ARC: Cleanup unused definitions from sgialib.h by Yoichi Yuasa · 15 years ago
  97. 11b897c MIPS: Alchemy: use 36bit addresses for PCMCIA resources. by Manuel Lauss · 15 years ago
  98. 500c2e1 MIPS: Optimize spinlocks. by David Daney · 15 years ago
  99. 8965087 MIPS: i8259: Convert IRQ controller lock to raw spinlock. by Ralf Baechle · 15 years ago
  100. 4a8a738 MIPS: Make various locks static. by Ralf Baechle · 15 years ago