1. c79108b alarmtimer: Make alarmtimer platform device child of RTC device by Stephen Boyd · 5 years ago
  2. 6b088ce alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality by Stephen Boyd · 5 years ago
  3. eb5a4d0 hrtimer: Add missing sparse annotation for __run_timer() by Jules Irenge · 5 years ago
  4. a67ca89 Merge tag 'timers-v5.5-rc6' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 5 years ago
  5. 49a101d lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres() by Christophe Leroy · 5 years ago
  6. 99570c3 MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernel by Thomas Gleixner · 5 years ago
  7. 9e0333a clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSC by Andrea Parri · 5 years ago
  8. 0af3e13 clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources by Andrea Parri · 5 years ago
  9. b9c60a7 clocksource/drivers/timer-microchip-pit64b: Fix sparse warning by Claudiu Beznea · 5 years ago
  10. 4ad3534 clocksource/drivers/exynos_mct: Rename Exynos to lowercase by Krzysztof Kozlowski · 5 years ago
  11. 4341067 clocksource/drivers/timer-ti-dm: Fix uninitialized pointer access by Tony Lindgren · 5 years ago
  12. bc83cad clocksource/drivers/timer-ti-dm: Switch to platform_get_irq by Yangtao Li · 5 years ago
  13. cdab83f clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resource by Yangtao Li · 5 years ago
  14. ba25322 clocksource/drivers/em_sti: Fix variable declaration in em_sti_probe by Yangtao Li · 5 years ago
  15. 9a97b2f clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resource by Yangtao Li · 5 years ago
  16. 2052d032 clocksource/drivers/bcm2835_timer: Fix memory leak of timer by Colin Ian King · 5 years ago
  17. f5ac896 clocksource/drivers/cadence-ttc: Use ttc driver as platform driver by Rajan Vaja · 5 years ago
  18. 625022a clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B support by Claudiu Beznea · 5 years ago
  19. ddc61bb clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page by Boqun Feng · 5 years ago
  20. 0629346 clocksource: Fix Kconfig miscues by Randy Dunlap · 5 years ago
  21. db95b8e dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support by Biju Das · 5 years ago
  22. 9ca9fe6 clocksource: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  23. 1349401 clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernation by Dexuan Cui · 5 years ago
  24. 5167c50 tick/common: Touch watchdog in tick_unfreeze() on all CPUs by Chunyan Zhang · 5 years ago
  25. 6b6d188 alarmtimer: Unregister wakeup source when module get fails by Stephen Boyd · 5 years ago
  26. a750c74 selftests/timens: Check for right timens offsets after fork and exec by Andrei Vagin · 5 years ago
  27. 1854b97 selftests/timens: Add a simple perf test for clock_gettime() by Andrei Vagin · 5 years ago
  28. d5b0117 selftests/timens: Add timer offsets test by Andrei Vagin · 5 years ago
  29. 9d1f5a8 selftests/timens: Add procfs selftest by Dmitry Safonov · 5 years ago
  30. 46e0034 selftests/timens: Add a test for clock_nanosleep() by Andrei Vagin · 5 years ago
  31. 11873de selftests/timens: Add a test for timerfd by Andrei Vagin · 5 years ago
  32. 61c5767 selftests/timens: Add Time Namespace test for supported clocks by Dmitry Safonov · 5 years ago
  33. 04a8682 fs/proc: Introduce /proc/pid/timens_offsets by Andrei Vagin · 5 years ago
  34. 70ddf65 x86/vdso: Zap vvar pages when switching to a time namespace by Dmitry Safonov · 5 years ago
  35. e6b28ec x86/vdso: On timens page fault prefault also VVAR page by Dmitry Safonov · 5 years ago
  36. af34ebe x86/vdso: Handle faults on timens page by Dmitry Safonov · 5 years ago
  37. afaa7b5 time: Allocate per-timens vvar page by Dmitry Safonov · 5 years ago
  38. 550a77a x86/vdso: Add time napespace page by Dmitry Safonov · 5 years ago
  39. 64b302a x86/vdso: Provide vdso_data offset on vvar_page by Dmitry Safonov · 5 years ago
  40. 660fd04 lib/vdso: Prepare for time namespace support by Thomas Gleixner · 5 years ago
  41. 6f74acf x86/vdso: Restrict splitting VVAR VMA by Dmitry Safonov · 5 years ago
  42. 0efc8bb fs/proc: Respect boottime inside time namespace for /proc/uptime by Dmitry Safonov · 5 years ago
  43. 1f9b37b posix-timers: Make clock_nanosleep() time namespace aware by Andrei Vagin · 5 years ago
  44. ea2d1f7 hrtimers: Prepare hrtimer_nanosleep() for time namespaces by Andrei Vagin · 5 years ago
  45. 0b9b9a3 alarmtimer: Make nanosleep() time namespace aware by Andrei Vagin · 5 years ago
  46. 7da8b3a posix-timers: Make timer_settime() time namespace aware by Andrei Vagin · 5 years ago
  47. 6cd889d timerfd: Make timerfd_settime() time namespace aware by Andrei Vagin · 5 years ago
  48. 89dd8ee time: Add do_timens_ktime_to_host() helper by Andrei Vagin · 5 years ago
  49. 5a590f3 posix-clocks: Wire up clock_gettime() with timens offsets by Andrei Vagin · 5 years ago
  50. 198fa44 posix-timers: Use clock_get_ktime() in common_timer_get() by Andrei Vagin · 5 years ago
  51. 9c71a2e posix-clocks: Introduce clock_get_ktime() callback by Andrei Vagin · 5 years ago
  52. 2f58bf9 alarmtimer: Provide get_timespec() callback by Andrei Vagin · 5 years ago
  53. 41b3b8d alarmtimer: Rename gettime() callback to get_ktime() by Andrei Vagin · 5 years ago
  54. eaf8019 posix-clocks: Rename .clock_get_timespec() callbacks accordingly by Andrei Vagin · 5 years ago
  55. 819a95f posix-clocks: Rename the clock_get() callback to clock_get_timespec() by Andrei Vagin · 5 years ago
  56. af993f5 time: Add timens_offsets to be used for tasks in time namespace by Andrei Vagin · 5 years ago
  57. 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
  58. c966533 lib/vdso: Mark do_hres() and do_coarse() as __always_inline by Andrei Vagin · 5 years ago
  59. 0898a16 lib/vdso: Add unlikely() hint into vdso_read_begin() by Andrei Vagin · 5 years ago
  60. cdb7c5a lib/vdso: Avoid duplication in __cvdso_clock_getres() by Christophe Leroy · 5 years ago
  61. 8463cf8 lib/vdso: Let do_coarse() return 0 to simplify the callsite by Christophe Leroy · 5 years ago
  62. 0b5c123 x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 6 years ago
  63. de0209f mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 6 years ago
  64. 972188f arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 6 years ago
  65. a279235 lib/vdso: Remove checks on return value for 32 bit vDSO by Vincenzo Frascino · 6 years ago
  66. b767081 lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 6 years ago
  67. bf27984 lib/vdso: Build 32 bit specific functions in the right context by Vincenzo Frascino · 6 years ago
  68. 715f23b ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacks by Thomas Gleixner · 5 years ago
  69. 3b5584a arm64: compat: vdso: Expose BUILD_VDSO32 by Vincenzo Frascino · 6 years ago
  70. 2e34d63 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 5 years ago
  71. ffd0873 lib/vdso: Make __cvdso_clock_getres() static by Vincenzo Frascino · 5 years ago
  72. 2707745 time/sched_clock: Disable interrupts in sched_clock_register() by Paul Cercueil · 5 years ago
  73. f35deaf time/posix-stubs: Provide compat itimer supoprt for alpha by Arnd Bergmann · 5 years ago
  74. c79f46a Linux 5.5-rc5 by Linus Torvalds · 5 years ago
  75. 768fc66 Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  76. 0e194d9 Documentation: riscv: add patch acceptance guidelines by Paul Walmsley · 5 years ago
  77. 2f3035d riscv: prefix IRQ_ macro names with an RV_ namespace by Paul Walmsley · 5 years ago
  78. 9d05c18 clocksource: riscv: add notrace to riscv_sched_clock by Zong Li · 5 years ago
  79. 3648790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  80. a125bcd Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 5 years ago
  81. 8c62ed2 apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock by John Johansen · 5 years ago
  82. c420ddd Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  83. 7312b70 hexagon: define ioremap_uc by Nick Desaulniers · 5 years ago
  84. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  85. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  86. c77c0a8 mm/hugetlb: defer freeing of huge pages if in non-task context by Waiman Long · 5 years ago
  87. a7c46c0 mm/gup: fix memory leak in __gup_benchmark_ioctl by Navid Emamdoost · 5 years ago
  88. 941f762 mm/oom: fix pgtables units mismatch in Killed process message by Ilya Dryomov · 5 years ago
  89. e39e773 fs/posix_acl.c: fix kernel-doc warnings by Randy Dunlap · 5 years ago
  90. 63e8031 hexagon: work around compiler crash by Nick Desaulniers · 5 years ago
  91. 780a0cf hexagon: parenthesize registers in asm predicates by Nick Desaulniers · 5 years ago
  92. 213921f fs/namespace.c: make to_mnt_ns() static by Eric Biggers · 5 years ago
  93. 7bebd69 fs/nsfs.c: include headers for missing declarations by Eric Biggers · 5 years ago
  94. b16155a fs/direct-io.c: include fs/internal.h for missing prototype by Eric Biggers · 5 years ago
  95. e0153fc mm: move_pages: return valid node id in status if the page is already on the target node by Yang Shi · 5 years ago
  96. 84029fd memcg: account security cred as well to kmemcg by Shakeel Butt · 5 years ago
  97. a69b83e kcov: fix struct layout for kcov_remote_arg by Andrey Konovalov · 5 years ago
  98. ac8f05d mm/zsmalloc.c: fix the migrated zspage statistics. by Chanho Min · 5 years ago
  99. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  100. 5613970 Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago