summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-212-5/+17
* mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-0/+16
* mm: Add folio_pgoff()Matthew Wilcox (Oracle)2022-03-211-0/+11
* mm: Add split_folio_to_list()Matthew Wilcox (Oracle)2022-03-211-0/+6
* mm: Add folio_mapcount()Matthew Wilcox (Oracle)2022-03-211-1/+7
* mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)2022-03-211-6/+11
* fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-212-116/+114
* mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)2022-03-211-4/+0
* mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)2022-03-211-1/+0
* mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-1/+0
* mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
* mm: Add lru_to_folio()Matthew Wilcox (Oracle)2022-03-211-0/+4
* mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)2022-03-211-2/+2
* mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
* mm: Add three folio wrappersMatthew Wilcox (Oracle)2022-03-212-0/+15
* mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)2022-03-211-2/+2
* mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)2022-03-211-3/+0
* mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2022-03-212-14/+3
* mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)2022-03-211-66/+63
* mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)2022-03-211-0/+5
* mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-212-15/+13
* mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)2022-03-211-0/+2
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-032-10/+8
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-032-20/+18
* mm: simplify freeing of devmap managed pagesChristoph Hellwig2022-03-031-24/+10
* mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-031-1/+0
* mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-7/+2
* mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig2022-03-031-4/+0
* mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-172-5/+25
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-8/+9
* mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-171-2/+0
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-6/+0
* Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-151-0/+1
|\
| * Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)Michael Kelley2022-02-071-0/+1
* | Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-131-16/+5
|\ \
| * | x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-021-16/+5
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-122-2/+5
|\ \
| * | kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-121-0/+2
| * | mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-121-2/+3
* | | Merge tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-111-7/+7
|\ \ \
| * \ \ Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel....Arnd Bergmann2022-02-071-7/+7
| |\ \ \
| | * | | clk: ti: Move dra7 clock devices out of the legacy sectionTony Lindgren2021-12-221-7/+7
* | | | | Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-02-111-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki2022-02-071-2/+2
| |/ / /
* | | | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-112-2/+14
|\ \ \ \
| * | | | net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart2022-02-091-1/+0
| * | | | net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart2022-02-091-0/+13
| * | | | netfilter: ctnetlink: disable helper autoassignFlorian Westphal2022-02-041-1/+1
* | | | | Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-091-8/+0
|\ \ \ \ \
| * | | | | NFSD: Deprecate NFS_OFFSET_MAXChuck Lever2022-02-091-8/+0