1. 7a6f9cb x86: hpet: fix periodic mode programming on AMD 81xx by Andreas Herrmann · 17 years ago
  2. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 17 years ago
  3. c23e253 x86: hpet: stop HPET_COUNTER when programming periodic mode by Andreas Herrmann · 17 years ago
  4. 8d6f0c8 x86: hpet: provide separate functions to stop and start the counter by Andreas Herrmann · 17 years ago
  5. b98103a x86: hpet: print HPET registers during setup (if hpet=verbose is used) by Andreas Herrmann · 17 years ago
  6. 3501033 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  7. b13e246 x86, hpet: fix for LS21 + HPET = boot hang by john stultz · 17 years ago
  8. ff08f76 x86: clean up hpet timer reinit by Pavel Emelyanov · 17 years ago
  9. a6a9540 x86: fix hpet timer reinit for x86_64 by Pavel Emelyanov · 17 years ago
  10. 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 17 years ago
  11. 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 · 18 years ago
  12. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  13. 39c04b5 x86: make sure we really have an hpet mapping before using it by Jeremy Fitzhardinge · 18 years ago
  14. bacbe99 x86: enable HPET on Fujitsu u9200 by Janne Kulmala · 18 years ago
  15. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 18 years ago
  16. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 18 years ago
  17. e951e4a x86: fix unused variable warning in arch/x86/kernel/hpet.c by Ingo Molnar · 18 years ago
  18. 3b71e9e x86: HPET: fix sparse warning by Hannes Eder · 18 years ago
  19. 5ceb1a0 x86: HPET: enter hpet_interrupt_handler with interrupts disabled by Matt Fleming · 18 years ago
  20. 89d77a1 x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP by Matt Fleming · 18 years ago
  21. 1de5b08 x86: HPET: convert WARN_ON to WARN_ON_ONCE by Matt Fleming · 18 years ago
  22. 5f79f2f hpet: clean up warning by Venki Pallipadi · 18 years ago
  23. c81bba4 x86: print out irq nr for msi/ht, v3 by Yinghai Lu · 18 years ago
  24. ba374c9 x86: fix HPET compiler error when not using CONFIG_PCI_MSI by Steven Noonan · 18 years ago
  25. f0ed4e6 x86: using HPET in MSI mode and setting up per CPU HPET timers, fix by Venki Pallipadi · 18 years ago
  26. 26afe5f x86: HPET_MSI Initialise per-cpu HPET timers by venkatesh.pallipadi@intel.com · 18 years ago
  27. 4588c1f x86: HPET_MSI Basic HPET_MSI setup code, cleanups by Ingo Molnar · 18 years ago
  28. 58ac1e7 x86: HPET_MSI Basic HPET_MSI setup code by venkatesh.pallipadi@intel.com · 18 years ago
  29. b40d575 x86: HPET_MSI Refactor code in preparation for HPET_MSI by venkatesh.pallipadi@intel.com · 18 years ago
  30. 83bd699 Merge commit 'v2.6.27-rc6' into timers/hpet by Ingo Molnar · 18 years ago
  31. 72d43d9 x86: HPET: read back compare register before reading counter by Thomas Gleixner · 18 years ago
  32. f767625 x86: HPET fix moronic 32/64bit thinko by Thomas Gleixner · 18 years ago
  33. 7cfb0435 HPET: make minimum reprogramming delta useful by Thomas Gleixner · 18 years ago
  34. a6825f1 x86: hpet: workaround SB700 BIOS by Thomas Gleixner · 18 years ago
  35. 64a76f6 hpet: /dev/hpet - fixes and cleanup by David Brownell · 18 years ago
  36. 7e2a31d rtc-cmos: avoid spurious irqs by David Brownell · 18 years ago
  37. 2387ce5 x86: make 64bit hpet_set_mapping to use ioremap too, v2 by Yinghai Lu · 18 years ago
  38. 6fd592d x86: clean up computation of HPET .mult variables by Carlos R. Mafra · 18 years ago
  39. fc3fbc4 hpet: fix by Ingo Molnar · 18 years ago
  40. 877084f x86: cleanup div_sc() usage by Akinobu Mita · 18 years ago
  41. 5761d64 x86: revert assign IRQs to hpet timer by Thomas Gleixner · 18 years ago
  42. b02a7f2 x86: hpet fix docbook comment by Pavel Machek · 18 years ago
  43. f8f7648 rtc: use the IRQ callback interface in (old) RTC driver by Bernhard Walle · 18 years ago
  44. 1bdbdaa x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modules by Bernhard Walle · 18 years ago
  45. 201c199 x86: remove duplicate includes by Lucas Woods · 18 years ago
  46. 37a47db8 x86: assign IRQs to HPET timers, fix by Balaji Rao · 18 years ago
  47. e3f37a5 x86: assign IRQs to HPET timers by Balaji Rao · 18 years ago
  48. b10db7f time: more timer related cleanups by Pavel Machek · 18 years ago
  49. 8ee291f x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTC by Bernhard Walle · 18 years ago
  50. c86c7fb x86: disable hpet on shutdown by OGAWA Hirofumi · 19 years ago
  51. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  52. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 19 years ago
  53. b17530b x86: add force_hpet boot option by Thomas Gleixner · 19 years ago
  54. bfe0c1c x86: HPET force enable for ICH5 by Venki Pallipadi · 19 years ago
  55. 59c69f2 x86: HPET try to activate force detected hpet by Venki Pallipadi · 19 years ago
  56. 610bf2f x86: HPET restructure hpet code for hpet force enable by Venki Pallipadi · 19 years ago
  57. 31c435d7 i386/x8664: cleanup the shared hpet code by Chris Wright · 19 years ago
  58. 9f75e9b x86_64: remove now unused code by Thomas Gleixner · 19 years ago[Renamed from arch/x86/kernel/hpet_32.c]
  59. 2876914 i386: prepare sharing the hpet code with x86_64 by Thomas Gleixner · 19 years ago
  60. 06a24de i386: prepare sharing the hpet code with x86_64 by Thomas Gleixner · 19 years ago
  61. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/hpet_32.c]
  62. ae47fd4 i386: prepare shared kernel/hpet.c by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/hpet.c]
  63. 43d6ca0 i386: hpet assumes boot cpu is 0 by Chris Wright · 19 years ago
  64. 075bcd1 i386: HPET, check if the counter works by Thomas Gleixner · 19 years ago
  65. 0655d7c x86: share hpet.h with i386 by Thomas Gleixner · 19 years ago
  66. 18de5bc clockevents: fix resume logic by Thomas Gleixner · 19 years ago
  67. 399afa4 [PATCH] Add suspend/resume for HPET by Maxim Levitsky · 19 years ago
  68. c7f6d15 [PATCH] i386: Fix bogus return value in hpet_next_event() by Thomas Gleixner · 19 years ago
  69. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 19 years ago
  70. e9e2cdb [PATCH] clockevents: i386 drivers by Thomas Gleixner · 19 years ago
  71. 73b08d2 [PATCH] clocksource: replace is_continuous by a flag field by Thomas Gleixner · 19 years ago
  72. 5b71bdd [PATCH] hpet: trivial __iomem annotations by Al Viro · 19 years ago
  73. fa5cecd [PATCH] i386: add missing iounmap in i386 hpet clocksource code by Amol Lad · 20 years ago
  74. 30f3174 [PATCH] Fix faulty HPET clocksource usage (fix for bug #7062) by john stultz · 20 years ago
  75. 7f9f303 [PATCH] generic-time: add macro to simplify/hide mask constants by Jim Cromie · 20 years ago
  76. a275254 [PATCH] time: rename clocksource functions by john stultz · 20 years ago
  77. 5d0cf41 [PATCH] Time: i386 Clocksource Drivers by john stultz · 20 years ago