summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/async.c: fix pr_debug statementRasmus Villemoes2021-05-071-1/+1
* linux/profile.h: remove unnecessary declarationWan Jiabing2021-05-071-3/+0
* kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-05-073-9/+18
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-079-1/+8
* proc/sysctl: fix function name error in commentszhouchuangao2021-05-071-1/+1
* selftests: proc: test subset=pidAlexey Dobriyan2021-05-072-0/+122
* proc: delete redundant subset=pid checkAlexey Dobriyan2021-05-071-4/+0
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-076-13/+9
* proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-071-9/+2
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-071-1/+1
* alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap2021-05-071-0/+1
* alpha: eliminate old-style function definitionsRandy Dunlap2021-05-071-2/+2
* kfence: use power-efficient work queue to run delayed workMarco Elver2021-05-051-2/+3
* kfence: maximize allocation wait timeout durationMarco Elver2021-05-051-1/+11
* kfence: await for allocation using wait_eventMarco Elver2021-05-052-16/+30
* kfence: zero guard page after out-of-bounds accessMarco Elver2021-05-051-0/+1
* mm/process_vm_access.c: remove duplicate includeZhang Yunkai2021-05-051-1/+0
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-0514-23/+27
* mm/highmem.c: fix coding style issuesongqiang2021-05-051-6/+5
* btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-056-58/+18
* iov_iter: lift memzero_page() to highmem.hIra Weiny2021-05-052-7/+8
* mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-05-051-4/+2
* mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai2021-05-051-1/+1
* arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador2021-05-051-0/+3
* x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador2021-05-051-0/+3
* mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador2021-05-053-2/+30
* acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador2021-05-051-1/+4
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-058-22/+250
* mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand2021-05-051-10/+12
* mm,memory_hotplug: relax fully spanned sections checkOscar Salvador2021-05-051-4/+18
* drivers/base/memory: introduce memory_block_{online,offline}Oscar Salvador2021-05-051-12/+21
* mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman2021-05-051-4/+0
* selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin2021-05-052-4/+25
* selftests/vm: gup_test: fix test flagPavel Tatashin2021-05-053-18/+23
* mm/gup: longterm pin migration cleanupPavel Tatashin2021-05-051-56/+37
* mm/gup: change index type to long as it counts pagesPavel Tatashin2021-05-051-1/+1
* memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinningPavel Tatashin2021-05-051-0/+9
* mm/gup: migrate pinned pages out of movable zonePavel Tatashin2021-05-054-36/+44
* mm/gup: do not migrate zero pagePavel Tatashin2021-05-053-1/+18
* mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-054-13/+33
* mm: apply per-task gfp constraints in fast pathPavel Tatashin2021-05-051-7/+8
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-055-23/+12
* mm/gup: check for isolation errorsPavel Tatashin2021-05-051-26/+34
* mm/gup: return an error on migration failurePavel Tatashin2021-05-051-10/+7
* mm/gup: check every subpage of a compound page during isolationPavel Tatashin2021-05-051-12/+7
* mm/gup: don't pin migrated cma pages in movable zonePavel Tatashin2021-05-051-1/+1
* mm/util.c: fix typoBhaskar Chowdhury2021-05-051-1/+1
* mm/util.c: reduce mem_dump_obj() object sizeJoe Perches2021-05-051-10/+14
* mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual2021-05-052-8/+2
* mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-054-14/+4