summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: allow arch override of non boot memory resource namesJames Morse2020-03-311-1/+5
* mm/madvise: allow KSM hints for remote APIOleksandr Natalenko2020-03-311-0/+4
* mm/madvise: employ mmget_still_valid() for write lockOleksandr Natalenko2020-03-311-0/+3
* mm/madvise: support both pid and pidfd for process_madviseMinchan Kim2020-03-311-12/+22
* mm/madvise: check fatal signal pending of target processMinchan Kim2020-03-311-8/+21
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-03-311-0/+64
* mm/madvise: pass task and mm to do_madviseMinchan Kim2020-03-311-15/+19
* mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe2020-03-311-0/+3
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-03-312-4/+7
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-03-312-8/+8
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-03-312-0/+393
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-03-312-3/+3
* mm: vm_insert_pages() checks if pte_index defined.Arjun Roy2020-03-311-13/+28
* add missing page_count() check to vm_insert_pages().Arjun Roy2020-03-311-1/+4
* mm-add-vm_insert_pages-fixAndrew Morton2020-03-311-1/+1
* mm/memory.c: add vm_insert_pages()Arjun Roy2020-03-311-2/+109
* mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-03-311-15/+24
* mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-03-311-2/+3
* mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-03-311-1/+1
* mm/util.c: annotate an data race at vm_committed_asQian Cai2020-03-311-2/+6
* mm/mempool: fix a data race in mempool_free()Qian Cai2020-03-311-1/+1
* mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-03-311-1/+1
* mm/page_counter: fix various data races at memswQian Cai2020-03-311-6/+7
* mm-swapfile-fix-and-annotate-various-data-races-v2Qian Cai2020-03-311-2/+2
* mm/swapfile: fix and annotate various data racesQian Cai2020-03-311-13/+18
* mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-03-311-7/+13
* mm/swap_state: mark various intentional data racesQian Cai2020-03-311-2/+2
* mm-page_io-mark-various-intentional-data-races-v2Qian Cai2020-03-311-1/+1
* mm/page_io: mark various intentional data racesQian Cai2020-03-311-3/+3
* mm/frontswap: mark various intentional data racesQian Cai2020-03-311-4/+4
* mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-03-311-0/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-3161-1402/+3776
|\
| * kasan: unset panic_on_warn before calling panic()Kees Cook2020-03-311-1/+9
| * kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-03-311-23/+0
| * proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-03-312-0/+2
| * mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek2020-03-311-3/+1
| * mm: use fallthrough;Joe Perches2020-03-319-16/+11
| * mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek2020-03-311-1/+1
| * mm: fix ambiguous comments for better code readabilitychenqiwu2020-03-311-1/+1
| * mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge2020-03-311-1/+1
| * mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge2020-03-311-1/+1
| * mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge2020-03-311-1/+1
| * mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge2020-03-311-1/+1
| * mm/slub: add missing annotation for put_map()Jules Irenge2020-03-311-1/+1
| * mm/slub: add missing annotation for get_map()Jules Irenge2020-03-311-0/+1
| * mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge2020-03-311-0/+1
| * mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-03-311-0/+1
| * mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge2020-03-311-0/+1
| * mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero2020-03-312-13/+129
| * mm: prevent a warning when casting void* -> enumPalmer Dabbelt2020-03-311-1/+1