1. 949e51b MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes. by David Daney · 14 years ago
  2. af23117 MIPS: Add BMIPS CP0 register definitions by Kevin Cernekee · 14 years ago
  3. 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
  4. 14f7001 MIPS: add support for hardware performance events (skeleton) by Deng-Cheng Zhu · 14 years ago
  5. 6dbd972 MIPS: define local_xchg from xchg_local to atomic_long_xchg by Deng-Cheng Zhu · 14 years ago
  6. 238dd31 MIPS: AR7: Add support for Titan (TNETV10xx) SoC variant by Florian Fainelli · 14 years ago
  7. 3bc6968 MIPS: AR7: Initialize GPIO earlier by Florian Fainelli · 14 years ago
  8. 4169b86 MIPS: Octeon: Add register definitions for EHCI / OHCI USB glue logic. by David Daney · 14 years ago
  9. e195aa3 MIPS: Octeon: Add octeon_get_io_clock_rate() for cn63xx by David Daney · 14 years ago
  10. f92a6b0 MIPS: Octeon: Enable Read Inhibit / eXecute Inhibit on Octeon II. by David Daney · 14 years ago
  11. 1584d7f MIPS: Add identifiers for Octeon II CPUs. by David Daney · 14 years ago
  12. b8db85b MIPS: Octeon: Update L2 Cache code for CN63XX by David Daney · 14 years ago
  13. a70b13a MIPS: Octeon: Add cn63XX to Octeon chip detection macros. by David Daney · 14 years ago
  14. aa32a95 MIPS: Octeon: Update register definitions for CN63XX chips by David Daney · 14 years ago
  15. b93b2ab MIPS: Octeon: Rewrite DMA mapping functions. by David Daney · 14 years ago
  16. ee71b7d MIPS: Add a platform hook for swiotlb setup. by David Daney · 14 years ago
  17. 48e1fd5 MIPS: Convert DMA to use dma-mapping-common.h by David Daney · 14 years ago
  18. 43e4f7a MIPS: ip32, ip27, jazz: Make static functions in dma-coherence.h inline. by David Daney · 14 years ago
  19. 57575b5 MIPS: Octeon: Adjust top of DMA32 zone. by David Daney · 14 years ago
  20. cfd5709 MIPS: Allow MAX_DMA32_PFN to be overridden. by David Daney · 14 years ago
  21. 334c86c MIPS: IRQ: Add stackoverflow detection by From: jiang.adam@gmail.com · 14 years ago
  22. 7837314 MIPS: Get rid of branches to .subsections. by Ralf Baechle · 14 years ago
  23. c1c7438 mips: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  24. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  25. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  26. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  27. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  28. 4c60071 of/mips: Cleanup some include directives/files. by David Daney · 14 years ago
  29. f2ffa5a of/mips: Add device tree support to MIPS by Dezhong Diao · 14 years ago
  30. 547af56 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  31. 063c13a MIPS: 32-bit: Fix build failure in asm/fcntl.h by Namhyung Kim · 14 years ago
  32. e92ba6d Define _addr_lsb in siginfo_t for mips by Andi Kleen · 14 years ago
  33. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  34. ca4d3e67 MIPS: Add missing #inclusions of <linux/irq.h> by David Howells · 14 years ago
  35. 4c7106c MIPS: Don't place cu2 notifiers in __cpuinitdata by David Daney · 14 years ago
  36. 5e844b3 MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls. by David Daney · 14 years ago
  37. c9c4d98b MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  38. 863cb9b MIPS: GIC: Remove dependencies from Malta files. by Ralf Baechle · 14 years ago
  39. 2445994 MIPS: Audit: Fix hang in entry.S. by Ralf Baechle · 14 years ago
  40. 5707bf6 MIPS: Document why RELOC_HIDE is there. by Ralf Baechle · 14 years ago
  41. 2b78920 MIPS: Use generic atomic64 for 32-bit kernels by Deng-Cheng Zhu · 14 years ago
  42. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  43. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  44. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  45. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  46. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  47. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  48. a3c8ed6 tty: remove remaining Hayes ESP ioctls by Greg Kroah-Hartman · 14 years ago
  49. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  50. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  51. 365b181 add f_flags to struct statfs(64) by Christoph Hellwig · 14 years ago
  52. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  53. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  54. 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  55. 0896a9b kgdb,mips: Individual register get/set for mips by Jason Wessel · 14 years ago
  56. 0d36575 MIPS: PowerTV: Separate PowerTV USB support from non-USB code by David VomLehn · 14 years ago
  57. 51f1336 MIPS: PowerTV: Add Gaia platform definitions. by David VomLehn · 14 years ago
  58. 47a3486 MIPS: BCM47xx: Fix nvram_getenv return value. by Hauke Mehrtens · 14 years ago
  59. 2b5987a MIPS: Octeon: Allow more than 3.75GB of memory with PCIe by David Daney · 14 years ago
  60. 7281cd2 MIPS: Remove unused task_struct.trap_no field. by David Daney · 14 years ago
  61. c1bf207 MIPS: kprobe: Add support. by David Daney · 14 years ago
  62. 2ea6399 MIPS: Add instrunction format for BREAK and SYSCALL by David Daney · 14 years ago
  63. ef771ad4 MIPS: kprobes: Define regs_return_value() by David Daney · 14 years ago
  64. 52a0f00 MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts. by Chandrakala Chavva · 14 years ago
  65. 1aa2b27 MIPS: Octeon: Support 256 MSI on PCIe by David Daney · 14 years ago
  66. de3bc0e MIPS: Loongson: Oprofile: add a new do_perfcnt_IRQ() by Wu Zhangjin · 14 years ago
  67. b8c7428 MIPS: Loongson: Remove set_irq_trigger_mode() by Wu Zhangjin · 14 years ago
  68. 96ffa02 MIPS: Define ST0_NMI in asm/mipsregs.h by David Daney · 14 years ago
  69. 22b0763 MIPS: uasm: Add option to export uasm API. by David Daney · 14 years ago
  70. 5b97c3f MIPS: uasm: Add BBIT0 and BBIT1 instructions by David Daney · 14 years ago
  71. de6d5b55 MIPS: uasm: Add drotr32 and uasm_i_drotr_safe. by David Daney · 14 years ago
  72. ca14812 MIPS: Octeon: Implement delays with cycle counter. by David Daney · 14 years ago
  73. 61bfbdb MMC: Add support for the controller on JZ4740 SoCs. by Lars-Peter Clausen · 14 years ago
  74. ba01d6e MTD: Nand: Add JZ4740 NAND driver by Lars-Peter Clausen · 14 years ago
  75. 7a92d54 FBDEV: JZ4740: Add framebuffer driver by Lars-Peter Clausen · 14 years ago
  76. c2a529f MIPS: JZ4740: Add platform devices by Lars-Peter Clausen · 14 years ago
  77. 68fcfe7 MIPS: JZ4740: Add DMA support. by Lars-Peter Clausen · 14 years ago
  78. a55f450 MIPS: JZ4740: Add GPIO support by Lars-Peter Clausen · 14 years ago
  79. 544a732 MIPS: JZ4740: Add timer support by Lars-Peter Clausen · 14 years ago
  80. 9869848 MIPS: JZ4740: Add IRQ handler code by Lars-Peter Clausen · 14 years ago
  81. 570a0bb MIPS: JZ4740: Add clock API support. by Lars-Peter Clausen · 14 years ago
  82. 83ccf69 MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip by Lars-Peter Clausen · 14 years ago
  83. babba4f MIPS: Octeon: HOTPLUG_CPU fixes. by David Daney · 14 years ago
  84. a5decf7 MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions. by David Daney · 14 years ago
  85. f667365 MIPS: au1000_eth: Get ethernet address from platform_data by Manuel Lauss · 14 years ago
  86. 42a4f17 MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY by Manuel Lauss · 14 years ago
  87. 745aef5 MIPS: RM7000: Add support for tertiary cache by Ricardo Mendoza · 14 years ago
  88. 652b14a MIPS: Enable heap randomization. by David Daney · 14 years ago
  89. 1091458 MIPS: Randomize mmap if randomize_va_space is set by David Daney · 14 years ago
  90. 1f1f4e7 MIPS: EMMA2RH: Replace EMMA2RH_SW_IRQ_INTxx with EMMA2RH_SW_IRQ(n) by Shinya Kuribayashi · 14 years ago
  91. 4040703 MIPS: EMMA2RH: Replace EMMA2RH_IRQ_INTxx with EMMA2RH_IRQ_INT(n) by Shinya Kuribayashi · 14 years ago
  92. 9e6f396 MIPS: EMMA2RH: Remove EMMA2RH_CPU_CASCADE by Shinya Kuribayashi · 14 years ago
  93. eebacda MIPS: EMMA2RH: Remove useless CPU_IRQ_BASE by Shinya Kuribayashi · 14 years ago
  94. 1d1929c MIPS: Octeon: Define ARCH_HAS_USABLE_BUILTIN_POPCOUNT for OCTEON. by David Daney · 14 years ago
  95. 1a403d1 MIPS: Create and use asm/arch_hweight.h by David Daney · 14 years ago
  96. 417a5eb MIPS: Update comment for cpu_has_clo_clz by Ralf Baechle · 14 years ago
  97. e6a033c MIPS: MSP71xx: Remove dead CONFIG_MTD_PMC_MSP_RAMROOT by Christoph Egger · 14 years ago
  98. 3f441ee MIPS: Remove dead CONFIG_MTD_PB1550_BOOT, CONFIG_MTD_PB1550_USER by Christoph Egger · 14 years ago
  99. 4483b15 MIPS: Provide more elevant interface cu2_notifier for CP2 extensions. by Ralf Baechle · 14 years ago
  100. 339e658 MIPS: PowerTV: Correct ASIC device register names and locations by David VomLehn · 14 years ago