summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-1011-42/+299
|\
| * mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe2020-04-101-0/+3
| * mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-102-4/+7
| * mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-102-8/+8
| * mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-102-3/+3
| * mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-2/+127
| * mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-04-101-15/+24
| * mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-04-101-0/+2
| * mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+109
| * mm: cma: NUMA node interfaceAslan Bakirov2020-04-102-8/+10
| * mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan2020-04-101-2/+2
| * mm/page_alloc.c: fix kernel-doc warningRandy Dunlap2020-04-101-0/+1
| * mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang2020-04-101-1/+1
| * mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-101-0/+3
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-3/+3
|\ \ | |/ |/|
| * blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-3/+3
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-083-0/+54
|\ \
| * \ Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-022-0/+31
| |\ \
| | * | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-171-0/+5
| | * | mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams2020-02-171-12/+8
| | * | ACPI: NUMA: Up-level "map to online node" functionalityDan Williams2020-02-171-0/+30
| * | | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+23
| |/ /
* | | mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton2020-04-081-1/+4
* | | mm/gup: Mark lock taken only after a successful retakePeter Xu2020-04-071-1/+1
* | | mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu2020-04-071-2/+5
* | | kasan: unset panic_on_warn before calling panic()Kees Cook2020-04-071-1/+9
* | | kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-23/+0
* | | proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-072-0/+2
* | | mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek2020-04-071-3/+1
* | | mm: use fallthrough;Joe Perches2020-04-079-16/+11
* | | mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek2020-04-071-1/+1
* | | mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-071-1/+1
* | | mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge2020-04-071-1/+1
* | | mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge2020-04-071-1/+1
* | | mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge2020-04-071-1/+1
* | | mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge2020-04-071-1/+1
* | | mm/slub: add missing annotation for put_map()Jules Irenge2020-04-071-1/+1
* | | mm/slub: add missing annotation for get_map()Jules Irenge2020-04-071-0/+1
* | | mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge2020-04-071-0/+1
* | | mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-04-071-0/+1
* | | mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge2020-04-071-0/+1
* | | mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero2020-04-072-13/+129
* | | mm: prevent a warning when casting void* -> enumPalmer Dabbelt2020-04-071-1/+1
* | | mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-073-56/+60
* | | mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-071-6/+3
* | | mm/shmem.c: distribute switch variables for initializationKees Cook2020-04-071-4/+7
* | | mm/memory_hotplug.c: use __pfn_to_section() instead of open-codingchenqiwu2020-04-071-1/+1
* | | mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand2020-04-071-4/+4
* | | mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand2020-04-071-5/+6
* | | mm/memory_hotplug: unexport memhp_auto_onlineDavid Hildenbrand2020-04-071-1/+0