- 83af658 mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() by Wei Yang · 6 years ago
- 9e247ba mm: remove pte_lock_deinit() by Yu Zhao · 6 years ago
- bb416d1 zram: writeback throttle by Minchan Kim · 6 years ago
- 23eddf3 zram: add bd_stat statistics by Minchan Kim · 6 years ago
- a939888 zram: support idle/huge page writeback by Minchan Kim · 6 years ago
- e82592c zram: introduce ZRAM_IDLE flag by Minchan Kim · 6 years ago
- 7e52928 zram: refactor flags and writeback stuff by Minchan Kim · 6 years ago
- 5547932 zram: fix double free backing device by Minchan Kim · 6 years ago
- 3c9959e zram: fix lockdep warning of free block handling by Minchan Kim · 6 years ago
- fed84c7 mm/memblock.c: skip kmemleak for kasan_init() by Qian Cai · 6 years ago
- 65c7878 kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustable by Oscar Salvador · 6 years ago
- 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
- 23b68cf mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() by Wei Yang · 6 years ago
- 9a1ea43 mm: put_and_wait_on_page_locked() while page is migrated by Hugh Dickins · 6 years ago
- f0c867d mm, oom: add oom victim's memcg to the oom context information by yuzhoujian · 6 years ago
- ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
- e5cb113 mm: make free_reserved_area() return "const char *" by Alexey Dobriyan · 6 years ago
- 9a2f45f mm/debug.c: make "migrate_reason_names[]" const char * by Alexey Dobriyan · 6 years ago
- c999fbd mm/mmzone.c: make "migratetype_names" const char * by Alexey Dobriyan · 6 years ago
- 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
- 0a79cda mm: use alloc_flags to record if kswapd can wake by Mel Gorman · 6 years ago
- a921444 mm: move zone watermark accesses behind an accessor by Mel Gorman · 6 years ago
- 6bb1545 mm, page_alloc: spread allocations across zones before introducing fragmentation by Mel Gorman · 6 years ago
- f29d8e9c0 mm/memory_hotplug: drop "online" parameter from add_memory_resource() by David Hildenbrand · 6 years ago
- 3b6fd6f drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS by Wei Yang · 6 years ago
- 4d72868 memblock: replace usage of __memblock_free_early() with memblock_free() by Mike Rapoport · 6 years ago
- d31cfe7 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 6 years ago
- 742aa7f mm/page_alloc.c: use a single function to free page by Aaron Lu · 6 years ago
- 65895b6 mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() by Aaron Lu · 6 years ago
- 02917e9 mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
- bbecd94e mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() by Dan Williams · 6 years ago
- 58ef15b mm, hmm: use devm semantics for hmm_devmem_{add, remove} by Dan Williams · 6 years ago
- 69324b8 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support by Dan Williams · 6 years ago
- a95c90f mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
- 06489cf mm, devm_memremap_pages: kill mapping "System RAM" support by Dan Williams · 6 years ago
- 808153e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
- 7ead334 mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks by Huang Shijie · 6 years ago
- ca88042 userfaultfd: convert userfaultfd_ctx::refcount to refcount_t by Eric Biggers · 6 years ago
- 66f71da mm/swap: use nr_node_ids for avail_lists in swap_info_struct by Aaron Lu · 6 years ago
- 8b09549 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 6 years ago
- 476567e mm: remove managed_page_count_lock spinlock by Arun KS · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
- 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
- fecd4a5 mm: remove reset of pcp->counter in pageset_init() by Wei Yang · 6 years ago
- 46a3679 mm, memory_hotplug: do not clear numa_node association after hot_remove by Michal Hocko · 6 years ago
- 9cabf92 mm/mmap.c: remove verify_mm_writelocked() by Yangtao Li · 6 years ago
- 59e1a2f4 ksm: replace jhash2 with xxhash by Timofey Titovets · 6 years ago
- 0b9df58 xxHash: create arch dependent 32/64-bit xxhash() by Timofey Titovets · 6 years ago
- d381c54 mm: only report isolation failures when offlining memory by Michal Hocko · 6 years ago
- 2932c8b mm, memory_hotplug: be more verbose for memory offline failures by Michal Hocko · 6 years ago
- 7960509 mm, memory_hotplug: print reason for the offlining failure by Michal Hocko · 6 years ago
- 6cc2baf mm, memory_hotplug: drop pointless block alignment checks from __offline_pages by Michal Hocko · 6 years ago
- e0392cf mm: lower the printk loglevel for __dump_page messages by Michal Hocko · 6 years ago
- 1c6fb1d mm: print more information about mapping in __dump_page by Michal Hocko · 6 years ago
- 20ff1c9 mm/readahead.c: simplify get_next_ra_size() by Gao Xiang · 6 years ago
- 368686a writeback: don't decrement wb->refcnt if !wb->bdi by Anders Roxell · 6 years ago
- 6a90a83 mm/mmu_notifier.c: remove mmu_notifier_synchronize() by Sean Christopherson · 6 years ago
- 5eb570a mm/hotplug: optimize clear_hwpoisoned_pages() by Balbir Singh · 6 years ago
- c8f61cf mm/page_owner: clamp read count to PAGE_SIZE by Miles Chen · 6 years ago
- 4e45f71 include/linux/slab.h: fix sparse warning in kmalloc_type() by Vlastimil Babka · 6 years ago
- 88349a2 mm/slub.c: record final state of slub action in deactivate_slab() by Wei Yang · 6 years ago
- 6159d0f mm/slub.c: page is always non-NULL in node_match() by Wei Yang · 6 years ago
- 1265ef2 mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab() by Wei Yang · 6 years ago
- 221d7da mm, slab: remove unnecessary unlikely() by Yangtao Li · 6 years ago
- 70306d9 ocfs2: don't clear bh uptodate for block read by Junxiao Bi · 6 years ago
- d85400a ocfs2: clear journal dirty flag after shutdown journal by Junxiao Bi · 6 years ago
- 532e1e54 ocfs2: fix panic due to unrecovered local alloc by Junxiao Bi · 6 years ago
- 9e6aea2 ocfs2: improve ocfs2 Makefile by Larry Chen · 6 years ago
- dec5b0d ocfs2: remove set but not used variable 'lastzero' by zhong jiang · 6 years ago
- cb6a8fd ocfs2: dlmfs: remove set but not used variable 'status' by zhong jiang · 6 years ago
- 874b1ef ocfs2: optimize the reading of heartbeat data by Jia Guo · 6 years ago
- a9ee3a6 debugobjects: call debug_objects_mem_init eariler by Qian Cai · 6 years ago
- 4494ce4 sh: lib: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 5933f6d sh: kernel: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- b0a148f sh: cpu: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 176ce1b sh: shmobile: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 82e1d03 sh: sh5: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- add5ca2 sh: sh4a: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 6ecc0a4d sh: sh4: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 5ab5d57 sh: sh3: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 234a053 sh: sh2a: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 47d1132 sh: sh2: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 6a0abce sh: include: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- ff4a748 sh: drivers: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- aaf9128 sh: boards: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- ffa6daa arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r09_usb0_gadget_setup() by YueHaibing · 6 years ago
- 440e7b3 arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning by Randy Dunlap · 6 years ago
- cd68a52 scripts/tags.sh: add more declarations by Kirill Tkhai · 6 years ago
- b72231e scripts: add spdxcheck.py self test by Thierry Reding · 6 years ago
- 919e9d3 scripts/checkstack.pl: dynamic stack growth for aarch64 by Qian Cai · 6 years ago
- 67a28de scripts/decode_stacktrace: only strip base path when a prefix of the path by Marc Zyngier · 6 years ago
- c5cfb62f scripts/decodecode: set ARCH when running natively on arm/arm64 by Marc Zyngier · 6 years ago
- e0b2475 bloat-o-meter: ignore __addressable_ symbols by Rasmus Villemoes · 6 years ago
- e886bf9 kasan: add SPDX-License-Identifier mark to source files by Andrey Konovalov · 6 years ago
- b3b0e6a kasan: update documentation by Andrey Konovalov · 6 years ago
- 2d4acb9 kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
- 66afc7f kasan: add __must_check annotations to kasan hooks by Andrey Konovalov · 6 years ago
- 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
- 41eea9c kasan, arm64: add brk handler for inline instrumentation by Andrey Konovalov · 6 years ago