summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-152-5/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-37/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0512-123/+363
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-2219-117/+322
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-045-106/+33
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-012-5/+5
| |\ \ \ \ \
| | * | | | | mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-282-5/+5
* | | | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-154-6/+4
|\ \ \ \ \ \ \
| * | | | | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
| * | | | | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2521-294/+434
| |\ \ \ \ \ \ \
| * | | | | | | | mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-012-4/+2
| * | | | | | | | dma-contiguous: provide the ability to reserve per-numa CMABarry Song2020-09-011-1/+2
* | | | | | | | | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-8/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-8/+10
* | | | | | | | | | mm/migrate: remove obsolete comment about device publicRalph Campbell2020-10-131-1/+1
* | | | | | | | | | mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell2020-10-131-1/+0
* | | | | | | | | | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+2
* | | | | | | | | | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-132-6/+6
* | | | | | | | | | memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport2020-10-131-36/+20
* | | | | | | | | | memblock: remove unused memblock_mem_size()Mike Rapoport2020-10-131-15/+0
* | | | | | | | | | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-132-10/+6
* | | | | | | | | | memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-131-2/+1
* | | | | | | | | | memblock: make memblock_debug and related functionality privateMike Rapoport2020-10-131-2/+14
* | | | | | | | | | memblock: make for_each_memblock_type() iterator privateMike Rapoport2020-10-131-0/+5
* | | | | | | | | | mm/mempool: add 'else' to split mutually exclusive caseMiaohe Lin2020-10-131-10/+8
* | | | | | | | | | mm: remove unused alloc_page_vma_node()Wei Yang2020-10-131-2/+1
* | | | | | | | | | mm/mempolicy: remove or narrow the lock on currentWei Yang2020-10-131-4/+1
* | | | | | | | | | mm/compaction.c: micro-optimization remove unnecessary branchMateusz Nosek2020-10-131-3/+2
* | | | | | | | | | mm/zbud: remove redundant initializationXiang Chen2020-10-131-1/+0
* | | | | | | | | | mm/z3fold.c: use xx_zalloc instead xx_alloc and memsetHui Su2020-10-131-2/+1
* | | | | | | | | | mm/vmscan: fix comments for isolate_lru_page()Hui Su2020-10-131-1/+1
* | | | | | | | | | mm/vmscan: fix infinite loop in drop_slab_nodeChunxin Zang2020-10-131-0/+3
* | | | | | | | | | hugetlb: add lockdep check for i_mmap_rwsem held in huge_pmd_shareMike Kravetz2020-10-131-4/+11
* | | | | | | | | | mm/hugetlb: take the free hpage during the iteration directlyWei Yang2020-10-131-13/+9
* | | | | | | | | | mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge pageWei Yang2020-10-131-1/+1
* | | | | | | | | | mm/hugetlb: a page from buddy is not on any listWei Yang2020-10-131-1/+1
* | | | | | | | | | mm/hugetlb: count file_region to be added when regions_needed != NULLWei Yang2020-10-131-16/+17
* | | | | | | | | | mm/hugetlb: use list_splice to merge two list at onceWei Yang2020-10-131-5/+2
* | | | | | | | | | mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()Wei Yang2020-10-131-1/+0
* | | | | | | | | | mm/hugetlb: not necessary to coalesce regions recursivelyWei Yang2020-10-131-5/+1
* | | | | | | | | | mm/hugetlb.c: remove the unnecessary non_swap_entry()Baoquan He2020-10-131-2/+2
* | | | | | | | | | mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return boolBaoquan He2020-10-131-4/+4
* | | | | | | | | | mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)2020-10-131-0/+3
* | | | | | | | | | mm: move call to compound_head() in release_pages()Ralph Campbell2020-10-131-1/+1
* | | | | | | | | | mmzone: clean code by removing unused macro parameterMateusz Nosek2020-10-131-2/+2
* | | | | | | | | | mm/page_alloc.c: __perform_reclaim should return 'unsigned long'Yanfei Xu2020-10-131-3/+2
* | | | | | | | | | mm/page_alloc.c: clean code by merging two functionsMateusz Nosek2020-10-131-8/+2
* | | | | | | | | | mm/page_alloc.c: fix early params garbage value accessesMateusz Nosek2020-10-131-6/+6
* | | | | | | | | | mm/page_alloc.c: micro-optimization remove unnecessary branchMateusz Nosek2020-10-131-5/+3
* | | | | | | | | | mm/page_alloc.c: clean code by removing unnecessary initializationMateusz Nosek2020-10-131-3/+1