summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-062-19/+18
* kfence: shorten critical sections of alloc/freeMarco Elver2021-11-061-17/+21
* kfence: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
* kfence: add note to documentation about skipping covered allocationsMarco Elver2021-11-061-0/+11
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-062-2/+109
* kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2021-11-061-11/+24
* kfence: count unexpectedly skipped allocationsMarco Elver2021-11-061-3/+13
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-064-26/+31
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-068-7/+2
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-066-52/+0
* zram: introduce an aged idle interfaceBrian Geffon2021-11-062-16/+54
* zram: off by one in read_block_state()Dan Carpenter2021-11-061-1/+1
* zram_drv: allow reclaim on bio_allocJaewon Kim2021-11-061-1/+1
* mm/highmem: remove deprecated kmap_atomicIra Weiny2021-11-062-17/+17
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-061-3/+4
* mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple2021-11-061-2/+6
* mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...David Hildenbrand2021-11-061-1/+4
* memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand2021-11-063-2/+23
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-0612-17/+26
* memblock: improve MEMBLOCK_HOTPLUG documentationDavid Hildenbrand2021-11-061-1/+5
* mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand2021-11-061-2/+6
* x86: remove memory hotplug support on X86_32David Hildenbrand2021-11-062-34/+3
* mm/memory_hotplug: remove stale function declarationsDavid Hildenbrand2021-11-061-3/+0
* mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand2021-11-064-42/+2
* mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand2021-11-061-1/+1
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-0613-36/+24
* mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...David Hildenbrand2021-11-061-1/+1
* memory-hotplug.rst: document the "auto-movable" online policyDavid Hildenbrand2021-11-061-20/+121
* memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ pathDavid Hildenbrand2021-11-061-1/+1
* memory-hotplug.rst: fix two instances of "movablecore" that should be "movabl...David Hildenbrand2021-11-061-2/+2
* mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou2021-11-061-1/+1
* selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headersDavid Hildenbrand2021-11-061-14/+1
* mm: vmstat.c: make extfrag_index show more prettyLin Feng2021-11-061-1/+1
* mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin2021-11-061-3/+12
* selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes2021-11-061-1/+124
* selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V2021-11-061-3/+26
* mm: nommu: kill arch_get_unmapped_area()Kefeng Wang2021-11-061-6/+0
* mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng2021-11-061-1/+1
* mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang2021-11-061-1/+10
* mm, thp: lock filemap when truncating page cacheRongwei Wang2021-11-061-1/+4
* selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis2021-11-061-1/+1
* mm: migrate: make demotion knob depend on migrationYang Shi2021-11-064-65/+65
* mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2021-11-063-27/+25
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-065-33/+155
* mm: mark the OOM reaper thread as freezableSultan Alsawaf2021-11-061-0/+2
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-0629-43/+40
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-0645-76/+79
* memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2021-11-062-10/+5
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-0610-25/+12
* xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1