Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18mm: nommu: pass a pointer to virt_to_page()Linus Walleij
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-07-01mm/nommu: unexport do_munmap()Liam Howlett
2021-07-01nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand
2021-01-28mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig
2020-09-24Fix references to nommu-mmap.rstStephen Kitt
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-03-22x86/mm: split vmalloc_sync_all()Joerg Roedel
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang
2019-11-26mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)
2019-07-17mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder
2018-10-27mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-08-18mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-06-08mm: use new return type vm_fault_tSouptick Joarder
2018-04-06mm/nommu: remove description of alloc_vm_areaMike Rapoport
2018-04-03Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski