1. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  2. 5851bec mtd: octeon: convert to mtd_device_register() by Jamie Iles · 13 years ago
  3. 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  4. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. e650ce0 MIPS: Octeon: Don't request interrupts for unused IPI mailbox bits. by David Daney · 13 years ago
  6. 7716e65 Octeon: Fix interrupt irq settings for performance counters. by Chandrakala Chavva · 13 years ago
  7. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 13 years ago
  8. 23a271e MIPS: Octeon: Guard the Kconfig body with CPU_CAVIUM_OCTEON by David Daney · 13 years ago
  9. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 5b7cd6f MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functions by Thomas Gleixner · 13 years ago
  12. 0c32638 MIPS: Octeon: Rewrite interrupt handling code. by David Daney · 13 years ago
  13. 75c4fd8 mips: convert to clocksource_register_hz/khz by John Stultz · 14 years ago
  14. 340fbb8 MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCI by David Daney · 14 years ago
  15. c994115 MIPS: Octeon: Apply CN63XXP1 errata workarounds. by David Daney · 14 years ago
  16. 4b8bca7 MIPS: Octeon: Use I/O clock rate for calculations. by David Daney · 14 years ago
  17. e195aa3 MIPS: Octeon: Add octeon_get_io_clock_rate() for cn63xx by David Daney · 14 years ago
  18. 3b29dadf MIPS: Octeon: Remove bogus code from octeon_get_clock_rate() by David Daney · 14 years ago
  19. 54954a6 MIPS: Octeon: Scale Octeon2 clocks in octeon_init_cvmcount() by David Daney · 14 years ago
  20. b8db85b MIPS: Octeon: Update L2 Cache code for CN63XX by David Daney · 14 years ago
  21. b93b2ab MIPS: Octeon: Rewrite DMA mapping functions. by David Daney · 14 years ago
  22. f129907 MIPS: Octeon: Set dma_masks for octeon_mgmt device. by David Daney · 14 years ago
  23. ca4d3e67 MIPS: Add missing #inclusions of <linux/irq.h> by David Howells · 14 years ago
  24. 158d674 MIPS: Octeon: Place cnmips_cu2_setup in __init memory. by David Daney · 14 years ago
  25. 1ec0e73 MIPS: Octeon: Determine if helper needs to be built by Andreas Bießmann · 14 years ago
  26. 2b5987a MIPS: Octeon: Allow more than 3.75GB of memory with PCIe by David Daney · 14 years ago
  27. ea435464 MIPS: Octeon: Export prom_putchar(). by David Daney · 14 years ago
  28. ca14812 MIPS: Octeon: Implement delays with cycle counter. by David Daney · 14 years ago
  29. babba4f MIPS: Octeon: HOTPLUG_CPU fixes. by David Daney · 14 years ago
  30. 442f2012 MIPS: Octeon: Simplify hotcpu_notifier registration. by David Daney · 14 years ago
  31. edfcbb8 MIPS: Octeon: Clean up SMP CPU numbering. by David Daney · 14 years ago
  32. 3508920 MIPS: Octeon: Fix fixup_irqs for HOTPLUG_CPU by David Daney · 14 years ago
  33. 5aae1fd MIPS: Octeon: Improve interrupt handling. by David Daney · 14 years ago
  34. a894f14 MIPS: Octeon: Move MSI code out of octeon-irq.c. by David Daney · 14 years ago
  35. 723b7f8 MIPS: Cavium: Remove dead CONFIG_GDB_CONSOLE by Christoph Egger · 14 years ago
  36. 4483b15 MIPS: Provide more elevant interface cu2_notifier for CP2 extensions. by Ralf Baechle · 14 years ago
  37. f6e1db1 MIPS: Octeon: Migrate to new platform makefile style. by Ralf Baechle · 14 years ago
  38. 5c89745 MIPS: Octeon: Workaround link failures with gcc-4.4.x 32-bits toolchains by Florian Fainelli · 14 years ago
  39. 606c958 MIPS: Octeon: Serial port fixes for OCTEON simulator. by David Daney · 14 years ago
  40. 1dd5216 MIPS: Octeon: Get rid of early serial. by David Daney · 14 years ago
  41. 7ea4a68 MIPS: Octeon: Remove redundant declaration of octeon_reserve32_memory by Yang Shi · 14 years ago
  42. b1cea3b MIPS: Octeon: Remove #if 0 code. by David Daney · 14 years ago
  43. 1ef2887 MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32_USE_WIRED_TLB by David Daney · 14 years ago
  44. 1874a08 MIPS: Cavium: Remove unused watchdog code. by Ralf Baechle · 14 years ago
  45. 2a5d665 MIPS: Use ALIGN(x, bytes) instead of __ALIGN_MASK(x, bytes - 1) by Matt Turner · 14 years ago
  46. 541247f MIPS: Octeon: Replace spinlock with raw_spinlocks in dma-octeon.c. by David Daney · 14 years ago
  47. 3996142 MIPS: Octeon: Replace rwlocks in irq_chip handlers with raw_spinlocks. by David Daney · 14 years ago
  48. 4837a66 MIPS: Octeon: Convert octeon_irq_msi_lock to raw spinlock. by Ralf Baechle · 14 years ago
  49. 4a8a738 MIPS: Make various locks static. by Ralf Baechle · 14 years ago
  50. 86568dc MIPS: Octeon: Do proper acknowledgment of CIU timer interrupts. by David Daney · 14 years ago
  51. 52d7ecd MIPS: Remove trailing space in messages by Frans Pop · 14 years ago
  52. e0e53de MIPS: Nuke trailing blank lines by Ralf Baechle · 14 years ago
  53. dbb103b MIPS: Octeon: Fix EOI handling. by David Daney · 15 years ago
  54. d957705 MIPS: Octeon: Register some devices on the I2C bus. by David Daney · 15 years ago
  55. f41c3c1 MIPS: Octeon: Add I2C platform device. by David Daney · 15 years ago
  56. 0e8a1d8 MIPS: Octeon: Use non-overflowing arithmetic in sched_clock by David Daney · 15 years ago
  57. c6a3c85 MIPS: Octeon: Add sched_clock() to csrc-octeon.c by David Daney · 15 years ago
  58. 69f3a7d MIPS: Modularize COP2 handling by Ralf Baechle · 15 years ago
  59. 24479d9 MIPS: Octeon: Add platform devices MGMT Ethernet ports. by David Daney · 15 years ago
  60. 0f7e64a MIPS: Octeon: Add platform device for MDIO buses. by David Daney · 15 years ago
  61. cd847b7 MIPS: Octeon: Use lockless interrupt controller operations when possible. by David Daney · 15 years ago
  62. b6b74d5 MIPS: Octeon: Use write_{un,}lock_irq{restore,save} to set irq affinity by David Daney · 15 years ago
  63. 067f329 MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/smp.c by David Daney · 15 years ago
  64. 512254b MIPS: Octeon: Move some platform device registration to its own file. by David Daney · 15 years ago
  65. e264491 MIPS: Octeon: Add hardware RNG platform device. by David Daney · 15 years ago
  66. 39b3d44 MIPS: Octeon: Run IPI code with interrupts disabled. by David Daney · 15 years ago
  67. 01a6221 MIPS: Reorganize Cavium OCTEON PCI support. by David Daney · 15 years ago
  68. 773cb77 MIPS: Cavium: Add CPU hotplugging code. by Ralf Baechle · 15 years ago
  69. 631330f MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. by Ralf Baechle · 15 years ago
  70. 38295fb MIPS: Export erratum function needed by octeon-ethernet driver. by David Daney · 15 years ago
  71. 3e903bd MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet driver. by David Daney · 15 years ago
  72. 6fa044a MIPS: Add named alloc functions to OCTEON boot monitor memory allocator. by David Daney · 15 years ago
  73. e8635b4 MIPS: Add Cavium OCTEON PCI support. by David Daney · 15 years ago
  74. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  75. d0ce9a5 MIPS: Cavium: Add struct clocksource * argument to octeon_cvmcount_read() by Coly Li · 15 years ago
  76. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  77. ae03550 MIPS: Convert obsolete irq_desc_t to struct irq_desc by Thomas Gleixner · 15 years ago
  78. 12e22e8 MIPS: Stop using <asm-generic/int-l64.h>. by Ralf Baechle · 15 years ago
  79. 2da0ba2 MIPS: Cavium: Add -Werror by Ralf Baechle · 15 years ago
  80. 2d89651 MIPS: Octeon: Remove duplicated #includes by Huang Weiyi · 16 years ago
  81. 5b3b168 MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon. by David Daney · 16 years ago
  82. 58f0777 MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon/executive and asm/octeon. by David Daney · 16 years ago