summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-01-08mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)1-5/+1
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-2/+2
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)1-2/+0
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)1-1/+0
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)1-24/+0
2022-01-04filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)2-1/+2
2022-01-04filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)1-2/+10
2022-01-04readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-01-04filemap: Remove thp_contains()Matthew Wilcox (Oracle)1-9/+0
2022-01-04filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)1-2/+7
2022-01-04filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)1-5/+0
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)1-1/+1
2022-01-04mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)2-21/+35
2022-01-04iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)1-0/+7
2022-01-03pagevec: Add folio_batchMatthew Wilcox (Oracle)1-0/+69
2022-01-03mm/doc: Add documentation for folio_test_uptodateMatthew Wilcox (Oracle)1-3/+10
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-17/+21
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker1-2/+3
2021-12-02net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-6/+13
2021-12-02kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+2
2021-12-01net/mlx5: Fix access to a non-supported registerAya Levin1-1/+4
2021-11-30siphash: use _unaligned version by defaultArnd Bergmann1-10/+4
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2021-11-26Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-7/+0
2021-11-26net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean1-0/+1
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds5-18/+88
2021-11-25Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin1-2/+0
2021-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-2/+16
2021-11-23ACPI: Make acpi_node_get_parent() localSakari Ailus1-7/+0
2021-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+28
2021-11-20Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-160/+9
2021-11-20hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh1-0/+12
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2-1/+16
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-0/+1
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-6/+23
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)1-3/+41
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+1
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+4
2021-11-18regulator: Update protection IRQ helper docsMatti Vaittinen1-6/+8
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-1/+12
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-0/+4
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2-12/+1
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse2-12/+1
2021-11-17fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)1-6/+6
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2-1/+16
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)1-6/+0