1. bff4120 timerfd: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 8 years ago
  2. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  3. 5c49941 posix-timers: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  4. 63a766a posix-stubs: Conditionally include COMPAT_SYS_NI defines by Deepa Dinamani · 8 years ago
  5. d5b7ffb time: introduce {get,put}_itimerspec64 by Deepa Dinamani · 8 years ago
  6. f59dd9c time: add get_timespec64 and put_timespec64 by Deepa Dinamani · 8 years ago
  7. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  8. 343d8fc posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() by Thomas Gleixner · 8 years ago
  9. 2b2d028 time: Move compat_gettimeofday()/settimeofday() to native by Al Viro · 8 years ago
  10. b180db2 time: Move compat_time()/stime() to native by Al Viro · 8 years ago
  11. 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
  12. d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
  13. 54ad9c4 itimers: Move compat itimer syscalls to native ones by Al Viro · 8 years ago
  14. b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
  15. 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
  16. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  17. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  18. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  19. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  20. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  21. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  22. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  23. 15f27ce alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() by Al Viro · 8 years ago
  24. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  25. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  26. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  27. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  28. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  29. b3bf6f3 alarmtimer: Implement arm callback by Thomas Gleixner · 8 years ago
  30. e344c9e alarmtimer: Implement try_to_cancel callback by Thomas Gleixner · 8 years ago
  31. d653d845 alarmtimer: Implement remaining callback by Thomas Gleixner · 8 years ago
  32. e7561f1 alarmtimer: Implement forward callback by Thomas Gleixner · 8 years ago
  33. b3db80f alarmtimer: Implement timer_rearm() callback by Thomas Gleixner · 8 years ago
  34. eae1c4a posix-timers: Make use of cancel/arm callbacks by Thomas Gleixner · 8 years ago
  35. 525b8ed posix-timers: Add cancel/arm callbacks by Thomas Gleixner · 8 years ago
  36. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  37. 91d57ba posix-timers: Make use of forward/remaining callbacks by Thomas Gleixner · 8 years ago
  38. 63841b2 posix-timers: Add forward/remaining callbacks by Thomas Gleixner · 8 years ago
  39. 21e55c1 posix-timers: Add active flag to k_itimer by Thomas Gleixner · 8 years ago
  40. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  41. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  42. 3080294 posix-timers: Add timer_rearm() callback by Thomas Gleixner · 8 years ago
  43. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  44. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  45. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  46. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  47. 03676b4 posix-timers: Cleanup struct k_itimer by Thomas Gleixner · 8 years ago
  48. 6631fa1 posix-timers: Avoid gazillions of forward declarations by Thomas Gleixner · 8 years ago
  49. 3a06c7a posix-clocks: Remove interval timer facility and mmap/fasync callbacks by Thomas Gleixner · 8 years ago
  50. a81129e posix-timers: Remove unused export of posix_timer_event() by Thomas Gleixner · 8 years ago
  51. 18c700c alarmtimer: Remove pointless config conditional by Thomas Gleixner · 8 years ago
  52. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  53. ff86bf0c alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 8 years ago
  54. f4781e7 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 8 years ago
  55. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  56. b9253a4 signal: Move copy_siginfo_to_user to <linux/signal.h> by Christoph Hellwig · 8 years ago
  57. 31ea70e posix-timers: Move the do_schedule_next_timer declaration by Christoph Hellwig · 8 years ago
  58. 7994200 ia64: Remove HAVE_ARCH_COPY_SIGINFO by Christoph Hellwig · 8 years ago
  59. f70c800 sparc: Simplify <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  60. 104c08b Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  61. 89af529 Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  62. 5a4829b Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  63. f219764 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. d6c9708 scripts/gdb: make lx-dmesg command work (reliably) by André Draszik · 8 years ago
  65. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 8 years ago
  66. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 8 years ago
  67. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 8 years ago
  68. 30809f5 mm/migrate: fix refcount handling when !hugepage_migration_supported() by Punit Agrawal · 8 years ago
  69. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 8 years ago
  70. d0f0931d mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 8 years ago
  71. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 8 years ago
  72. ff5a201 pcmcia: remove left-over %Z format by Nicolas Iooss · 8 years ago
  73. 478fe30 slub/memcg: cure the brainless abuse of sysfs attributes by Thomas Gleixner · 8 years ago
  74. 57ddfda initramfs: fix disabling of initramfs (and its compression) by Florian Fainelli · 8 years ago
  75. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 8 years ago
  76. 60b0a8c frv: declare jiffies to be located in the .data section by Matthias Kaehlcke · 8 years ago
  77. 1bde33e include/linux/gfp.h: fix ___GFP_NOLOCKDEP value by Michal Hocko · 8 years ago
  78. a7306c3 ksm: prevent crash after write_protect_page fails by Andrea Arcangeli · 8 years ago
  79. 6031913 Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs' by Rafael J. Wysocki · 8 years ago
  80. bb5710e Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  81. e6e6d07 Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  82. b939c51 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  83. 65d0332 Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  84. 60c42a3 Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  85. 6f37fa4 Merge tag 'md/4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  86. bb32985 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  87. 4635694 Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  88. c531577 Merge tag 'sound-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  89. f8e72db Merge tag 'dmaengine-fix-4.12-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  90. 6df62e7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  91. 035f145 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  92. f2a025d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. f56f88e Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. cb7cf77 ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation by Lorenzo Pieralisi · 8 years ago
  95. 715e944 HID: asus: Stop underlying hardware on remove by Carlo Caione · 8 years ago
  96. ebcdaee dmaengine: pl330: fix warning in pl330_remove by Jean-Philippe Brucker · 8 years ago
  97. 28904ee Merge tag 'topic/dp-quirks-2017-05-31' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  98. 3b1e342 Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  99. 2f48641 Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  100. b425e50 block: Avoid that blk_exit_rl() triggers a use-after-free by Bart Van Assche · 8 years ago