1. e5d6151 hpet: use for_each_set_bit() by Akinobu Mita · 14 years ago
  2. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  3. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  4. ae21cf9 hpet: hpet driver periodic timer setup bug fixes by Nils Carlson · 15 years ago
  5. a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 15 years ago
  6. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  7. 303d379 hpet: fix the possibility of insane return value of hpet_calibrate() against SMI by Yasunori Goto · 15 years ago
  8. e45f2c0 x86: correct link to HPET timer specification by Denis V. Lunev · 16 years ago
  9. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  10. 1f45f56 drivers/char: use nr_irqs by Yinghai Lu · 16 years ago
  11. f26ed11 HPET: Remove spurious HPET busy warning message. by David John · 16 years ago
  12. f92a789 hpet: /dev/hpet - fixes and cleanup, fix by David Brownell · 16 years ago
  13. 64a76f6 hpet: /dev/hpet - fixes and cleanup by David Brownell · 16 years ago
  14. 85e9ca3 Merge branch 'linus' into timers/hpet by Ingo Molnar · 16 years ago
  15. 372572e #if 0 hpet_unregister() by Adrian Bunk · 16 years ago
  16. 48b8188 hpet: BKL pushdown by Arnd Bergmann · 16 years ago
  17. 70ef6d5 x86: get irq for hpet timer by Kevin Hao · 16 years ago
  18. bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  19. 5761d64 x86: revert assign IRQs to hpet timer by Thomas Gleixner · 16 years ago
  20. 02456c7 x86: nuke a ton of dead hpet code by Thomas Gleixner · 16 years ago
  21. 37a47db8 x86: assign IRQs to HPET timers, fix by Balaji Rao · 16 years ago
  22. e3f37a5 x86: assign IRQs to HPET timers by Balaji Rao · 16 years ago
  23. 3dffec4 Silent drivers/char/hpet.c build warnings on i386 by S.Çağlar Onur · 17 years ago
  24. 78e1ca4 ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0 by Zhao Yakui · 17 years ago
  25. 3b2b64f Do not use the ia64 clocksource on non-ia64 architectures by Linus Torvalds · 17 years ago
  26. 712aaa1 use CLOCKSOURCE_MASK() instead of too large constant by Al Viro · 17 years ago
  27. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  28. 0aa366f [IA64] Convert to generic timekeeping/clocksource by Tony Luck · 17 years ago
  29. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  30. 2294336 [PATCH] sysctl: remove sys_sysctl support from the hpet timer driver by Eric W. Biederman · 17 years ago
  31. f23f6e0 [PATCH] severing poll.h -> mm.h by Al Viro · 18 years ago
  32. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  33. 3034d11 [PATCH] Don't print virtual address in HPET initialization by Andi Kleen · 18 years ago
  34. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  35. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  37. 9224a86 HPET: fix ACPI memory range length handling by Bjorn Helgaas · 18 years ago
  38. be5efff [PATCH] HPET: handle multiple ACPI EXTENDED_IRQ resources by Bjorn Helgaas · 18 years ago
  39. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  40. 3d5271f Pull release into acpica branch by Len Brown · 19 years ago
  41. 3e6716e [PATCH] hpet: hpet driver cleanups by Randy Dunlap · 19 years ago
  42. b6ab126 [PATCH] hpet: use HPET physical addresses for dup. detection by Randy Dunlap · 19 years ago
  43. 757c472 [PATCH] hpet: allow HPET FIXED_MEM32 resource type by Randy Dunlap · 19 years ago
  44. 318db8f [PATCH] hpet: simplify initialization message by Clemens Ladisch · 19 years ago
  45. c860ed9 [PATCH] hpet: remove superfluous indirections by Clemens Ladisch · 19 years ago
  46. 3d5640d [PATCH] hpet: fix access to multiple HPET devices by Clemens Ladisch · 19 years ago
  47. 7522e4e [PATCH] hpet: fix uninitialized variable in hpet_register() by Clemens Ladisch · 19 years ago
  48. af95ead [PATCH] hpet: fix division by zero in HPET_INFO by Clemens Ladisch · 19 years ago
  49. 8e8505b [PATCH] hpet: fix HPET_INFO calls from kernel space by Clemens Ladisch · 19 years ago
  50. 0d29086 [PATCH] hpet: allow shared interrupts by Clemens Ladisch · 19 years ago
  51. 189e2dd [PATCH] hpet: allow non-power-of-two frequencies by Clemens Ladisch · 19 years ago
  52. 3f992e1 [PATCH] hpet: remove superfluous register reads by Clemens Ladisch · 19 years ago
  53. 642d30b [PATCH] hpet: remove unused variable by Clemens Ladisch · 19 years ago
  54. ba3f213 [PATCH] HPET: make frequency calculations 32 bit safe by Clemens Ladisch · 19 years ago
  55. 9090e6d [PATCH] hpet: disallow zero interrupt frequency by Clemens Ladisch · 19 years ago
  56. 609725f [PATCH] Fix mmap() of /dev/hpet by Keir Fraser · 19 years ago
  57. eca008c [ACPI] handle ACPICA 20050916's acpi_resource.type rename by Len Brown · 19 years ago
  58. 887c27f [PATCH] fix unusual placement of inline keyword in hpet by Adrian Bunk · 19 years ago
  59. 64e4748 Merge linux-2.6 with linux-acpi-2.6 by Len Brown · 19 years ago
  60. 9680382 [PATCH] hpet: fix drift and url by Alex Williamson · 19 years ago
  61. 1d492eb [ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3 by Len Brown · 19 years ago
  62. a9bd53b [ACPI] HPET driver now checks for acpi_register_gsi() errors by Kenji Kaneshige · 19 years ago
  63. 44f410a [PATCH] hpet: do_div fix by Jon Smirl · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago