1. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 16 years ago
  2. 936577c x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors by Linus Torvalds · 16 years ago
  3. fe33118 x86: time_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  4. bed4f13 Merge branch 'x86/irq' into x86/core by Ingo Molnar · 16 years ago
  5. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  6. 57a3750 x86: time_64.c timer_interrupt() should be static by Jaswinder Singh · 16 years ago
  7. 8ae9366 x86: hardirq: use inc_irq_stat() in non-unified functions by Hiroshi Shimamoto · 16 years ago
  8. 8652cb4 x86: warn of incorrect cpu_khz on AMD systems by Prarit Bhargava · 16 years ago
  9. e04d645 x86: move vgetcpu mode probing to cpu detection by Glauber Costa · 16 years ago
  10. 33c053d x86: wrap MCA_bus test around an ifdef by Glauber Costa · 16 years ago
  11. 461ebd1 x86: rename timer_event_interrupt to timer_interrupt by Glauber Costa · 17 years ago
  12. 2ff2983 x86: bind irq0 irq data to cpu0 by Glauber Costa · 17 years ago
  13. 8de0b8a x86: use user_mode_vm instead of user_mode by Glauber Costa · 17 years ago
  14. 3927fa9 x86: use frame pointer information on x86_64 profile_pc by Glauber Costa · 17 years ago
  15. 8fbbc4b x86: merge tsc_init and clocksource code by Alok Kataria · 17 years ago
  16. bfc0f59 x86: merge tsc calibration by Alok Kataria · 17 years ago
  17. f3f3149 x86: use cpu_khz for loops_per_jiffy calculation, cleanup by Alok Kataria · 17 years ago
  18. 3da757d x86: use cpu_khz for loops_per_jiffy calculation by Alok Kataria · 17 years ago
  19. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  20. 519efbc x86: fix cpu MHz reporting for AMD family 0x11 by Andreas Herrmann3 · 17 years ago
  21. 6d63de8 x86: remove get_cycles_sync by Andi Kleen · 17 years ago
  22. ee238e5 x86: prepare time related functions for paravirt by Glauber de Oliveira Costa · 17 years ago
  23. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  24. 081e10b x86: clean up arch/x86/kernel/time_64.c includes by Thomas Gleixner · 17 years ago
  25. 1122b13 x86: share rtc code by Thomas Gleixner · 17 years ago
  26. 6ce60b0 x86: unify mc146818rtc.h - prepare for sharing rtc code by Thomas Gleixner · 17 years ago
  27. bbbd999 x86: on x86_64, correct reading of PC RTC when update in progress in time_64.c by David P. Reed · 17 years ago
  28. c399da0 x86: fix freeze in x86_64 RTC update code in time_64.c by David P. Reed · 17 years ago
  29. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  30. 9f75e9b x86_64: remove now unused code by Thomas Gleixner · 17 years ago
  31. 2f0798a x86: unify timex.h variants by Thomas Gleixner · 17 years ago
  32. 4e77ae3 x86: Fix irq0 / local apic timer accounting by Thomas Gleixner · 17 years ago
  33. b8ce335 x86_64: convert to clock events by Thomas Gleixner · 17 years ago
  34. 0190dae i386: prepare sharing the PIT code by Thomas Gleixner · 17 years ago
  35. d371698 x86_64: Consolidate tsc calibration by Thomas Gleixner · 17 years ago
  36. 5fa3a24 x86: block irq balancing for timer by Venki Pallipadi · 17 years ago
  37. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/time_64.c]
  38. abb1183 x86_64: prepare shared kernel/time.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/time.c]
  39. 28318da x86_64: use the global PIT lock by Thomas Gleixner · 17 years ago
  40. 2618f86 x86_64: time.c white space wreckage cleanup by Thomas Gleixner · 17 years ago
  41. ef81ab2 x86_64: Use generic xtime init by Thomas Gleixner · 17 years ago
  42. af74522ab7 x86_64: use generic cmos update by Thomas Gleixner · 17 years ago
  43. 2aae950 x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu by Andi Kleen · 17 years ago
  44. e6d828f Add IRQF_IRQPOLL flag on x86_64 by Bernhard Walle · 18 years ago
  45. 141f9cf [PATCH] x86-64: Fix "Section mismatch" compile warning by Bernhard Walle · 18 years ago
  46. 5a90cf2 [PATCH] x86: Log reason why TSC was marked unstable by john stultz · 18 years ago
  47. 6b37f5a [PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpus by Joerg Roedel · 18 years ago
  48. 803d80f [PATCH] x86-64: Some cleanup in time.c by Andi Kleen · 18 years ago
  49. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 18 years ago
  50. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 18 years ago
  51. 7460ed2 [PATCH] time: x86_64: re-enable vsyscall support for x86_64 by john stultz · 18 years ago
  52. 1489939 [PATCH] time: x86_64: convert x86_64 to use GENERIC_TIME by john stultz · 18 years ago
  53. c37e7bb [PATCH] time: x86_64: split x86_64/kernel/time.c up by john stultz · 18 years ago
  54. 2d0c87c [PATCH] time: x86_64: hpet_address cleanup by john stultz · 18 years ago
  55. 95492e4 [PATCH] x86: rewrite SMP TSC sync code by Ingo Molnar · 18 years ago
  56. 3e94fb8 [PATCH] x86-64: avoid warning message livelock by Roland Dreier · 18 years ago
  57. 2f7a2a7 [PATCH] x86-64: - Ignore long SMI interrupts in clock calibration code - update 1 by Jack Steiner · 18 years ago
  58. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 18 years ago
  59. ed5316d [PATCH] x86-64: - Ignore long SMI interrupts in clock calibration by Jack Steiner · 18 years ago
  60. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  61. 8c131af [PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled by Andi Kleen · 18 years ago
  62. aa026ed [PATCH] x86-64: Fix C3 timer test by Andi Kleen · 18 years ago
  63. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  64. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  65. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  66. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  67. 1447c27 [PATCH] hpet rtc emulation: add watchdog timer by Clemens Ladisch · 18 years ago
  68. 34464a5 [PATCH] Detect clock skew during suspend by Rafael J. Wysocki · 18 years ago
  69. cbf9b4b [PATCH] X86_64 monotonic_clock goes backwards by Dimitri Sivanich · 18 years ago
  70. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  71. 31679f3 [PATCH] Simplify profile_pc on x86-64 by Andi Kleen · 18 years ago
  72. c08c820 [PATCH] Add the vgetcpu vsyscall by Vojtech Pavlik · 18 years ago
  73. a670fad [PATCH] Add initalization of the RDTSCP auxilliary values by Vojtech Pavlik · 18 years ago
  74. 0e5f61b [PATCH] x86_64: On Intel systems when CPU has C3 don't use TSC by Andi Kleen · 18 years ago
  75. d5a2601 [PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofile by Andi Kleen · 18 years ago
  76. b1e05aa [PATCH] irq-flags: x86_64: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  77. 2ee60e17 [PATCH] x86_64: Move export symbols to their C functions by Andi Kleen · 19 years ago
  78. 2f82bde4 [PATCH] x86_64: Update copyright in time.c by Vojtech Pavlik · 19 years ago
  79. b2df3dd [PATCH] x86_64: Explain why HPET T0_CMP register is written twice by Vojtech Pavlik · 19 years ago
  80. 4221133 [PATCH] x86_64: Make use of the *PER* constants in time.c by Vojtech Pavlik · 19 years ago
  81. e30db3e [PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridges by Vojtech Pavlik · 19 years ago
  82. f8bf3c6 [PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_box by Vojtech Pavlik · 19 years ago
  83. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 19 years ago
  84. 3d34ee6 [PATCH] x86_64: Don't return error for HPET initialization in initcall by Andi Kleen · 19 years ago
  85. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 19 years ago
  86. 641f71f [PATCH] RTC: Remove RTC UIP synchronization on x86_64 by Matt Mackall · 19 years ago
  87. 28456ed [PATCH] x86_64: Reename CMOS update warning by Andi Kleen · 19 years ago
  88. 7351c0b [PATCH] x86_64: Fix formatting in time.c by Andi Kleen · 19 years ago
  89. 6954bee [PATCH] x86_64: Handle years beyond 2100 by Andi Kleen · 19 years ago
  90. 9ede6b0 [PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is used by Andi Kleen · 19 years ago
  91. 68ed004 [PATCH] x86: mark cyc2ns_scale readmostly by Ravikiran G Thirumalai · 19 years ago
  92. e8b9177 [PATCH] x86_64: Move the SMP time selection earlier by Andi Kleen · 19 years ago
  93. 7fd6784 [PATCH] x86_64: Disable tsc when apicpmtimer is active by Andi Kleen · 19 years ago
  94. 33042a9 [PATCH] x86-64: Fix HPET timer on x460 by Chris McDermott · 19 years ago
  95. dd42b15 [PATCH] amd64 time.c __iomem annotations by Al Viro · 19 years ago
  96. 396bd50 [PATCH] x86_64: mark two routines as __cpuinit by Shaohua Li · 19 years ago
  97. 0dd2ea9 [PATCH] x86_64: [PATCH] timer resume by Shaohua Li · 19 years ago
  98. 73dea47 [PATCH] x86_64: Allow to run main time keeping from the local APIC interrupt by Andi Kleen · 19 years ago
  99. 5329e13d [PATCH] x86_64: Fix get_cmos_time() by Jan Beulich · 19 years ago
  100. bdf2b1c [PATCH] x86_64: No need to export get_cmos_time anymore by Andi Kleen · 19 years ago