1. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  2. 022c204 random,stackprotect: introduce get_random_canary function by Rik van Riel · 7 years ago
  3. 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  4. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  5. f2e0cff kernel/watchdog: introduce arch_touch_nmi_watchdog() by Nicholas Piggin · 7 years ago
  6. 24bb446 kernel/watchdog: remove unused declaration by Nicholas Piggin · 7 years ago
  7. 2cd648c include/linux/sem.h: correctly document sem_ctime by Manfred Spraul · 7 years ago
  8. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  9. 1a23395 ipc/sem.c: remove sem_base, embed struct sem by Manfred Spraul · 7 years ago
  10. e41d581 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  11. 92ef6da kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE by Cyrill Gorcunov · 7 years ago
  12. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 7 years ago
  13. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
  14. 1229384 kdump: protect vmcoreinfo data under the crash memory by Xunlei Pang · 7 years ago
  15. 5203f49 powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr by Xunlei Pang · 7 years ago
  16. 203e9e4 kexec: move vmcoreinfo out of the kernel's .bss section by Xunlei Pang · 7 years ago
  17. c7acec71 kernel.h: handle pointers to arrays better in container_of() by Ian Abbott · 7 years ago
  18. 0a2c13d include/linux/dcache.h: use unsigned chars in struct name_snapshot by Stephen Rothwell · 7 years ago
  19. 235b84f Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  20. fb4e3be Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  21. 6b1c776 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  22. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  23. 3bf7878 Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  24. a3ddacb Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  25. 9967468 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  26. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 7 years ago
  27. 2c6deb0 bitmap: use memcmp optimisation in more situations by Matthew Wilcox · 7 years ago
  28. 2a98dc02 include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possible by Matthew Wilcox · 7 years ago
  29. e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
  30. 287f3ca ARM: fix rd_size declaration by Bart Van Assche · 7 years ago
  31. bc6245e bug: split BUILD_BUG stuff out into <linux/build_bug.h> by Ian Abbott · 7 years ago
  32. 47e81e5 linux/bug.h: correct "space required before that '-'" by Ian Abbott · 7 years ago
  33. 8cdd7cc linux/bug.h: correct "(foo*)" should be "(foo *)" by Ian Abbott · 7 years ago
  34. e9d5a48 linux/bug.h: correct formatting of block comment by Ian Abbott · 7 years ago
  35. 0b39692 asm-generic/bug.h: declare struct pt_regs; before function prototype by Ian Abbott · 7 years ago
  36. 9d1f4b3 mm: disallow early_pfn_to_nid on configurations which do not implement it by Michal Hocko · 7 years ago
  37. a47fed5 mm: swap: provide lru_add_drain_all_cpuslocked() by Thomas Gleixner · 7 years ago
  38. 2c80cd5 mm/list_lru.c: fix list_lru_count_node() to be race free by Sahitya Tummala · 7 years ago
  39. e3d3910 include/linux/backing-dev.h: simplify wb_stat_sum by Nikolay Borisov · 7 years ago
  40. 618b8c2 include/linux/mmzone.h: remove ancient/ambiguous comment by Nikolay Borisov · 7 years ago
  41. 3e59fcb hugetlb: add support for preferred node to alloc_huge_page_nodemask by Michal Hocko · 7 years ago
  42. aaf14e4 mm, hugetlb: unclutter hugetlb allocation layers by Michal Hocko · 7 years ago
  43. 422580c mm/oom_kill.c: add tracepoints for oom reaper-related events by Roman Gushchin · 7 years ago
  44. 8b91323 mm: unify new_node_page and alloc_migrate_target by Michal Hocko · 7 years ago
  45. 4db9b2e hugetlb, memory_hotplug: prefer to use reserved pages for migration by Michal Hocko · 7 years ago
  46. 108a7ac include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior accesses by Will Deacon · 7 years ago
  47. baabda2 mm: always enable thp for dax mappings by Dan Williams · 7 years ago
  48. 16981d7 mm: improve readability of transparent_hugepage_enabled() by Dan Williams · 7 years ago
  49. 7ab0e50 oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACK by Steven Rostedt (VMware) · 7 years ago
  50. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 7 years ago
  51. ddd40d8 mm: hugetlb: delete dequeue_hwpoisoned_huge_page() by Naoya Horiguchi · 7 years ago
  52. c3114a8 mm: hugetlb: soft-offline: dissolve source hugepage after successful migration by Anshuman Khandual · 7 years ago
  53. b37ff71 mm: hwpoison: change PageHWPoison behavior on hugetlb pages by Naoya Horiguchi · 7 years ago
  54. 2395562 swap: add block io poll in swapin path by Shaohua Li · 7 years ago
  55. 548aa0e Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  56. 3226186 Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  57. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  58. f19e80b Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc' by Rafael J. Wysocki · 7 years ago
  59. 7cee938 Fix up over-eager 'wait_queue_t' renaming by Linus Torvalds · 7 years ago
  60. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  61. 459bd0d Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  62. 1d07b6c Merge branch 'fix-uio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  63. a91ab91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 7 years ago
  64. c43aeb1 fix brown paperbag bug in inlined copy_..._iter() by Al Viro · 7 years ago
  65. 837c194 Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport-open-close-consolidation', 'for-4.13/upstream' and 'for-4.13/wacom' into for-linus by Jiri Kosina · 7 years ago
  66. 604250d Merge branches 'for-4.13/ish' and 'for-4.13/ite' into for-linus by Jiri Kosina · 7 years ago
  67. d1438ad nvme_fc/nvmet_fc: revise Create Association descriptor length by James Smart · 7 years ago
  68. af3c8d9 Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  69. 8d97a6c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 4fde846 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. c3931a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. 7cb328c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  73. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  74. 58f587c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  75. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  76. 8f1a357 i2c: Provide a stub for i2c_detect_slave_mode() by Andy Shevchenko · 7 years ago
  77. 43d0120 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  78. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  79. 8b6b317 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  80. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  81. 46ace66 Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  83. 0ffdaf5 net/sock: add WARN_ON(parent->sk) in sock_graft() by Sowmini Varadhan · 7 years ago
  84. 242fc35 sched/headers/uapi: Fix linux/sched/types.h userspace compilation errors by Dmitry V. Levin · 7 years ago
  85. 659b957 kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() by Naveen N. Rao · 7 years ago
  86. 6a37e94 Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  88. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  89. 49d31c2 dentry name snapshots by Al Viro · 7 years ago
  90. a7d4026 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  91. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  92. df7cb18 Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 7 years ago
  93. 6972b00 Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  94. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  95. dddd564 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  96. 6aed468 Merge branch 'pci/host-tango' into next by Bjorn Helgaas · 7 years ago
  97. 5e14e9f PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge support by Marc Gonzalez · 8 years ago
  98. dd6ec12 Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  99. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  100. 33e9c8d libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUS by Ilya Dryomov · 8 years ago