1. 4668473 [MIPS] unexport null_perf_irq() and make it static by Dmitri Vorobiev · 17 years ago
  2. c5b0680 [MIPS] unexport rtc_mips_set_time() by Dmitri Vorobiev · 17 years ago
  3. 447cdf2 [MIPS] Fix the installation condition of MIPS clocksource by Yoichi Yuasa · 17 years ago
  4. c966234 [MIPS] time: remove unused mips_timer_state() by Yoichi Yuasa · 17 years ago
  5. ce202cb [MIPS] Assume R4000/R4400 newer than 3.0 don't have the mfc0 count bug by Thomas Bogendoerfer · 17 years ago
  6. 4037500 [MIPS] time: Delete weak definition of plat_time_init() due to gcc bug. by Ralf Baechle · 17 years ago
  7. 940f6b4 [MIPS] Only build r4k clocksource for systems that work ok with it. by Ralf Baechle · 17 years ago
  8. 5aa85c9 [MIPS] Handle R4000/R4400 mfc0 from count register. by Ralf Baechle · 17 years ago
  9. d9eec1a [MIPS] time: Code cleanups by Atsushi Nemoto · 17 years ago
  10. 1d0a909c [MIPS] time: Remove now unused local_timer_interrupt. by Ralf Baechle · 17 years ago
  11. 656db50 [MIPS] time: Cause platform definitions of plat_timer_setup to cause error. by Ralf Baechle · 17 years ago
  12. 508a775 [MIPS] time: Fix calculation in clockevent_set_clock() by Atsushi Nemoto · 17 years ago
  13. 93c846f [MIPS] time: Helpers to compute clocksource/event shift and mult values. by Ralf Baechle · 17 years ago
  14. 9c9ad79 [MIPS] time: Delete dead code. by Ralf Baechle · 17 years ago
  15. 42f7754 [MIPS] time: Move R4000 clockevent device code to separate configurable file by Ralf Baechle · 17 years ago
  16. 2cfa766 [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ack by Ralf Baechle · 17 years ago
  17. b0d4056 [MIPS] Probe for usability of cp0 compare interrupt. by Ralf Baechle · 17 years ago
  18. 8bb00d8 [MIPS] Increase cp0 compare clockevent min_delta_ns from 0x30 to 0x300. by Ralf Baechle · 17 years ago
  19. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  20. ea58040 [MIPS] Dyntick support for SMTC: by Ralf Baechle · 17 years ago
  21. 7bcf771 [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt by Ralf Baechle · 17 years ago
  22. 91a2fcc [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. by Ralf Baechle · 17 years ago
  23. 90b0234 [MIPS] Switch from to_tm to rtc_time_to_tm by Ralf Baechle · 17 years ago
  24. 4b55048 [MIPS] Deforest the function pointer jungle in the time code. by Ralf Baechle · 17 years ago
  25. f5ff0a2 [MIPS] Use generic NTP code for all MIPS platforms by Ralf Baechle · 18 years ago
  26. b1043cc [MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.c by Yoichi Yuasa · 17 years ago
  27. 3b1d4ed [MIPS] Don't drag a platform specific header into generic arch code. by Ralf Baechle · 18 years ago
  28. ffe9ee4 [MIPS] Separate performance counter interrupts by Chris Dearman · 18 years ago
  29. 55d0b4e [MIPS] clocksource: use CLOCKSOURCE_MASK() macro by Franck Bui-Huu · 18 years ago
  30. 877fe38 [PATCH] clocksource: fixup is_continous changes on MIPS by Thomas Gleixner · 18 years ago
  31. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 18 years ago
  32. 2dbda7d [MIPS] PNX8550: Fix system timer support by Vitaly Wool · 18 years ago
  33. 0059856 [MIPS] mips HPT cleanup: make clocksource_mips public by Atsushi Nemoto · 18 years ago
  34. c87b6eb [MIPS] mips hpt cleanup: get rid of mips_hpt_init by Atsushi Nemoto · 18 years ago
  35. 16b7b2a [MIPS] Fixup migration to GENERIC_TIME by Atsushi Nemoto · 18 years ago
  36. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 18 years ago
  37. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  38. 8db0201 [MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME. by Ralf Baechle · 18 years ago
  39. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  40. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  41. 54d0a21 [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. by Ralf Baechle · 19 years ago
  42. f40298f [PATCH] irq-flags: MIPS: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  43. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  44. 41c594a [MIPS] MT: Improved multithreading support. by Ralf Baechle · 19 years ago
  45. d23ee8f [PATCH] mips: fixed collision of rtc function name by Yoichi Yuasa · 19 years ago
  46. d6bd0e6 [MIPS] Protect more of timer_interrupt() by xtime_lock. by Ralf Baechle · 19 years ago
  47. 800d114 [MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday. by Atsushi Nemoto · 19 years ago
  48. ba339c0 MIPS: Oprofile: Fixup the loose ends in the plumbing. by Ralf Baechle · 19 years ago
  49. b4672d3 MIPS: Introduce machinery for testing for MIPSxxR1/2. by Ralf Baechle · 19 years ago
  50. e7958bb MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1. by Ralf Baechle · 19 years ago
  51. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  52. bdf21b1 Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. by Pete Popov · 20 years ago
  53. ec74e36 Mark a few variables __read_mostly. by Ralf Baechle · 20 years ago
  54. b149ee2 [PATCH] NTP: ntp-helper functions by john stultz · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago