aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-3/+15
2019-12-17mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens1-0/+3
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport1-5/+5
2019-12-01mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman1-3/+0
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi1-1/+1
2019-12-01mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom1-15/+0
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)1-4/+4
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)1-3/+11
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-1/+12
2019-11-06mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi1-5/+0
2019-11-06mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom1-1/+12
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti1-0/+2
2019-09-24mm, thp: introduce FOLL_SPLIT_PMDSong Liu1-0/+1
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu1-0/+7
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org1-2/+3
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-0/+6
2019-09-24mm: introduce page_shift()Matthew Wilcox (Oracle)1-0/+6
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-0/+6
2019-09-24mm: add dummy can_do_mlock() helperArnd Bergmann1-0/+4
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-46/+0
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams1-2/+2
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi1-17/+17
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan1-0/+4
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-2/+2
2019-07-16mm: clean up is_device_*_page() definitionsRobin Murphy1-22/+9
2019-07-16mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig1-0/+6
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+2
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-0/+24
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka1-9/+1
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka1-4/+11
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V1-0/+5
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig1-10/+0
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-16/+2
2019-06-07uaccess: add noop untagged_addr definitionAndrey Konovalov1-0/+11
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-3/+0
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder1-0/+4
2019-05-14mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck1-3/+38
2019-05-14mm: introduce put_user_page*(), placeholder versionsJohn Hubbard1-0/+24
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-2/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-13/+28
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-12/+6
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-1/+14
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-2/+2
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder1-46/+0
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V1-1/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-0/+2