summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: allow arch override of non boot memory resource namesJames Morse2020-04-101-1/+5
* mm/madvise: allow KSM hints for remote APIOleksandr Natalenko2020-04-101-0/+4
* mm/madvise: employ mmget_still_valid() for write lockOleksandr Natalenko2020-04-101-0/+3
* mm/madvise: support both pid and pidfd for process_madviseMinchan Kim2020-04-101-12/+22
* mm/madvise: check fatal signal pending of target processMinchan Kim2020-04-101-8/+21
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-04-101-0/+64
* mm/madvise: pass task and mm to do_madviseMinchan Kim2020-04-101-15/+19
* 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/debug: add tests validating architecture page table helpersAnshuman Khandual2020-04-102-0/+393
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-102-3/+3
* mm: vm_insert_pages() checks if pte_index defined.Arjun Roy2020-04-101-13/+28
* add missing page_count() check to vm_insert_pages().Arjun Roy2020-04-101-1/+4
* mm-add-vm_insert_pages-fixAndrew Morton2020-04-101-1/+1
* mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-2/+109
* mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-04-101-15/+24
* mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-04-101-2/+3
* mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-04-101-1/+1
* mm/util.c: annotate an data race at vm_committed_asQian Cai2020-04-101-2/+6
* mm/mempool: fix a data race in mempool_free()Qian Cai2020-04-101-1/+1
* mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-04-101-1/+1
* mm/page_counter: fix various data races at memswQian Cai2020-04-101-6/+7
* mm-swapfile-fix-and-annotate-various-data-races-v2Qian Cai2020-04-101-2/+2
* mm/swapfile: fix and annotate various data racesQian Cai2020-04-101-13/+18
* mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-04-101-7/+13
* mm/swap_state: mark various intentional data racesQian Cai2020-04-101-2/+2
* mm-page_io-mark-various-intentional-data-races-v2Qian Cai2020-04-101-1/+1
* mm/page_io: mark various intentional data racesQian Cai2020-04-101-3/+3
* mm/frontswap: mark various intentional data racesQian Cai2020-04-101-4/+4
* mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-04-101-0/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2020-04-106-40/+204
|\
| * mm-hugetlbc-fix-printk-format-warning-for-32-bit-phys_addr_t-fixAndrew Morton2020-04-081-2/+2
| * mm/hugetlb.c: fix printk format warning for 32-bit phys_addr_tRandy Dunlap2020-04-081-2/+4
| * mm: hugetlb: fix per-node size calculation for hugetlb_cmaRoman Gushchin2020-04-081-1/+1
| * mm: cleanup cmdline_parse_hugetlb_cma()Roman Gushchin2020-04-081-7/+0
| * mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-081-0/+116
| * mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations-fixRoman Gushchin2020-04-081-0/+2
| * mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin2020-04-081-0/+12
| * mm/mmap.c: fix the adjusted length errorjianhong chen2020-04-081-14/+29
| * memcg-optimize-memorynuma_stat-like-memorystat-fixAndrew Morton2020-04-081-9/+8
| * mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt2020-04-081-25/+27
| * mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang2020-04-081-1/+1
| * mm, memcg: Do not high throttle allocators based on wraparoundJakub Kicinski2020-04-081-0/+3
| * /proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa2020-04-081-0/+20
* | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2020-04-101-0/+8
|\ \
| * \ Merge branch 'linus'Ingo Molnar2020-04-0866-1662/+3794
| |\ \
| * \ \ Merge branch 'locking/kcsan'Ingo Molnar2020-04-021-0/+8
| |\ \ \
| | * \ \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-218-30/+86
| | |\ \ \
| | * \ \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2146-1243/+1946
| | |\ \ \ \