1. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  2. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  3. a43cac0 kexec: split kexec_file syscall code to kexec_file.c by Dave Young · 9 years ago
  4. 3760710 seq_file: provide an analogue of print_hex_dump() by Andy Shevchenko · 9 years ago
  5. 90f0230 kmod: use system_unbound_wq instead of khelper by Frederic Weisbecker · 9 years ago
  6. b40bdb7 lib/string_helpers: rename "esc" arg to "only" by Kees Cook · 9 years ago
  7. cdf1744 hexdump: do not print debug dumps for !CONFIG_DEBUG by Linus Walleij · 9 years ago
  8. 515a9ad include/linux/printk.h: include pr_fmt in pr_debug_ratelimited by Jason A. Donenfeld · 9 years ago
  9. 8b83963 include/linux/poison.h: remove not-used poison pointer macros by Vasily Kulikov · 9 years ago
  10. 8a5e5e0 include/linux/poison.h: fix LIST_POISON{1,2} offset by Vasily Kulikov · 9 years ago
  11. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  12. 1d7715c mmu-notifier: add clear_young callback by Vladimir Davydov · 9 years ago
  13. e993d90 memcg: zap try_get_mem_cgroup_from_page by Vladimir Davydov · 9 years ago
  14. 2fc0452 memcg: add page_cgroup_ino helper by Vladimir Davydov · 9 years ago
  15. 3f0e131 zpool: add zpool_has_pool() by Dan Streetman · 9 years ago
  16. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  17. a794b4f Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  18. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  19. 9a9952b Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  20. e81b594 Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  21. fa81558 Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
  22. 85579ad Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  23. acceba5 Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  24. c83db4f mm: zbud: constify the zbud_ops by Krzysztof Kozlowski · 9 years ago
  25. 7867277 mm: zpool: constify the zpool_ops by Krzysztof Kozlowski · 9 years ago
  26. 5b999aa mm: swap: zswap: maybe_preload & refactoring by Dmitry Safonov · 9 years ago
  27. 860c707 zsmalloc: account the number of compacted pages by Sergey Senozhatsky · 9 years ago
  28. 7d3f393 zsmalloc/zram: introduce zs_pool_stats api by Sergey Senozhatsky · 9 years ago
  29. 82c1fc7 mm: use numa_mem_id() in alloc_pages_node() by Vlastimil Babka · 9 years ago
  30. 0bc35a9 mm: unify checks in alloc_pages_node() and __alloc_pages_node() by Vlastimil Babka · 9 years ago
  31. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  32. da1b13c mm/hwpoison: fix race between soft_offline_page and unpoison_memory by Wanpeng Li · 9 years ago
  33. 8e30456 mm/hwpoison: introduce num_poisoned_pages wrappers by Naoya Horiguchi · 9 years ago
  34. 94bf4ec mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling by Wanpeng Li · 9 years ago
  35. 01a7fd3 pci: mm: add pci_pool_zalloc() call by Sean O. Stalley · 9 years ago
  36. ad82362 mm: add dma_pool_zalloc() call to DMA API by Sean O. Stalley · 9 years ago
  37. 64b990d mm: drop __nocast from vm_flags_t definition by Kirill A. Shutemov · 9 years ago
  38. c5b4e1b mm, page_isolation: make set/unset_migratetype_isolate() file-local by Naoya Horiguchi · 9 years ago
  39. 95cf82e mem-hotplug: handle node hole when initializing numa_meminfo. by Tang Chen · 9 years ago
  40. c5c5c9d mm/memblock.c: make memblock_overlaps_region() return bool. by Tang Chen · 9 years ago
  41. 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
  42. ab76ad5 hugetlbfs: New huge_add_to_page_cache helper routine by Mike Kravetz · 9 years ago
  43. b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
  44. c672c7f mm/hugetlb: expose hugetlb fault mutex for use by fallocate by Mike Kravetz · 9 years ago
  45. 5e91137 mm/hugetlb: add cache of descriptors to resv_map for region_add by Mike Kravetz · 9 years ago
  46. bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
  47. 6421999 memcg: get rid of extern for functions in memcontrol.h by Michal Hocko · 9 years ago
  48. fabc3fd memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG by Michal Hocko · 9 years ago
  49. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  50. 8989e4c mm, oom: add description of struct oom_control by David Rientjes · 9 years ago
  51. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  52. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  53. 28c015d mm: improve __GFP_NORETRY comment based on implementation by David Rientjes · 9 years ago
  54. 8334b96 mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  55. b5e3aa0 mm: remove put_page_unless_one() by Vineet Gupta · 9 years ago
  56. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  57. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  58. 5cad465 mm: add vmf_insert_pfn_pmd() by Matthew Wilcox · 9 years ago
  59. fc43704 mm: export various functions for the benefit of DAX by Matthew Wilcox · 9 years ago
  60. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  61. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  62. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  63. e1b9996 thp: vma_adjust_trans_huge(): adjust file-backed VMA too by Kirill A. Shutemov · 9 years ago
  64. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
  65. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  66. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  67. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  68. 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  69. b8cb642af Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  71. 7d160a6 NFSv4: Express delegation limit in units of pages by Trond Myklebust · 9 years ago
  72. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  73. 9cfcc65 Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  74. e3a98ac Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 9 years ago
  75. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  76. 6c0f568 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  77. 4e6dab4 mm: remove struct node_active_region by minkyung88.kim · 9 years ago
  78. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  79. c98c363 genalloc: add support of multiple gen_pools per device by Vladimir Zapolskiy · 9 years ago
  80. 7385817 genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() by Vladimir Zapolskiy · 9 years ago
  81. d950c94 mm: defer flush of writable TLB entries by Mel Gorman · 9 years ago
  82. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  83. 5b74283 x86, mm: trace when an IPI is about to be sent by Mel Gorman · 9 years ago
  84. c1a4de9 userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation by Andrea Arcangeli · 9 years ago
  85. 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
  86. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  87. 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
  88. 745f234 userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct by Andrea Arcangeli · 9 years ago
  89. 932b18e userfaultfd: linux/userfaultfd_k.h by Andrea Arcangeli · 9 years ago
  90. 5136015 userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key by Andrea Arcangeli · 9 years ago
  91. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  92. ec6a906 watchdog: rename watchdog_suspend() and watchdog_resume() by Ulrich Obergfell · 9 years ago
  93. 999bbe4 watchdog: use suspend/resume interface in fixup_ht_bug() by Ulrich Obergfell · 9 years ago
  94. 8c073d2 watchdog: introduce watchdog_suspend() and watchdog_resume() by Ulrich Obergfell · 9 years ago
  95. aacfbe6 kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h by Guenter Roeck · 9 years ago
  96. 230ec93 smpboot: allow passing the cpumask on per-cpu thread registration by Frederic Weisbecker · 9 years ago
  97. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  98. 4712e722 fsnotify: get rid of fsnotify_destroy_mark_locked() by Jan Kara · 9 years ago
  99. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  100. 1e39fc0 fsnotify: document mark locking by Jan Kara · 9 years ago