summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include/linux/vmstat.h: remove unused page state adjustment macroWei Yang2018-12-281-5/+0
* mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-0/+1
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-2/+1
* mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-281-0/+4
* mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2018-12-281-1/+2
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-1/+12
* include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang2018-12-281-1/+0
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-282-31/+62
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-5/+9
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
* /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-281-0/+6
* mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-2/+2
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-281-2/+2
* mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2018-12-281-2/+1
* mm: remove pte_lock_deinit()Yu Zhao2018-12-281-9/+2
* mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-0/+1
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-2/+2
* mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-2/+0
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-0/+2
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-281-2/+9
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-0/+10
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
* mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-282-4/+8
* mm: move zone watermark accesses behind an accessorMel Gorman2018-12-281-4/+5
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
* memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-281-3/+2
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-281-3/+1
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-0/+2
* mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-281-1/+10
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-6/+0
* mm: remove managed_page_count_lock spinlockArun KS2018-12-281-6/+0
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-283-4/+52
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-2/+7
* xxHash: create arch dependent 32/64-bit xxhash()Timofey Titovets2018-12-281-0/+23
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-281-2/+9
* writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell2018-12-281-0/+8
* mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-281-1/+0
* include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka2018-12-281-12/+12
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+10
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-282-0/+39
* kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+3
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-0/+13
* kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+13
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-0/+8
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-6/+6
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-284-18/+23
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-282-16/+31
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-272-12/+17
|\