aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo2-2/+2
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu1-1/+1
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin1-1/+0
2021-06-30mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin1-10/+7
2021-06-30mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin1-1/+1
2021-06-30mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin1-7/+0
2021-06-30mm,memory_hotplug: drop unneeded lockingOscar Salvador1-15/+1
2021-06-30mm/memory_hotplug: rate limit page migration warningsLiam Mark1-5/+11
2021-06-30selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand4-0/+360
2021-06-30selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand1-0/+2
2021-06-30MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENTDavid Hildenbrand1-0/+1
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand8-0/+142
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand1-1/+1
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang14-60/+23
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett1-1/+0
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li1-2/+2
2021-06-30mm/thp: fix strncpy warningMatthew Wilcox (Oracle)1-1/+1
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins1-1/+1
2021-06-30mm/thp: remap_page() is only needed on anonymous THPHugh Dickins1-0/+5
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi4-21/+14
2021-06-30mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2-2/+2
2021-06-30mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi1-0/+4
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi1-12/+4
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi1-1/+3
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi1-3/+4
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi4-286/+77
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi2-3/+5
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi4-22/+29
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2-3/+26
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2-1/+6
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual4-39/+9
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2-2/+1
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport6-6/+19
2021-06-30memblock: update initialization of reserved pagesMike Rapoport2-3/+29
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport1-0/+11
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2-57/+46
2021-06-30mm: mempolicy: don't have to split pmd for huge zero pageYang Shi1-4/+5
2021-06-30mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang1-18/+30
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang2-81/+56
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang3-27/+11
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang1-3/+3
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang1-4/+2
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing1-4/+4
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin4-138/+110
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin1-2/+8
2021-06-30mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin1-1/+1
2021-06-30mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin1-0/+1
2021-06-30mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin1-18/+4
2021-06-30mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin1-1/+2