1. bcd68a7 powerpc: Hook up rtc-generic, and kill rtc-ppc by Geert Uytterhoeven · 17 years ago
  2. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  3. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  4. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 17 years ago
  5. 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 17 years ago
  6. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 17 years ago
  7. 3cc6987 powerpc: Eliminate unused do_gtod variable by Paul Mackerras · 17 years ago
  8. 597bc5c powerpc: Improve resolution of VDSO clock_gettime by Paul Mackerras · 17 years ago
  9. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 18 years ago
  10. ddb107e powerpc/booke: don't reinitialize time base by Kumar Gala · 18 years ago
  11. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 18 years ago
  12. 1c21a29 [POWERPC] Fix sparse warnings in arch/powerpc/kernel by Michael Ellerman · 18 years ago
  13. 7fc5c78 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT by Roman Zippel · 18 years ago
  14. 074b3b8 ntp: increase time_freq resolution by Roman Zippel · 18 years ago
  15. 06b8e87 taskstats scaled time cleanup by Michael Neuling · 18 years ago
  16. 7ac5dde [POWERPC] Implement arch disable/enable irq hooks. by Scott Wood · 18 years ago
  17. 53024fe [POWERPC] Optimize account_system_vtime by Milton Miller · 18 years ago
  18. db3801a [POWERPC] Depend on ->initialized in calc_steal_time by Milton Miller · 18 years ago
  19. 6e6b44e [POWERPC] Timer interrupt: use a struct for two per_cpu varables by Milton Miller · 18 years ago
  20. 8b5621f [POWERPC] Use __get_cpu_var in time.c by Milton Miller · 18 years ago
  21. c481887 [POWERPC] init_decrementer_clockevent can be static __init by Milton Miller · 18 years ago
  22. 2b46b56 [POWERPC] Fix possible division by zero in scaled time accounting by Michael Neuling · 18 years ago
  23. 0302f12 [POWERPC] Demote clockevent printk to KERN_DEBUG by Tony Breeds · 18 years ago
  24. a70a932 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  25. fa13a5a sched: restore deterministic CPU accounting on powerpc by Paul Mackerras · 18 years ago
  26. 43875cc [POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2) by Paul Mackerras · 18 years ago
  27. 4603ac1 powerpc: add scaled time accounting by Michael Neuling · 18 years ago
  28. 1281c8b [POWERPC] Quieten clockevent printk by Anton Blanchard · 18 years ago
  29. cdec12a [POWERPC] Make clockevents work on PPC601 processors by Paul Mackerras · 18 years ago
  30. d968014 [POWERPC] Prevent decrementer clockevents from firing early by Paul Mackerras · 18 years ago
  31. d831d0b [POWERPC] Implement clockevents driver for powerpc by Tony Breeds · 18 years ago
  32. 4a4cfe3 [POWERPC] Implement generic time of day clocksource for powerpc by Tony Breeds · 18 years ago
  33. aa3be5f [POWERPC] Implement {read,update}_persistent_clock by Tony Breeds · 18 years ago
  34. 0ce49a3 Merge branch 'linux-2.6' by Paul Mackerras · 18 years ago
  35. c27da33 [POWERPC] Fix timekeeping on PowerPC 601 by Benjamin Herrenschmidt · 18 years ago
  36. aab6929 [POWERPC] 40x decrementer fixes by Josh Boyer · 19 years ago
  37. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 19 years ago
  38. 1474855 [CELL] oprofile: add support to OProfile for profiling CELL BE SPUs by Bob Nelson · 19 years ago
  39. fc9069f [POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more sane by Tony Breeds · 19 years ago
  40. 71712b4 [POWERPC] Move iSeries_tb_recal into its own late_initcall. by Tony Breeds · 19 years ago
  41. 4cefebb [POWERPC] Fix stolen time for SMT without LPAR by Michael Neuling · 19 years ago
  42. df211c8 [POWERPC] Remove spinlock from struct cpu_purr_data by Nathan Lynch · 19 years ago
  43. e147ec8 [POWERPC] Simplify smp_space_timers by will schmidt · 19 years ago
  44. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 19 years ago
  45. 501b6d2 [POWERPC] iSeries: fix time.c for combined build by Stephen Rothwell · 19 years ago
  46. df9c230 [POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class" by Kim Phillips · 19 years ago
  47. cbcdb93 [POWERPC] Simplify stolen time calculation by Stephen Rothwell · 19 years ago
  48. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 19 years ago
  49. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  50. ccaa36f Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  51. 7a69af6 [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class by Kim Phillips · 19 years ago
  52. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 19 years ago
  53. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 19 years ago
  54. a4dc7ff [POWERPC] Define of_read_ulong helper by Paul Mackerras · 19 years ago
  55. aa43f77 Merge branch 'merge' by Paul Mackerras · 20 years ago
  56. eb36c28 [PATCH] ppc32: fix last_jiffy time comparison by Paul Mackerras · 20 years ago
  57. ea0763a Merge branch 'merge' by Paul Mackerras · 20 years ago
  58. 5db9fa9 [POWERPC] Fix gettimeofday inaccuracies by Nathan Lynch · 20 years ago
  59. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 20 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  61. 19923c1 [PATCH] fix and optimize clock source update by Roman Zippel · 20 years ago
  62. 260a423 [PATCH] Time: Let user request precision from current_tick_length() by john stultz · 20 years ago
  63. 0bb474a [POWERPC] support ibm,extended-*-frequency properties by Anton Blanchard · 20 years ago
  64. 4bd174f [PATCH] powerpc: Remove stale iseries global by Olof Johansson · 20 years ago
  65. 224ad80 [PATCH] powerpc: Quiet time init output by Olof Johansson · 20 years ago
  66. 0e55195 [PATCH] for_each_possible_cpu: powerpc by KAMEZAWA Hiroyuki · 20 years ago
  67. 23dd640 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  68. 0a45d44 powerpc: Fix problem with time going backwards by Paul Mackerras · 20 years ago
  69. 2cf82c0 powerpc: Export variables used in conversions to/from cputime_t by Paul Mackerras · 20 years ago
  70. c6622f6 powerpc: Implement accurate task and CPU time accounting by Paul Mackerras · 20 years ago
  71. 092b8f3 powerpc: Keep xtime and gettimeofday in sync by Paul Mackerras · 20 years ago
  72. d8a8188 [PATCH] powerpc: remove pointer/integer confusion in generic_calibrate_decr by Olaf Hering · 20 years ago
  73. 3356bb9 [PATCH] powerpc: Remove lppaca structure from the PACA by David Gibson · 20 years ago
  74. 404849b [PATCH] powerpc: Remove some unneeded fields from the paca by David Gibson · 20 years ago
  75. 6defa38 powerpc: Fix delay functions for 601 processors by Paul Mackerras · 20 years ago
  76. a7f290d [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel by Benjamin Herrenschmidt · 20 years ago
  77. cbe62e2 powerpc: Fix SMP time initialization problem by Paul Mackerras · 20 years ago
  78. 799d604 [PATCH] powerpc: merge code values for identifying platforms by Paul Mackerras · 20 years ago
  79. 24bfb00 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  80. 732ee21 [PATCH] POWERPC/PPC64: Fix CONFIG_SMP=n build for ppc64 by Olof Johansson · 20 years ago
  81. 2249ca9 powerpc: Various UP build fixes by Paul Mackerras · 20 years ago
  82. 8875ccf merge filename and modify references to iseries/it_lp_queue.h by Kelly Daly · 20 years ago
  83. 8021b8a merge filename and modify references to iseries/hv_call_xm.h by Kelly Daly · 20 years ago
  84. 734d652 powerpc: apply recent changes to merged code by Paul Mackerras · 20 years ago
  85. 5f6b5b9 powerpc: Fix time setting bug on 32-bit by Paul Mackerras · 20 years ago
  86. 0fd6f71 [PATCH] powerpc: Add support for Book-E timer config to generic_calibrate_decr by Kumar Gala · 20 years ago
  87. d2e6151 [PATCH] powerpc: Make sure we have an RTC before trying to adjust it by Kumar Gala · 20 years ago
  88. 96c4450 powerpc: Fix time code for 601 processors by Paul Mackerras · 20 years ago
  89. a5b518e ppc64/powerpc: Fix time initialization on SMP systems by Paul Mackerras · 20 years ago
  90. 5d14a18 powerpc: Fix some bugs in the new merged time code by Paul Mackerras · 20 years ago
  91. 374e99d powerpc: Move some calculations from xxx_calibrate_decr to time_init by Paul Mackerras · 20 years ago
  92. f2783c1 powerpc: Merge time.c and asm/time.h. by Paul Mackerras · 20 years ago[Renamed (72%) from arch/ppc64/kernel/time.c]
  93. 95b2938 ppc64 iSeries: Define /cpus in iSeries device tree by Michael Ellerman · 20 years ago
  94. c7aeffc [PATCH] powerpc: unified signature of timer_interrupt() between ppc32/ppc64 by Kumar Gala · 20 years ago
  95. b149ee2 [PATCH] NTP: ntp-helper functions by john stultz · 21 years ago
  96. fa2259b [PATCH] ppc64: remove use of asm/segment.h by Kumar Gala · 21 years ago
  97. 8d15a3e [PATCH] ppc64: make firmware_has_feature() stronger by Stephen Rothwell · 21 years ago
  98. 1ababe1 [PATCH] ppc64: create firmware_has_feature() by Stephen Rothwell · 21 years ago
  99. 7a6af5e [PATCH] ppc64: remove firmware features from cpu_spec by Stephen Rothwell · 21 years ago
  100. 7488980 [PATCH] ppc64: Don't count number of events processed for caller by Michael Ellerman · 21 years ago