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