aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T2-0/+15
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+23
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan2-14/+15
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-05mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-05mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-05mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-05mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan3-0/+103
2023-04-05mm: move mmap_lock assert function definitionsSuren Baghdasaryan1-12/+12
2023-04-05mm: rcu safe VMA freeingMichel Lespinasse1-3/+10
2023-04-05trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao1-33/+25
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-1/+2
2023-04-05iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2-8/+1
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+2
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-4/+0
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-1/+0
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-2/+0
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-05mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2-1/+9
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-24/+37
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-7/+6
2023-04-05mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-24/+24
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov5-12/+12
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu3-1/+38
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-05mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-05mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-04-05net: stmmac: add support for platform specific resetShenwei Wang1-0/+1
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä1-3/+4
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-2/+4
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-5/+19
2023-04-05clk: Remove mmask and nmask fields in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2023-04-05ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede1-2/+13
2023-04-05nvmem: Add macro to register nvmem layout driversMiquel Raynal1-0/+6
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki1-0/+2
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle1-1/+4
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle1-2/+0