1. 5e91137 mm/hugetlb: add cache of descriptors to resv_map for region_add by Mike Kravetz · 9 years ago
  2. bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
  3. aa016d1 mm, page_isolation: remove bogus tests for isolated pages by Vlastimil Babka · 9 years ago
  4. 156408c lib/show_mem.c: correct reserved memory calculation by Vishnu Pratap Singh · 9 years ago
  5. e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
  6. a03f1f0 memcg, tcp_kmem: check for cg_proto in sock_update_memcg by Michal Hocko · 9 years ago
  7. 9f2115f memcg: restructure mem_cgroup_can_attach() by Tejun Heo · 9 years ago
  8. 6421999 memcg: get rid of extern for functions in memcontrol.h by Michal Hocko · 9 years ago
  9. fabc3fd memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG by Michal Hocko · 9 years ago
  10. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  11. b3d9ed3 sparc32: do not include swap.h from pgtable_32.h by Michal Hocko · 9 years ago
  12. 44d7175 mm/dmapool: allow NULL `pool' pointer in dma_pool_destroy() by Sergey Senozhatsky · 9 years ago
  13. 4e3ca3e mm/mempool: allow NULL `pool' pointer in mempool_destroy() by Sergey Senozhatsky · 9 years ago
  14. 3942d29 mm/slab_common: allow NULL cache pointer in kmem_cache_destroy() by Sergey Senozhatsky · 9 years ago
  15. 75e8f8b mm, oom: remove unnecessary variable by David Rientjes · 9 years ago
  16. 8989e4c mm, oom: add description of struct oom_control by David Rientjes · 9 years ago
  17. 071a4be mm, oom: do not panic for oom kills triggered from sysrq by David Rientjes · 9 years ago
  18. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  19. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  20. 2c0b80d mm: make set_recommended_min_free_kbytes() return void by Nicholas Krause · 9 years ago
  21. 28c015d mm: improve __GFP_NORETRY comment based on implementation by David Rientjes · 9 years ago
  22. 998ef75 fs: do not prefault sys_write() user buffer pages by Dave Hansen · 9 years ago
  23. 8334b96 mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  24. 3115aec memtest: remove unused header files by Vladimir Murzin · 9 years ago
  25. f373baf memtest: cleanup log messages by Vladimir Murzin · 9 years ago
  26. 06f8059 memtest: use kstrtouint instead of simple_strtoul by Vladimir Murzin · 9 years ago
  27. 83b4b0b pagemap: update documentation by Konstantin Khlebnikov · 9 years ago
  28. 77bb499 pagemap: add mmap-exclusive bit for marking pages mapped only here by Konstantin Khlebnikov · 9 years ago
  29. 1c90308 pagemap: hide physical addresses from non-privileged users by Konstantin Khlebnikov · 9 years ago
  30. 356515e pagemap: rework hugetlb and thp report by Konstantin Khlebnikov · 9 years ago
  31. deb9454 pagemap: switch to the new format and do some cleanup by Konstantin Khlebnikov · 9 years ago
  32. a06db75 pagemap: check permissions and capabilities at open time by Konstantin Khlebnikov · 9 years ago
  33. b5e3aa0 mm: remove put_page_unless_one() by Vineet Gupta · 9 years ago
  34. 4fcab5f mm/memblock.c: WARN_ON when flags differs from overlap region by Wei Yang · 9 years ago
  35. 7f3eb55 mm/page_alloc.c: remove unused variable in free_area_init_core() by Wei Yang · 9 years ago
  36. 904a955 mm/page_alloc.c: refine the calculation of highest possible node id by Wei Yang · 9 years ago
  37. 52a2b53 mm, dax: use i_mmap_unlock_write() in do_cow_fault() by Kirill A. Shutemov · 9 years ago
  38. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  39. 3fdd1b47 dax: use linear_page_index() by Matthew Wilcox · 9 years ago
  40. 73a6ec4 dax: ensure that zero pages are removed from other processes by Matthew Wilcox · 9 years ago
  41. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  42. da14676 thp: fix zap_huge_pmd() for DAX by Kirill A. Shutemov · 9 years ago
  43. 5b701b8 thp: decrement refcount on huge zero page if it is split by Kirill A. Shutemov · 9 years ago
  44. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  45. 01a33b4 ext4: start transaction before calling into DAX by Matthew Wilcox · 9 years ago
  46. ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
  47. 84c4e5e dax: improve comment about truncate race by Matthew Wilcox · 9 years ago
  48. ae18d6d thp: change insert_pfn's return type to void by Matthew Wilcox · 9 years ago
  49. e676a4c ext4: use ext4_get_block_write() for DAX by Matthew Wilcox · 9 years ago
  50. dd8a2b6 fs/dax.c: fix typo in #endif comment by Valentin Rothberg · 9 years ago
  51. acd76e7 xfs: huge page fault support by Matthew Wilcox · 9 years ago
  52. 11bd1a9 ext4: huge page fault support by Matthew Wilcox · 9 years ago
  53. e7b1ea2 ext2: huge page fault support by Matthew Wilcox · 9 years ago
  54. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  55. 5cad465 mm: add vmf_insert_pfn_pmd() by Matthew Wilcox · 9 years ago
  56. fc43704 mm: export various functions for the benefit of DAX by Matthew Wilcox · 9 years ago
  57. b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
  58. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  59. 7c41416 dax: revert userfaultfd change by Andrew Morton · 9 years ago
  60. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  61. e1b9996 thp: vma_adjust_trans_huge(): adjust file-backed VMA too by Kirill A. Shutemov · 9 years ago
  62. ce75799 mremap: fix the wrong !vma->vm_file check in copy_vma() by Oleg Nesterov · 9 years ago
  63. 8a9cc3b mmap: fix the usage of ->vm_pgoff in special_mapping paths by Oleg Nesterov · 9 years ago
  64. b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
  65. af8713b selftests/userfaultfd: fix compiler warnings on 32-bit by Geert Uytterhoeven · 9 years ago
  66. 61e57c0 cgroup: fix seq_show_option merge with legacy_name by Kees Cook · 9 years ago
  67. 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
  68. d9241b2 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  69. 605e971 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  70. dab3c3c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  71. 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  72. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  73. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  74. 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  75. 752240e Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  76. 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
  77. 1c8cc72 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 9 years ago
  78. b9ffce9 Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 9 years ago
  79. 0c8e2f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  80. 49df2e3 userfaultfd: selftest: update userfaultfd x86 32bit syscall number by Andrea Arcangeli · 9 years ago
  81. 6dc0dcd parisc: Use platform_device_register_simple("rtc-generic") by Helge Deller · 9 years ago
  82. 72581ce parisc: Drop CONFIG_SMP around update_cr16_clocksource() by Helge Deller · 9 years ago
  83. 626d750 xen: switch extra memory accounting to use pfns by Juergen Gross · 9 years ago
  84. cb9e444 xen: limit memory to architectural maximum by Juergen Gross · 9 years ago
  85. ab24507 xen: avoid another early crash of memory limited dom0 by Juergen Gross · 9 years ago
  86. eafd72e xen: avoid early crash of memory limited dom0 by Juergen Gross · 9 years ago
  87. 1b59ddf parisc: Use double word condition in 64bit CAS operation by John David Anglin · 9 years ago
  88. b1b4e43 parisc: Filter out spurious interrupts in PA-RISC irq handler by Helge Deller · 9 years ago
  89. 699817c parisc: Additionally check for in_atomic() in page fault handler by Helge Deller · 9 years ago
  90. e02a653 PCI,parisc: Enable 64-bit bus addresses on PA-RISC by Helge Deller · 9 years ago
  91. 38d9029 parisc: Define ioremap_uc and ioremap_wc by Guenter Roeck · 9 years ago
  92. 997e120 virtio_balloon: do not change memory amount visible via /proc/meminfo by Denis V. Lunev · 9 years ago
  93. b4d3403 virtio_ballon: change stub of release_pages_by_pfn by Denis V. Lunev · 9 years ago
  94. 5fa3142 virtio-blk: Allow extended partitions by Fam Zheng · 9 years ago
  95. 38c4ab8 virtio_mmio: add ACPI probing by Graeme Gregory · 9 years ago
  96. 53eab6f virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1 by Paolo Bonzini · 9 years ago
  97. 08441d4 nios2: add Max10 defconfig by Chee Nouk Phoon · 9 years ago
  98. 61c610e nios2: Add Max10 device tree by Chee Nouk Phoon · 9 years ago
  99. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  100. 77a7880 Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago