f2fs: code cleanup by removing ifdef macro surrounding
[linux-2.6-microblaze.git] / mm /
2020-04-07 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-04-07 Linus TorvaldsMerge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org...
2020-04-07 Linus TorvaldsMerge tag 'f2fs-for-5.7-rc1' of git://git./linux/kernel...
2020-04-07 Linus TorvaldsMerge tag 'for-linus-5.7-rc1' of git://git./linux/kerne...
2020-04-07 Linus TorvaldsMerge tag 'for-linus-5.7-rc1' of git://git./linux/kerne...
2020-04-07 Linus TorvaldsMerge tag 'for-linus' of git://github.com/openrisc...
2020-04-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2020-04-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide
2020-04-07 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-04-07 Linus TorvaldsMerge branch 'pcmcia-next' of git://git./linux/kernel...
2020-04-07 Kees Cookkasan: unset panic_on_warn before calling panic()
2020-04-07 Alexander Potapenkokasan: stackdepot: move filter_irq_stacks() to stackdepot.c
2020-04-07 Alexey Dobriyanproc: faster open/read/close with "permanent" files
2020-04-07 Mateusz Nosekmm/dmapool.c: micro-optimisation remove unnecessary...
2020-04-07 Joe Perchesmm: use fallthrough;
2020-04-07 Mateusz Nosekmm/mm_init.c: clean code. Use BUILD_BUG_ON when compari...
2020-04-07 chenqiwumm: fix ambiguous comments for better code readability
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for unpin_tag()
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for pin_tag()
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for migrate_read_un...
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for migrate_read_lock()
2020-04-07 Jules Irengemm/slub: add missing annotation for put_map()
2020-04-07 Jules Irengemm/slub: add missing annotation for get_map()
2020-04-07 Jules Irengemm/mempolicy: add missing annotation for queue_pages_pmd()
2020-04-07 Jules Irengemm/hugetlb: add missing annotation for gather_surplus_p...
2020-04-07 Jules Irengemm/compaction: add missing annotation for compact_lock_...
2020-04-07 Maciej S. Szmigieromm/zswap: allow setting default status, compressor...
2020-04-07 Palmer Dabbeltmm: prevent a warning when casting void* -> enum
2020-04-07 Hugh Dickinsmm: huge tmpfs: try to split_huge_page() when punching...
2020-04-07 Mateusz Nosekmm/shmem.c: clean code by removing unnecessary assignment
2020-04-07 Kees Cookmm/shmem.c: distribute switch variables for initialization
2020-04-07 chenqiwumm/memory_hotplug.c: use __pfn_to_section() instead...
2020-04-07 David Hildenbrandmm/memory_hotplug: allow to specify a default online_type
2020-04-07 David Hildenbrandmm/memory_hotplug: convert memhp_auto_online to store...
2020-04-07 David Hildenbrandmm/memory_hotplug: unexport memhp_auto_online
2020-04-07 Baoquan Hemm/sparse.c: move subsection_map related functions...
2020-04-07 Baoquan Hemm/sparse.c: add note about only VMEMMAP supporting...
2020-04-07 Baoquan Hemm/sparse.c: only use subsection map in VMEMMAP case
2020-04-07 Baoquan Hemm/sparse.c: introduce a new function clear_subsection_...
2020-04-07 Baoquan Hemm/sparse.c: introduce new function fill_subsection_map()
2020-04-07 David Hildenbrandmm/memory_hotplug.c: cleanup __add_pages()
2020-04-07 David Hildenbrandmm/memory_hotplug.c: simplify calculation of number...
2020-04-07 Baoquan Hemm/memory_hotplug.c: only respect mem= parameter during...
2020-04-07 David Hildenbrandmm/page_ext.c: drop pfn_present() check when onlining
2020-04-07 Shaohua Liuserfaultfd: wp: support write protection for userfault...
2020-04-07 Peter Xukhugepaged: skip collapse if uffd-wp detected
2020-04-07 Peter Xuuserfaultfd: wp: support swap and page migration
2020-04-07 Peter Xuuserfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
2020-04-07 Peter Xuuserfaultfd: wp: apply _PAGE_UFFD_WP bit
2020-04-07 Peter Xumm: merge parameters for change_protection()
2020-04-07 Andrea Arcangeliuserfaultfd: wp: add UFFDIO_COPY_MODE_WP
2020-04-07 Andrea Arcangeliuserfaultfd: wp: hook userfault handler to write protec...
2020-04-07 Alexander Duyckmm/page_reporting: add budget limit on how many pages...
2020-04-07 Alexander Duyckmm/page_reporting: rotate reported pages to the tail...
2020-04-07 Alexander Duyckmm: introduce Reported pages
2020-04-07 Alexander Duyckmm: add function __putback_isolated_page
2020-04-07 Alexander Duyckmm: use zone and order instead of free area in free_lis...
2020-04-07 Alexander Duyckmm: adjust shuffle code to allow for future coalescing
2020-04-07 Huang Yingmm: code cleanup for MADV_FREE
2020-04-07 Li Chenmm/ksm.c: update get_user_pages() argument in comment
2020-04-07 Matthew Wilcox ... mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
2020-04-07 David Rientjesmm, thp: track fallbacks due to failed memcg charges...
2020-04-07 David Rientjesmm, shmem: add vmstat for hugepage fallback
2020-04-07 Yang Shimm/migrate.c: migrate PG_readahead flag
2020-04-07 Wei Yangmm/migrate.c: unify "not queued for migration" handling...
2020-04-07 Wei Yangmm/migrate.c: check pagelist in move_pages_and_store_st...
2020-04-07 Wei Yangmm/migrate.c: wrap do_move_pages_to_node() and store_st...
2020-04-07 Wei Yangmm/migrate.c: no need to check for i > start in do_page...
2020-04-07 Qiujun Huangmm/vmalloc: fix a typo in comment
2020-04-07 Anshuman Khandualmm/vma: replace all remaining open encodings with vma_i...
2020-04-07 Anshuman Khandualmm/vma: make vma_is_accessible() available for general use
2020-04-07 Li XinhaiRevert "mm/rmap.c: reuse mergeable anon_vma as parent...
2020-04-07 Chris Downmm, memcg: bypass high reclaim iteration for cgroup...
2020-04-06 Linus TorvaldsMerge tag 'acpi-5.7-rc1-2' of git://git./linux/kernel...
2020-04-06 Linus TorvaldsMerge tag 'pm-5.7-rc1-2' of git://git./linux/kernel...
2020-04-06 Linus TorvaldsMerge tag 'csky-for-linus-5.7-rc1' of git://github...
2020-04-06 Linus TorvaldsMerge tag 'fsnotify_for_v5.7-rc1' of git://git./linux...
2020-04-06 Linus TorvaldsMerge tag 'for_v5.7-rc1' of git://git./linux/kernel...
2020-04-06 Linus TorvaldsMerge tag '9p-for-5.7' of git://github.com/martinetd...
2020-04-06 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-04-06 Rafael J. WysockiMerge branches 'acpi-cppc', 'acpi-video' and 'acpi...
2020-04-06 Rafael J. WysockiMerge branch 'acpica'
2020-04-06 Rafael J. WysockiMerge branches 'pm-sleep' and 'pm-cpufreq'
2020-04-05 Linus TorvaldsMerge tag 'for-v5.7' of git://git./linux/kernel/git...
2020-04-05 Linus TorvaldsMerge tag 'perf-urgent-2020-04-05' of git://git./linux...
2020-04-05 Linus TorvaldsMerge tag 'timers-urgent-2020-04-05' of git://git....
2020-04-05 Linus TorvaldsMerge tag 'irq-urgent-2020-04-05' of git://git./linux...
2020-04-05 Linus TorvaldsMerge tag 'powerpc-5.7-1' of git://git./linux/kernel...
2020-04-05 Linus TorvaldsMerge tag 'random_for_linus' of git://git./linux/kernel...
2020-04-05 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2020-04-05 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2020-04-05 Linus TorvaldsMerge tag 'trace-v5.7' of git://git./linux/kernel/git...
2020-04-04 Linus TorvaldsMerge tag 'keys-fixes-20200329' of git://git./linux...
2020-04-04 Linus TorvaldsMerge tag 'drm-next-2020-04-03-1' of git://anongit...
2020-04-04 Linus TorvaldsMerge branch 'work.exfat' of git://git./linux/kernel...
2020-04-04 Linus TorvaldsMerge tag 'nfsd-5.7' of git://git.linux-nfs.org/project...
2020-04-04 Linus TorvaldsMerge tag 'rtc-5.7' of git://git./linux/kernel/git...
2020-04-04 Linus TorvaldsMerge tag 'gpio-v5.7-1' of git://git./linux/kernel...
2020-04-04 Linus TorvaldsMerge tag 'dma-mapping-5.7' of git://git.infradead...
2020-04-04 Linus TorvaldsMerge tag 'threads-v5.7' of git://git./linux/kernel...
next