1. 48f18fd timekeeping: Use ktime_get_boottime() for get_monotonic_boottime() by Thomas Gleixner · 10 years ago
  2. 250fade timekeeping: Remove monotonic_to_bootbased by Thomas Gleixner · 10 years ago
  3. cbcf2dd x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based by Thomas Gleixner · 10 years ago
  4. bb0b581 x86: kvm: Use ktime_get_boot_ns() by Thomas Gleixner · 10 years ago
  5. 41fa421 arm: bL_switcher:k Use ktime_get_real_ns() by Thomas Gleixner · 10 years ago
  6. fb31cc1 iio: Use ktime_get_real_ns() by Thomas Gleixner · 10 years ago
  7. d659f9b hwmon: ibmaem: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  8. 5eaaed4 fs: lockd: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  9. 14a7004 net: mlx5: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  10. 6d9b757 misc: ioc4: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  11. 154adc1 mfd: cros_ec_spi: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  12. 9e93f21 connector: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  13. f2dec1e powerpc: cell: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  14. 68f6783d delayacct: Remove braindamaged type conversions by Thomas Gleixner · 10 years ago
  15. 9667a23 delayacct: Make accounting nanosecond based by Thomas Gleixner · 10 years ago
  16. ccbf62d sched: Make task->start_time nanoseconds based by Thomas Gleixner · 10 years ago
  17. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  18. d560fed time: Export nsecs_to_jiffies() by Thomas Gleixner · 10 years ago
  19. 897994e timekeeping: Provide ktime_get[*]_ns() helpers by Thomas Gleixner · 10 years ago
  20. dcaab54 timekeeping: Remove ktime_get_monotonic_offset() by Thomas Gleixner · 10 years ago
  21. d2cb58c drm: Use ktime_mono_to_real() by Thomas Gleixner · 10 years ago
  22. 5cac2f4 input: evdev: Use ktime_mono_to_real() by Thomas Gleixner · 10 years ago
  23. 53cc7ba timerfd: Use ktime_mono_to_real() by Thomas Gleixner · 10 years ago
  24. 9a6b519 timekeeping: Provide ktime_mono_to_any() by Thomas Gleixner · 10 years ago
  25. 48064f5 timekeeping; Use ktime based data for ktime_get_update_offsets_tick() by Thomas Gleixner · 10 years ago
  26. a37c0aa timekeeping: Use ktime_t data for ktime_get_update_offsets_now() by Thomas Gleixner · 10 years ago
  27. afab07c timekeeping: Use ktime_t based data for ktime_get_clocktai() by Thomas Gleixner · 10 years ago
  28. b82c817 timekeeping; Use ktime_t based data for ktime_get_boottime() by Thomas Gleixner · 10 years ago
  29. f5264d5 timekeeping: Use ktime_t based data for ktime_get_real() by Thomas Gleixner · 10 years ago
  30. 0077dc6 timekeeping: Provide ktime_get_with_offset() by Thomas Gleixner · 10 years ago
  31. a016a5b timekeeping: Use ktime_t based data for ktime_get() by Thomas Gleixner · 10 years ago
  32. 7c032df timekeeping: Provide internal ktime_t based data by Thomas Gleixner · 10 years ago
  33. f111adf timekeeping: Use timekeeping_update() instead of memcpy() by Thomas Gleixner · 10 years ago
  34. 3fdb14f timekeeping: Cache optimize struct timekeeper by Thomas Gleixner · 10 years ago
  35. c905fae timekeeper: Move tk_xtime to core code by Thomas Gleixner · 10 years ago
  36. d6d2989 timekeeping: Provide timespec64 based interfaces by Thomas Gleixner · 10 years ago
  37. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 10 years ago
  38. 7d489d1 timekeeping: Convert timekeeping core to use timespec64s by John Stultz · 10 years ago
  39. 49cd6f8 time: More core infrastructure for timespec64 by John Stultz · 10 years ago
  40. 361a3bf time64: Add time64.h header and define struct timespec64 by John Stultz · 10 years ago
  41. b17b20d ktime: Change ktime_set() to take 64bit seconds value by John Stultz · 10 years ago
  42. 166afb6 ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 10 years ago
  43. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  44. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  45. e06fde3 timekeeping: Simplify arch_gettimeoffset() by Thomas Gleixner · 10 years ago
  46. dc01c9f tile: Convert VDSO timekeeping to the precise mechanism by Thomas Gleixner · 10 years ago
  47. 988b0c5 tools: add script to test udelay by David Riley · 10 years ago
  48. e704f93 kernel: time: Add udelay_test module to validate udelay by David Riley · 10 years ago
  49. 1af447b Merge branch 'clockevents/3.17' of git://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 10 years ago
  50. 3252a64 clocksource: exynos_mct: Only use 32-bits where possible by Doug Anderson · 10 years ago
  51. fdb06f6 clocksource: exynos_mct: Use readl_relaxed/writel_relaxed by Doug Anderson · 10 years ago
  52. a38b1f6 ARM: pxa: Add non device-tree timer link to clocksource by Robert Jarzmik · 10 years ago
  53. 6f6caea ARM: pxa: Add CLKSRC_OF dependency by Robert Jarzmik · 10 years ago
  54. ab5354c clocksource: pxa: Add device-tree support for PXA timer by Robert Jarzmik · 10 years ago
  55. c5421d7 clocksource: pxa: Move PXA timer to clocksource framework by Robert Jarzmik · 10 years ago
  56. fd944da clocksource: clps711x: Add DT bindings documentation by Alexander Shiyan · 10 years ago
  57. f0b7fab clocksource: clps711x: Add CLPS711X clocksource driver by Alexander Shiyan · 10 years ago
  58. 3894152 clocksource: sirf: Fix incorrect clock enable counter for timer by Zhiwu Song · 10 years ago
  59. 40c9631 clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEM by Chen Gang · 10 years ago
  60. 22c4e02 vendor-prefixes: Add prefix for Mediatek Inc. by Matthias Brugger · 10 years ago
  61. 98c6bf2 dt-bindings: Add mtk-timer bindings by Matthias Brugger · 10 years ago
  62. ecb3530 clocksource: Add support for the Mediatek SoCs by Matthias Brugger · 10 years ago
  63. efd342f of: Provide a function to request and map memory by Matthias Brugger · 10 years ago
  64. 7e13918 clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2 by Kuninori Morimoto · 10 years ago
  65. de2ea58 Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17 by Daniel Lezcano · 10 years ago
  66. 5442e9f timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3 by Cyrill Gorcunov · 10 years ago
  67. 854d06d docs: Procfs -- Document timerfd output by Cyrill Gorcunov · 10 years ago
  68. af9c495 timerfd: Implement show_fdinfo method by Cyrill Gorcunov · 10 years ago
  69. afdb094 Merge tag 'v3.16-rc5' into timers/core by Thomas Gleixner · 10 years ago
  70. 1795cd9 Linux 3.16-rc5 by Linus Torvalds · 10 years ago
  71. 18b34d9 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  72. 502fde1 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  73. 2f3870e Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  74. 5fa77b54 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  75. 33fe3ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 10 years ago
  76. 54f8c2a Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  77. 4494377 clk: spear3xx: Set proper clock parent of uart1/2 by Thomas Gleixner · 10 years ago
  78. 15ebb05 clk: spear3xx: Use proper control register offset by Thomas Gleixner · 10 years ago
  79. fe22ddc parisc: drop unused defines and header includes by Helge Deller · 10 years ago
  80. ab8a261 parisc: fix fanotify_mark() syscall on 32bit compat kernel by Helge Deller · 10 years ago
  81. eadcc72 parisc: add serial ports of C8000/1GHz machine to hardware database by Helge Deller · 10 years ago
  82. 28b1fae Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  83. cacadb4 Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 10 years ago
  84. 6b458ac Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  85. 78b3d1c Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  86. 56a50f2 Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  87. 303f8ad Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  88. bf40c92 ext4: fix potential null pointer dereference in ext4_free_inode by Namjae Jeon · 10 years ago
  89. 3f1f9b8 ext4: fix a potential deadlock in __ext4_es_shrink() by Theodore Ts'o · 10 years ago
  90. 3a57cc5 Documenation/laptops: rename and update hpfall.c by Pali Rohár · 10 years ago
  91. 0ba4f6e DocBook: fix various typos by Masanari Iida · 10 years ago
  92. 8011b3c DocBook: fix mtdnand typos by Masanari Iida · 10 years ago
  93. cbb4d3e scripts/kernel-doc: handle object-like macros by Horia Geanta · 10 years ago
  94. c8c3f7d Documentation/Changes: clean up mcelog paragraph by Paul Bolle · 10 years ago
  95. 363d4dd ARM: at91: at91sam9x5: add clocks for usb device by Bo Shen · 10 years ago
  96. cda390b Merge branch 'kprobes-test-fixes' of git://git.linaro.org/people/tixy/kernel into fixes by Russell King · 10 years ago
  97. eb82a3d phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove by Roger Quadros · 10 years ago
  98. e73b49f phy: core: Fix error path in phy_create() by Roger Quadros · 10 years ago
  99. bf5baf9 drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE by Sjoerd Simons · 10 years ago
  100. 3df9fcd phy: omap-usb2: fix devm_ioremap_resource error detection code by Himangi Saraogi · 10 years ago