1. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  2. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  3. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  4. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  5. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  6. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  7. 15f27ce alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() by Al Viro · 8 years ago
  8. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  9. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  10. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  11. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  12. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  13. b3bf6f3 alarmtimer: Implement arm callback by Thomas Gleixner · 8 years ago
  14. e344c9e alarmtimer: Implement try_to_cancel callback by Thomas Gleixner · 8 years ago
  15. d653d845 alarmtimer: Implement remaining callback by Thomas Gleixner · 8 years ago
  16. e7561f1 alarmtimer: Implement forward callback by Thomas Gleixner · 8 years ago
  17. b3db80f alarmtimer: Implement timer_rearm() callback by Thomas Gleixner · 8 years ago
  18. eae1c4a posix-timers: Make use of cancel/arm callbacks by Thomas Gleixner · 8 years ago
  19. 525b8ed posix-timers: Add cancel/arm callbacks by Thomas Gleixner · 8 years ago
  20. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  21. 91d57ba posix-timers: Make use of forward/remaining callbacks by Thomas Gleixner · 8 years ago
  22. 63841b2 posix-timers: Add forward/remaining callbacks by Thomas Gleixner · 8 years ago
  23. 21e55c1 posix-timers: Add active flag to k_itimer by Thomas Gleixner · 8 years ago
  24. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  25. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  26. 3080294 posix-timers: Add timer_rearm() callback by Thomas Gleixner · 8 years ago
  27. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  28. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  29. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  30. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  31. 03676b4 posix-timers: Cleanup struct k_itimer by Thomas Gleixner · 8 years ago
  32. 6631fa1 posix-timers: Avoid gazillions of forward declarations by Thomas Gleixner · 8 years ago
  33. 3a06c7a posix-clocks: Remove interval timer facility and mmap/fasync callbacks by Thomas Gleixner · 8 years ago
  34. a81129e posix-timers: Remove unused export of posix_timer_event() by Thomas Gleixner · 8 years ago
  35. 18c700c alarmtimer: Remove pointless config conditional by Thomas Gleixner · 8 years ago
  36. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  37. ff86bf0c alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 8 years ago
  38. f4781e7 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 8 years ago
  39. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  40. b9253a4 signal: Move copy_siginfo_to_user to <linux/signal.h> by Christoph Hellwig · 8 years ago
  41. 31ea70e posix-timers: Move the do_schedule_next_timer declaration by Christoph Hellwig · 8 years ago
  42. 7994200 ia64: Remove HAVE_ARCH_COPY_SIGINFO by Christoph Hellwig · 8 years ago
  43. f70c800 sparc: Simplify <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  44. 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
  45. 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
  46. 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
  47. f219764 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  48. d6c9708 scripts/gdb: make lx-dmesg command work (reliably) by André Draszik · 8 years ago
  49. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 8 years ago
  50. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 8 years ago
  51. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 8 years ago
  52. 30809f5 mm/migrate: fix refcount handling when !hugepage_migration_supported() by Punit Agrawal · 8 years ago
  53. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 8 years ago
  54. d0f0931d mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 8 years ago
  55. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 8 years ago
  56. ff5a201 pcmcia: remove left-over %Z format by Nicolas Iooss · 8 years ago
  57. 478fe30 slub/memcg: cure the brainless abuse of sysfs attributes by Thomas Gleixner · 8 years ago
  58. 57ddfda initramfs: fix disabling of initramfs (and its compression) by Florian Fainelli · 8 years ago
  59. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 8 years ago
  60. 60b0a8c frv: declare jiffies to be located in the .data section by Matthias Kaehlcke · 8 years ago
  61. 1bde33e include/linux/gfp.h: fix ___GFP_NOLOCKDEP value by Michal Hocko · 8 years ago
  62. a7306c3 ksm: prevent crash after write_protect_page fails by Andrea Arcangeli · 8 years ago
  63. 6031913 Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs' by Rafael J. Wysocki · 8 years ago
  64. bb5710e Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  65. 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
  66. b939c51 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  67. 65d0332 Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  68. 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
  69. 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
  70. bb32985 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  71. 4635694 Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  72. 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
  73. f8e72db Merge tag 'dmaengine-fix-4.12-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  74. 6df62e7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  75. 035f145 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  76. 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
  77. 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
  78. cb7cf77 ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation by Lorenzo Pieralisi · 8 years ago
  79. 715e944 HID: asus: Stop underlying hardware on remove by Carlo Caione · 8 years ago
  80. ebcdaee dmaengine: pl330: fix warning in pl330_remove by Jean-Philippe Brucker · 8 years ago
  81. 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
  82. 3b1e342 Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  83. 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
  84. b425e50 block: Avoid that blk_exit_rl() triggers a use-after-free by Bart Van Assche · 8 years ago
  85. 9ea15a5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  86. 0bb2303 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  87. 393bcfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  88. c08d517 Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT" by Ingo Molnar · 8 years ago
  89. 47a66ee KVM: x86: Fix nmi injection failure when vcpu got blocked by ZhuangYanying · 8 years ago
  90. d9c1b54 KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 8 years ago
  91. d2c3b14 ALSA: hda - Fix applying MSI dual-codec mobo quirk by Takashi Iwai · 8 years ago
  92. a374846 Merge tag 'drm-fixes-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  93. 400129f Merge tag 'exynos-drm-fixes-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 8 years ago
  94. 8ef6fcc Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  95. 58b58f6 Merge branch 'msm-fixes-4.12-rc4' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 8 years ago
  96. 25f480e Merge tag 'drm-intel-fixes-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  97. 5e0cf5e iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 8 years ago
  98. 25cdda9 iscsi-target: Fix initial login PDU asynchronous socket close OOPs by Nicholas Bellinger · 8 years ago
  99. 45cc658 drm/amdgpu: Program ring for vce instance 1 at its register space by Leo Liu · 8 years ago
  100. 5a8948f md: Make flush bios explicitely sync by Jan Kara · 8 years ago