1. 7729beb ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y by Valentin Ilie · 7 years ago
  2. d4d1fc6 ia64: Update fsyscall gettime to use modern vsyscall_update by Tony Luck · 7 years ago
  3. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  4. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  5. e2339a4 ia64: Convert vtime to use nsec units directly by Frederic Weisbecker · 8 years ago
  6. fb8b049 sched/cputime: Push time to account_system_time() in nsecs by Frederic Weisbecker · 8 years ago
  7. 18b43a9 sched/cputime: Push time to account_idle_time() in nsecs by Frederic Weisbecker · 8 years ago
  8. 23244a5 sched/cputime: Push time to account_user_time() in nsecs by Frederic Weisbecker · 8 years ago
  9. c8d7dab sched/cputime: Rename vtime_account_user() to vtime_flush() by Frederic Weisbecker · 8 years ago
  10. 7dd5823 sched/cputime, ia64: Accumulate cputime and account only on tick/task switch by Frederic Weisbecker · 8 years ago
  11. 8388d21 sched/cputime, ia64: Fix incorrect start cputime assignment on task switch by Frederic Weisbecker · 8 years ago
  12. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  13. 40565b5 sched/cputime, powerpc, s390: Make scaled cputime arch specific by Stanislaw Gruszka · 8 years ago
  14. 70f4f93 ia64: efi: use timespec64 for persistent clock by Arnd Bergmann · 9 years ago
  15. e55645e ia64: remove paravirt code by Luis R. Rodriguez · 10 years ago
  16. da167ad rtc: ia64: allow other architectures to use EFI RTC by Mark Salter · 10 years ago
  17. 953dec2 timekeeping: Fixup typo in update_vsyscall_old definition by John Stultz · 10 years ago
  18. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  19. 2958a48 ia64: Remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  20. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
  21. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  22. 5b5e76e IA64: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  23. 1b2852b vtime: Warn if irqs aren't disabled on system time accounting APIs by Frederic Weisbecker · 12 years ago
  24. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  25. bcebdf8 vtime: Explicitly account pending user time on process tick by Frederic Weisbecker · 12 years ago
  26. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  27. 1111333 vtime: Make vtime_account_system() irqsafe by Frederic Weisbecker · 12 years ago
  28. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  29. 9dc16f64 ia64: Reuse system and user vtime accounting functions on task switch by Frederic Weisbecker · 12 years ago
  30. 5bf412c ia64: Consolidate user vtime accounting by Frederic Weisbecker · 12 years ago
  31. a7e1a9e vtime: Consolidate system/idle context detection by Frederic Weisbecker · 12 years ago
  32. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  33. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  34. 189374a time: Move update_vsyscall definitions to timekeeper_internal.h by John Stultz · 12 years ago
  35. baa3604 cputime: Consolidate vtime handling on context switch by Frederic Weisbecker · 13 years ago
  36. bcd5507 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  37. c140d87 Disintegrate asm/system.h for IA64 by David Howells · 13 years ago
  38. 74a622b ia64: vsyscall: Use seqcount instead of seqlock by Thomas Gleixner · 13 years ago
  39. 574c44f ia64: Replace clocksource.fsys_mmio with generic arch data by Andy Lutomirski · 13 years ago
  40. c4dbe54 seqlock: Get rid of SEQLOCK_UNLOCKED by Eric Dumazet · 14 years ago
  41. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 14 years ago
  42. d60c304 ia64: convert to clocksource_register_hz/khz by John Stultz · 15 years ago
  43. 1aabd67 ia64: Switch do_timer() to xtime_update() by Torben Hohn · 14 years ago
  44. e7d2825 [IA64] Remove unlikely from cpu_is_offline by Joe Perches · 14 years ago
  45. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  46. 6ffdc57 ia64: Convert ia64 to use read/update_persistent_clock by John Stultz · 15 years ago
  47. 1762233 clocksource: add argument to resume callback by Magnus Damm · 15 years ago
  48. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  49. e088a4a [IA64] Convert ia64 to use int-ll64.h by Matthew Wilcox · 16 years ago
  50. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  51. 8b53ef3 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  52. 5e3fd9e rtc: add platform driver for EFI by dann frazier · 16 years ago
  53. f927da1 ia64/pv_ops/pv_time_ops: add sched_clock hook. by Isaku Yamahata · 16 years ago
  54. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  55. 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 16 years ago
  56. fca515f Pull pvops into release branch by Tony Luck · 16 years ago
  57. 3a677d2 [IA64] export account_system_vtime by Doug Chapman · 17 years ago
  58. 00d21d8 [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting. by Isaku Yamahata · 17 years ago
  59. 751fc78 [IA64] fix section mismatch in arch/ia64/kernel/irq.c by Hidetoshi Seto · 17 years ago
  60. b64f34c [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting) by Hidetoshi Seto · 17 years ago
  61. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  62. b842271 sched: remove printk_clock() by Ingo Molnar · 17 years ago
  63. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  64. b718f91 [IA64] ITC: Reduce rating for ITC clock if ITCs are drifty by Christoph Lameter · 17 years ago
  65. 712aaa1 use CLOCKSOURCE_MASK() instead of too large constant by Al Viro · 17 years ago
  66. 8dc9463 ia64 time.c: ANSIfy by Al Viro · 17 years ago
  67. 0aa366f [IA64] Convert to generic timekeeping/clocksource by Tony Luck · 17 years ago
  68. 2e77ff2 [IA64] remove duplicate header include line by MUNEDA Takahiro · 18 years ago
  69. d217c26 Add IRQF_IRQPOLL flag on IA64 by Bernhard Walle · 18 years ago
  70. accaddb [IA64] - Allow IPIs in timer loop by Jack Steiner · 18 years ago
  71. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  72. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  73. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  74. 121a422 [PATCH] irq-flags: IA64: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. 2ab9391 [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility by Tony Luck · 19 years ago
  77. 536ea4e Pull bsp-removal into release branch by Tony Luck · 19 years ago
  78. defbb2c [IA64] ia64: simplify and fix udelay() by hawkes@sgi.com · 19 years ago
  79. d6e56a2 [IA64] Fix CONFIG_PRINTK_TIME by Tony Luck · 19 years ago
  80. ff74190 [IA64] support for cpu0 removal by Ashok Raj · 19 years ago
  81. f5899b5 [IA64] disable preemption in udelay() by John Hawkes · 19 years ago
  82. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago