linux-2.6-microblaze.git
2020-01-31 Mikhail Zaslonkos390/boot: rename HEAP_SIZE due to name collision
2020-01-31 Mikhail Zaslonkolib/zlib: add s390 hardware support for kernel zlib_deflate
2020-01-31 Akinobu Mitaiio: adc: qcom-vadc-common: use <linux/units.h> helpers
2020-01-31 Akinobu Mitathermal: armada: remove unused TO_MCELSIUS macro
2020-01-31 Akinobu Mitaiwlwifi: use <linux/units.h> helpers
2020-01-31 Akinobu Mitaiwlegacy: use <linux/units.h> helpers
2020-01-31 Akinobu Mitathermal: remove kelvin to/from Celsius conversion helpe...
2020-01-31 Akinobu Mitanvme: hwmon: switch to use <linux/units.h> helpers
2020-01-31 Akinobu Mitathermal: intel_pch: switch to use <linux/units.h> helpers
2020-01-31 Akinobu Mitathermal: int340x: switch to use <linux/units.h> helpers
2020-01-31 Akinobu Mitaplatform/x86: intel_menlow: switch to use <linux/units...
2020-01-31 Akinobu Mitaplatform/x86: asus-wmi: switch to use <linux/units...
2020-01-31 Akinobu MitaACPI: thermal: switch to use <linux/units.h> helpers
2020-01-31 Akinobu Mitainclude/linux/units.h: add helpers for kelvin to/from...
2020-01-31 Colin Ian Kingdrivers/block/zram/zram_drv.c: fix error return codes...
2020-01-31 Taejoon Songzram: try to avoid worst-case scenario on same element...
2020-01-31 Hao Leemm: fix comments related to node reclaim
2020-01-31 Anshuman Khandualinclude/linux/memory.h: drop fields 'hw' and 'phys_call...
2020-01-31 Wei Yanginclude/linux/mm.h: remove dead code totalram_pages_set()
2020-01-31 Yu Zhaoinclude/linux/mm.h: clean up obsolete check on space...
2020-01-31 Dan Carpenterzswap: potential NULL dereference on error in init_zswap()
2020-01-31 Vitaly Woolmm/zswap.c: add allocation hysteresis if pool limit...
2020-01-31 Qian Caimm/page_isolation: fix potential warning from user
2020-01-31 Qian Caimm/hotplug: silence a lockdep splat with printk()
2020-01-31 David Hildenbrandmm/memory_hotplug: pass in nid to online_pages()
2020-01-31 Miaohe Linmm/mmap.c: get rid of odd jump labels in find_mergeable...
2020-01-31 David Rientjesmm, thp: fix defrag setting if newline is not used
2020-01-31 Ralph Campbellmm/migrate: add stable check in migrate_vma_insert_page()
2020-01-31 Ralph Campbellmm/migrate: clean up some minor coding style
2020-01-31 Ralph Campbellmm/migrate: remove useless mask of start address
2020-01-31 Wei Yangmm/huge_memory.c: reduce critical section protected...
2020-01-31 Wei Yangmm/huge_memory.c: use head to emphasize the purpose...
2020-01-31 Wei Yangmm/huge_memory.c: use head to check huge zero page
2020-01-31 David Rientjesmm, oom: dump stack of victim when reaping failed
2020-01-31 Anshuman Khandualmemblock: Use __func__ in remaining memblock_dbg()...
2020-01-31 Anshuman Khandualmm/memblock: define memblock_physmem_add()
2020-01-31 Daniel Wagnertools/vm/slabinfo: fix sanity checks enabling
2020-01-31 Alex Shimm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE
2020-01-31 Alex Shimm/vmscan: remove prefetch_prev_lru_page
2020-01-31 Liu Songmm/vmscan.c: remove unused return value of shrink_node
2020-01-31 David Hildenbrandmm: remove "count" parameter from has_unmovable_pages()
2020-01-31 David Hildenbrandmm: remove the memory isolate notifier
2020-01-31 Kirill A. Shutemovmm/page_alloc: skip non present sections on zone initia...
2020-01-31 Andy Shevchenkomm/early_ioremap.c: use %pa to print resource_size_t...
2020-01-31 Gustavo A.... lib/test_kasan.c: fix memory leak in kmalloc_oob_kreall...
2020-01-31 Junyong Sunmm, tracing: print symbol name for kmem_alloc_node...
2020-01-31 Li Xinhaimm/page_vma_mapped.c: explicitly compare pfn for normal...
2020-01-31 Kaitao Chengmm/memcontrol.c: cleanup some useless code
2020-01-31 Vasily Averinmm/swapfile.c: swap_next should increase position index
2020-01-31 John Hubbardmm, tree-wide: rename put_user_page*() to unpin_user_pa...
2020-01-31 John Hubbardmm/gup_benchmark: use proper FOLL_WRITE flags instead...
2020-01-31 John Hubbardpowerpc: book3s64: convert to pin_user_pages() and...
2020-01-31 John Hubbardvfio, mm: pin_user_pages (FOLL_PIN) and put_user_page...
2020-01-31 John Hubbardmedia/v4l2-core: pin_user_pages (FOLL_PIN) and put_user...
2020-01-31 John Hubbardnet/xdp: set FOLL_PIN via pin_user_pages()
2020-01-31 John Hubbardfs/io_uring: set FOLL_PIN via pin_user_pages()
2020-01-31 John Hubbarddrm/via: set FOLL_PIN via pin_user_pages_fast()
2020-01-31 John Hubbardmm/process_vm_access: set FOLL_PIN via pin_user_pages_r...
2020-01-31 John HubbardIB/{core,hw,umem}: set FOLL_PIN via pin_user_pages...
2020-01-31 John Hubbardgoldish_pipe: convert to pin_user_pages() and put_user_...
2020-01-31 John Hubbardmm/gup: introduce pin_user_pages*() and FOLL_PIN
2020-01-31 John Hubbardmedia/v4l2-core: set pages dirty upon releasing DMA...
2020-01-31 John HubbardIB/umem: use get_user_pages_fast() to pin DMA pages
2020-01-31 John Hubbardmm/gup: allow FOLL_FORCE for get_user_pages_fast()
2020-01-31 John Hubbardvfio: fix FOLL_LONGTERM use, simplify get_user_pages_re...
2020-01-31 John Hubbardmm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
2020-01-31 John Hubbardgoldish_pipe: rename local pin_user_pages() routine
2020-01-31 John Hubbardmm: devmap: refactor 1-based refcounting for ZONE_DEVIC...
2020-01-31 Dan Williamsmm: Cleanup __put_devmap_managed_page() vs ->page_free()
2020-01-31 John Hubbardmm/gup: move try_get_compound_head() to top, fix minor...
2020-01-31 John Hubbardmm/gup: factor out duplicate code from four routines
2020-01-31 Wei Yangmm/gup.c: use is_vm_hugetlb_page() to check whether...
2020-01-31 Qiujun Huangmm: fix gup_pud_range
2020-01-31 Ira Weinymm/filemap.c: clean up filemap_write_and_wait()
2020-01-31 Vlastimil Babkamm/debug.c: always print flags in dump_page()
2020-01-31 He Zhemm/kmemleak: turn kmemleak_lock and object->lock to...
2020-01-31 Yu Zhaomm/slub.c: avoid slub allocation while holding list_lock
2020-01-31 wangyanocfs2: use ocfs2_update_inode_fsync_trans() to access...
2020-01-31 wangyanocfs2: fix a NULL pointer dereference when call ocfs2_u...
2020-01-31 Andy Shevchenkoocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
2020-01-31 Colin Ian Kingocfs2/dlm: remove redundant assignment to ret
2020-01-31 Masahiro Yamadaocfs2: make local header paths relative to C files
2020-01-31 zhengbinocfs2: remove unneeded semicolons
2020-01-31 Aditya Pakkifs: ocfs: remove unnecessary assertion in dlm_migrate_l...
2020-01-31 Luca Ceresoliscripts/spelling.txt: add "issus" typo
2020-01-31 Xiongscripts/spelling.txt: add more spellings to spelling.txt
2020-01-31 Yang Shimm: move_pages: report the number of non-attempted...
2020-01-31 Wei Yangmm: thp: don't need care deferred split queue in memcg...
2020-01-31 Dan Williamsmm/memory_hotplug: fix remove_memory() lockdep splat
2020-01-31 Wei Yangmm/migrate.c: also overwrite error when it is bigger...
2020-01-31 Pingfan Liumm/sparse.c: reset section's mem_map when fully deactivated
2020-01-31 Dan Carpentermm/mempolicy.c: fix out of bounds write in mpol_parse_str()
2020-01-31 Theodore Ts'omemcg: fix a crash in wb_workfn when a device disappears
2020-01-31 Andy Shevchenkolib/test_bitmap: correct test data offsets for 32-bit
2020-01-30 Linus TorvaldsMerge tag 'for-linus-hmm' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'threads-v5.6' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'for-5.6/io_uring-vfs-2020-01-29' of git...
2020-01-30 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2020-01-30 Linus TorvaldsMerge tag 'for-5.6/dm-changes' of git://git./linux...
2020-01-29 Linus TorvaldsMerge tag 'docs-5.6' of git://git.lwn.net/linux
next