1. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  2. 60e5bb7 xfs: merge _xfs_log_force and xfs_log_force by Christoph Hellwig · 7 years ago
  3. 2b56c28 xfs: remove the unused log_flushed variable in xfs_extent_busy_flush by Christoph Hellwig · 7 years ago
  4. 4f7aa2f xfs: remove an outdated comment for xfs_inode_item_committing by Christoph Hellwig · 7 years ago
  5. 2022ab3 xfs: remove misleading comment text on xfs_inode_item_unlock by Christoph Hellwig · 7 years ago
  6. 0ab3208 xfs: account only rmapbt-used blocks against rmapbt perag res by Brian Foster · 7 years ago
  7. 2159286 xfs: rename agfl perag res type to rmapbt by Brian Foster · 7 years ago
  8. b3fed43 xfs: account format bouncing into rmapbt swapext tx reservation by Brian Foster · 7 years ago
  9. 3e78b9a xfs: shutdown if block allocation overruns tx reservation by Brian Foster · 7 years ago
  10. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  11. ae23395 inode: don't memset the inode address space twice by Dave Chinner · 7 years ago
  12. a78ee25 xfs: convert XFS_AGFL_SIZE to a helper function by Dave Chinner · 7 years ago
  13. 6231848 xfs: check for cow blocks before trying to clear them by Darrick J. Wong · 7 years ago
  14. 3f883f5 xfs: convert a few more directory asserts to corruption by Darrick J. Wong · 7 years ago
  15. 8241f7f xfs: don't iunlock the quota ip when quota block by Darrick J. Wong · 7 years ago
  16. 19957a1 xfs: Correctly invert xfs_buftarg LRU isolation logic by Vratislav Bendel · 7 years ago
  17. 4df0f7f xfs: fix transaction allocation deadlock in IO path by Dave Chinner · 7 years ago
  18. c3b1b13 xfs: implement the lazytime mount option by Christoph Hellwig · 7 years ago
  19. 0d07e55 fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync by Christoph Hellwig · 7 years ago
  20. bcab2eb xfs: Remove dead code from inode recover function by Nikolay Borisov · 7 years ago
  21. e157ebd Cleanup old XFS_BTREE_* traces by Carlos Maiolino · 7 years ago
  22. 4603fa7 xfs: remove unused m_dmevmask from xfs_mount struct by Eric Sandeen · 7 years ago
  23. cb0a8d2 xfs: fall back to vmalloc when allocation log vector buffers by Dave Chinner · 7 years ago
  24. 0c8efd6 Linux 4.16-rc5 by Linus Torvalds · 7 years ago
  25. ed58d66 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. 1ad5daa Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. ebb3762 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 8ad4424 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 02bf0ef Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  30. abeb752 Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  31. d43be80 Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  32. 3cd2c31 dmaengine: mv_xor_v2: Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  33. 3266b5b Merge tag 'kbuild-fixes-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  34. 23b33ac Merge tag 'linux-watchdog-4.16-fixes-2' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  35. 91a2620 Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  36. b3b25b1 Merge tag 'for-4.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  37. 2f64e70 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  38. b3337a6 Merge tag 'platform-drivers-x86-v4.16-6' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  39. cdb06e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  40. 3961448 Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  41. 4178802 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  42. ed3c4df Merge tag 'docs-4.16-fix' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  43. cfc79ae Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  44. ac68b1b lib/test_kmod.c: fix limit check on number of test devices created by Luis R. Rodriguez · 7 years ago
  45. 0627be7 selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus by Li Zhijian · 7 years ago
  46. 864b75f mm/page_alloc: fix memmap_init_zone pageblock alignment by Daniel Vacek · 7 years ago
  47. 379b03b mm/memblock.c: hardcode the end_pfn being -1 by Daniel Vacek · 7 years ago
  48. 96312e6 mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT by Andrea Arcangeli · 7 years ago
  49. 1b4cfe3 lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() by Kees Cook · 7 years ago
  50. 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
  51. 4704dea hugetlb: fix surplus pages accounting by Michal Hocko · 7 years ago
  52. 28e9091 RDMA/mlx5: Fix integer overflow while resizing CQ by Leon Romanovsky · 7 years ago
  53. 212a0cb Revert "RDMA/mlx5: Fix integer overflow while resizing CQ" by Doug Ledford · 7 years ago
  54. c68a2cf Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  55. 99d7d64 Merge tag 'fbdev-v4.16-rc5' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  56. 65307f2 Merge tag 'drm-fixes-for-v4.16-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  57. dfbab3f Merge tag 'sound-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  58. e21da1c arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery by Marc Zyngier · 7 years ago
  59. ff690ee Documentation/sphinx: Fix Directive import error by Matthew Wilcox · 7 years ago
  60. 719ea86 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  61. 2d9b1d69 Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  62. 32d7b19 platform/x86: dell-smbios: Resolve dependency error on DCDBAS by Darren Hart (VMware) · 7 years ago
  63. 329d58b platform/x86: Allow for SMBIOS backend defaults by Darren Hart (VMware) · 7 years ago
  64. 25d4702 platform/x86: dell-smbios: Link all dell-smbios-* modules together by Mario Limonciello · 7 years ago
  65. 94f77cb platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base by Mario Limonciello · 7 years ago
  66. b535396 platform/x86: dell-smbios: Correct some style warnings by Mario Limonciello · 7 years ago
  67. a525df0 Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  68. 1d03757 loop: Fix lost writes caused by missing flag by Ross Zwisler · 7 years ago
  69. bd2746f clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency by Masahiro Yamada · 7 years ago
  70. 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
  71. c07a8f8 x86/kprobes: Fix kernel crash when probing .entry_trampoline code by Francis Deslauriers · 7 years ago
  72. bd903af perf/core: Fix ctx_event_type in ctx_resched() by Song Liu · 7 years ago
  73. e576b7b Merge branch 'nvme-4.16-rc5' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  74. b0655d6 Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  75. f5732e6 Merge tag 'drm-misc-fixes-2018-03-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  76. aa87d62 Merge tag 'drm-intel-fixes-2018-03-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  77. e675482 Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  78. 98577c6 Merge tag 'chrome-platform-4.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  79. d157e53 nvme_fc: rework sqsize handling by James Smart · 7 years ago
  80. 099fd6c ALSA: hda: add dock and led support for HP ProBook 640 G2 by Dennis Wassenberg · 7 years ago
  81. aea8081 ALSA: hda: add dock and led support for HP EliteBook 820 G3 by Dennis Wassenberg · 7 years ago
  82. 9296080 Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 7 years ago
  83. 0475821 nvme-fabrics: Ignore nr_io_queues option for discovery controllers by Roland Dreier · 7 years ago
  84. 55fe6da kbuild: Handle builtin dtb file names containing hyphens by James Hogan · 7 years ago
  85. 61fc470 scripts/bloat-o-meter: fix typos in help by Matteo Croce · 7 years ago
  86. b3b7c47 x86/MCE: Serialize sysfs changes by Seunghun Han · 7 years ago
  87. fa94d0c x86/MCE: Save microcode revision in machine check records by Tony Luck · 7 years ago
  88. 351b2bc xen: xenbus: use put_device() instead of kfree() by Arvind Yadav · 7 years ago
  89. e4c07b3 ALSA: hda/realtek - Make dock sound work on ThinkPad L570 by Dennis Wassenberg · 7 years ago
  90. c5b679f x86/pti: Fix a comment typo by Seunghun Han · 7 years ago
  91. 85d59b5 ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call by Takashi Iwai · 7 years ago
  92. 7bd8009 ALSA: seq: More protection for concurrent write and ioctl races by Takashi Iwai · 7 years ago
  93. a5321ae x86/microcode: Synchronize late microcode loading by Ashok Raj · 7 years ago
  94. cfb52a5 x86/microcode: Request microcode on the BSP by Borislav Petkov · 7 years ago
  95. d8c3b52 x86/microcode/intel: Look into the patch cache first by Borislav Petkov · 7 years ago
  96. 30ec26d x86/microcode: Do not upload microcode if CPUs are offline by Ashok Raj · 7 years ago
  97. 91df9fd x86/microcode/intel: Writeback and invalidate caches before updating microcode by Ashok Raj · 7 years ago
  98. c182d2b x86/microcode/intel: Check microcode revision before updating sibling threads by Ashok Raj · 7 years ago
  99. 854857f x86/microcode: Get rid of struct apply_microcode_ctx by Borislav Petkov · 7 years ago
  100. 3626822 x86/spectre_v2: Don't check microcode versions when running under hypervisors by Konrad Rzeszutek Wilk · 7 years ago