- 23a5c8c mm: init: report memory auto-initialization features at boot time by Alexander Potapenko · 5 years ago
- 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 5 years ago
- ba5c5e4 arm64: move jump_label_init() before parse_early_param() by Kees Cook · 5 years ago
- e03a512 mm/large system hash: clear hashdist when only one node with memory is booted by Nicholas Piggin · 5 years ago
- ec11408 mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist by Nicholas Piggin · 5 years ago
- d9009d6 mm/vmalloc.c: spelling> s/informaion/information/ by Geert Uytterhoeven · 5 years ago
- 460e42d mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va() by Uladzislau Rezki (Sony) · 5 years ago
- 54f63d9 mm/vmalloc.c: get rid of one single unlink_va() when merge by Uladzislau Rezki (Sony) · 5 years ago
- 82dd23e mm/vmalloc.c: preload a CPU with one object for split purpose by Uladzislau Rezki (Sony) · 5 years ago
- cacca6b mm/vmalloc.c: remove "node" argument by Uladzislau Rezki (Sony) · 5 years ago
- 543bdb2 mm/mmu_notifier: use hlist_add_head_rcu() by Jean-Philippe Brucker · 5 years ago
- 96756fc mm/memory.c: fail when offset == num in first check of __vm_map_pages() by Miguel Ojeda · 5 years ago
- 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 5 years ago
- c2471e7 unicore32: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- f32848e um: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- d1b46fe riscv: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 3f4a130 parisc: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- fc7835c2 nios2: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- f52a8e1 nds32: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- b7902ce mips: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 14c0a39 m68k: sun3: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- bd5ff06 csky: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 50f11a8 arm64: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 28bcf59 arm: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- bc3ace9 alpha: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 5fba4af4 asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] by Mike Rapoport · 5 years ago
- 790c736 mm/gup.c: mark undo_dev_pagemap as __maybe_unused by Guenter Roeck · 5 years ago
- b5d1c39 mm/gup.c: remove some BUG_ONs from get_gate_page() by Andy Lutomirski · 5 years ago
- aa71239 mm/gup: speed up check_and_migrate_cma_pages() on huge page by Pingfan Liu · 5 years ago
- 520b4a4 mm: mark the page referenced in gup_hugepte by Christoph Hellwig · 5 years ago
- 01a3691 mm: switch gup_hugepte to use try_get_compound_head by Christoph Hellwig · 5 years ago
- cbd34da mm: move the powerpc hugepd code to mm/gup.c by Christoph Hellwig · 5 years ago
- 817be12 mm: validate get_user_pages_fast flags by Christoph Hellwig · 5 years ago
- 050a9ad mm: consolidate the get_user_pages* implementations by Christoph Hellwig · 5 years ago
- d3649f6 mm: reorder code blocks in gup.c by Christoph Hellwig · 5 years ago
- 67a929e mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP by Christoph Hellwig · 5 years ago
- 7b9afb8 sparc64: use the generic get_user_pages_fast code by Christoph Hellwig · 5 years ago
- 5875509 sparc64: define untagged_addr() by Christoph Hellwig · 5 years ago
- d855079 sparc64: add the missing pgd_page definition by Christoph Hellwig · 5 years ago
- 3c9b9ac sh: use the generic get_user_pages_fast code by Christoph Hellwig · 5 years ago
- 2f85e7f sh: add the missing pud_page definition by Christoph Hellwig · 5 years ago
- 446f062 MIPS: use the generic get_user_pages_fast code by Christoph Hellwig · 5 years ago
- 39656e8 mm: lift the x86_32 PAE version of gup_get_pte to common code by Christoph Hellwig · 5 years ago
- 26f4c32 mm: simplify gup_fast_permitted by Christoph Hellwig · 5 years ago
- f455c854 mm: use untagged_addr() for get_user_pages_fast addresses by Christoph Hellwig · 5 years ago
- fcf8a1e mm, memcg: add a memcg_slabinfo debugfs file by Waiman Long · 5 years ago
- fb2f2b0 mm: memcg/slab: reparent memcg kmem_caches on cgroup removal by Roman Gushchin · 5 years ago
- 4d96ba3 mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages by Roman Gushchin · 5 years ago
- f0a3a24 mm: memcg/slab: rework non-root kmem_cache lifecycle management by Roman Gushchin · 5 years ago
- 63b02ef mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock by Roman Gushchin · 5 years ago
- 5703329 mm: memcg/slab: don't check the dying flag on kmem_cache creation by Roman Gushchin · 5 years ago
- 6cea1d5 mm: memcg/slab: unify SLAB and SLUB page accounting by Roman Gushchin · 5 years ago
- 49a18ea mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() by Roman Gushchin · 5 years ago
- 4348669 mm: memcg/slab: generalize postponed non-root kmem_cache deactivation by Roman Gushchin · 5 years ago
- 0b14e8a mm: memcg/slab: rename slab delayed deactivation functions and fields by Roman Gushchin · 5 years ago
- c03914b mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() by Roman Gushchin · 5 years ago
- c8713d0 mm: memcontrol: dump memory.stat during cgroup OOM by Johannes Weiner · 5 years ago
- 1e577f9 mm, memcg: introduce memory.events.local by Shakeel Butt · 5 years ago
- ec16545 memcg, fsnotify: no oom-kill for remote memcg charging by Shakeel Butt · 5 years ago
- 38d3849 memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL by Shakeel Butt · 5 years ago
- aeb309b mm/mincore.c: fix race between swapoff and mincore by Huang Ying · 5 years ago
- 4efaceb mm, swap: use rbtree for swap_extent by Aaron Lu · 5 years ago
- 054f1d1 mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() by Huang Ying · 5 years ago
- eb08557 mm, swap: fix race between swapoff and some swap operations by Huang Ying · 5 years ago
- a498583 mm/filemap.c: correct the comment about VM_FAULT_RETRY by Yang Shi · 5 years ago
- f053cbd 9p: pass the correct prototype to read_cache_page by Christoph Hellwig · 5 years ago
- 265de8c jffs2: pass the correct prototype to read_cache_page by Christoph Hellwig · 5 years ago
- 6c45b45 mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page by Christoph Hellwig · 5 years ago
- d322a8e mm/filemap.c: fix an overly long line in read_cache_page by Christoph Hellwig · 5 years ago
- 3972f6b mm, debug_pagealloc: use a page type instead of page_ext flag by Vlastimil Babka · 5 years ago
- 4462b32 mm, page_alloc: more extensive free page checking with debug_pagealloc by Vlastimil Babka · 5 years ago
- 96a2b03 mm, debug_pagelloc: use static keys to enable debugging by Vlastimil Babka · 5 years ago
- a965947 mm/failslab.c: by default, do not fail allocations with direct reclaim only by Nicolas Boichat · 5 years ago
- f445884 include/linux/pagemap.h: document trylock_page() return value by Andrew Morton · 5 years ago
- 98ef204 mm: remove the exporting of totalram_pages by Denis Efremov · 5 years ago
- 51b1762 include/linux/vmpressure.h: use spinlock_t instead of struct spinlock by Sebastian Andrzej Siewior · 5 years ago
- 1fcf0a5 mm/page_isolation.c: change the prototype of undo_isolate_page_range() by Pingfan Liu · 5 years ago
- ac1c3e4 mm: remove the account_page_dirtied export by Christoph Hellwig · 5 years ago
- 219f8a2e include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info by Alexey Dobriyan · 5 years ago
- 442a5a9 mm: make !CONFIG_HUGE_PAGE wrappers into static inlines by Jason Gunthorpe · 5 years ago
- 465fc3a mm/memory.c: trivial clean up in insert_page() by Miklos Szeredi · 5 years ago
- a7030ae mm/gup.c: make follow_page_mask() static by Bharath Vedartham · 5 years ago
- 4456760 sparc: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 5 years ago
- a9d8777 s390: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 5 years ago
- 03069bb arm: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 5 years ago
- 2236b99 include/linux/pfn_t.h: remove pfn_t_to_virt() by Andrew Morton · 5 years ago
- 0d4ca4c mm/kasan: add object validation in ksize() by Marco Elver · 5 years ago
- 10d1f8c mm/slab: refactor common ksize KASAN logic into slab_common.c by Marco Elver · 5 years ago
- bb104ed lib/test_kasan: Add test for double-kzfree detection by Marco Elver · 5 years ago
- b5f6e0f mm/kasan: change kasan_check_{read,write} to return boolean by Marco Elver · 5 years ago
- 7d8ad89 mm/kasan: introduce __kasan_check_{read,write} by Marco Elver · 5 years ago
- 751ad98 asm-generic, x86: add bitops instrumentation for KASAN by Marco Elver · 5 years ago
- ff66135 x86: use static_cpu_has in uaccess region to avoid instrumentation by Marco Elver · 5 years ago
- 19a33ca lib/test_kasan: add bitops tests by Marco Elver · 5 years ago
- e896921 mm/kasan: print frame description for stack bugs by Marco Elver · 5 years ago
- b7c3613 docs: kmemleak: add more documentation details by André Almeida · 5 years ago
- 4e4dfce mm/kmemleak.c: change error at _write when kmemleak is disabled by André Almeida · 5 years ago
- 6ef9056 mm/kmemleak.c: fix check for softirq context by Dmitry Vyukov · 5 years ago
- cb097cd slub: don't panic for memcg kmem cache creation failure by Shakeel Butt · 5 years ago
- 9cf3a8d mm/slub.c: avoid double string traverse in kmem_cache_flags() by Yury Norov · 5 years ago