summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: include only needed headers in ascii85.hAndy Shevchenko2021-07-011-1/+2
* sysctl: remove redundant assignment to firstJiapeng Chong2021-07-011-2/+1
* procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-07-012-8/+34
* procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-012-3/+16
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-011-1/+1
* nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-014-11/+123
* nouveau/svm: refactor nouveau_range_faultAlistair Popple2021-07-011-14/+20
* mm: selftests for exclusive device memoryAlistair Popple2021-07-013-0/+285
* mm: device exclusive memory accessAlistair Popple2021-07-0110-10/+405
* mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple2021-07-011-11/+17
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-015-18/+18
* mm/rmap: split migration into its own functionAlistair Popple2021-07-014-107/+289
* mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-014-45/+69
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-019-62/+100
* mm: remove special swap entry functionsAlistair Popple2021-07-0110-82/+51
* kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
* mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-0133-43/+28
* mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman2021-07-011-1/+4
* mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman2021-07-011-2/+1
* mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman2021-07-011-27/+32
* mm/swap: make swap_address_space an inline functionMel Gorman2021-07-011-1/+5
* mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman2021-07-011-0/+2
* mm/zbud: add kerneldoc fields for zbud_poolMel Gorman2021-07-011-0/+2
* mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman2021-07-011-1/+1
* mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman2021-07-011-2/+2
* mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman2021-07-011-1/+1
* mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman2021-07-011-1/+1
* mm/page_alloc: make should_fail_alloc_page() staticMel Gorman2021-07-011-1/+1
* mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman2021-07-011-0/+3
* mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman2021-07-011-1/+1
* mm: fix spelling mistakesZhen Lei2021-07-017-8/+8
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-0126-43/+9
* mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-012-2/+2
* zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu2021-07-011-1/+1
* mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin2021-07-011-1/+1
* mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin2021-07-011-1/+0
* mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin2021-07-011-10/+7
* mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin2021-07-011-1/+1
* mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin2021-07-011-7/+0
* mm,memory_hotplug: drop unneeded lockingOscar Salvador2021-07-011-15/+1
* mm/memory_hotplug: rate limit page migration warningsLiam Mark2021-07-011-5/+11
* selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-07-014-0/+360
* selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand2021-07-011-0/+2
* MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENTDavid Hildenbrand2021-07-011-0/+1
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-07-018-0/+142
* mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-07-011-1/+1
* mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-07-0114-60/+23
* mm/nommu: unexport do_munmap()Liam Howlett2021-07-011-1/+0
* nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-07-011-2/+2
* mm/thp: fix strncpy warningMatthew Wilcox (Oracle)2021-07-011-1/+1