summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-29mm: remove VM_EXEC requirement for THP eligibilityFangrui Song1-1/+0
2023-12-29lib/stackdepot: fix comment in include/linux/stackdepot.hAndrey Konovalov1-2/+0
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-8/+27
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov1-0/+1
2023-12-29kasan: save alloc stack traces for mempoolAndrey Konovalov1-3/+4
2023-12-29kasan: save free stack traces for slab mempoolsAndrey Konovalov1-2/+3
2023-12-29kasan: introduce kasan_mempool_unpoison_pagesAndrey Konovalov1-0/+25
2023-12-29kasan: introduce kasan_mempool_poison_pagesAndrey Konovalov1-0/+27
2023-12-29kasan: introduce kasan_mempool_unpoison_objectAndrey Konovalov1-0/+31
2023-12-29kasan: add return value for kasan_mempool_poison_objectAndrey Konovalov1-5/+12
2023-12-29kasan: document kasan_mempool_poison_objectAndrey Konovalov1-0/+18
2023-12-29kasan: move kasan_mempool_poison_objectAndrey Konovalov1-8/+8
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov1-4/+4
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)1-3/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-2/+2
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)1-1/+0
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)1-2/+1
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)1-2/+2
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou1-1/+0
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)2-5/+0
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)1-3/+3
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2-0/+16
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-12-29thermal/sysfs: Update governors when the 'weight' has changedLukasz Luba1-0/+1
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+6
2023-12-29ethtool: reformat kerneldoc for struct ethtool_fec_statsJonathan Corbet1-2/+4
2023-12-28Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2023-12-28linux/export: Ensure natural alignment of kcrctab arrayHelge Deller1-0/+1
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki1-0/+2
2023-12-28sysctl: remove struct ctl_pathThomas Weißschuh1-5/+0
2023-12-28sysctl: delete unused define SYSCTL_PERM_EMPTY_DIRThomas Weißschuh1-2/+0
2023-12-28fs: fix __sb_write_started() kerneldoc formattingVegard Nossum1-3/+3
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-3/+18
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-0/+2
2023-12-28netfs: Provide a launder_folio implementationDavid Howells1-0/+2
2023-12-28netfs: Provide a writepages implementationDavid Howells1-0/+2
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-2/+3
2023-12-28netfs: Provide netfs_file_read_iter()David Howells1-0/+2
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells1-0/+4
2023-12-28netfs: Implement buffered write APIDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+4
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+9
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+5
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-0/+13
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells1-0/+41
2023-12-28netfs: Add a hook to allow tell the netfs to update its i_sizeDavid Howells1-0/+4
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells1-1/+14
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells1-0/+1
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells1-0/+2