summaryrefslogtreecommitdiffstats
path: root/mm/usercopy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)3-75/+55
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)1-13/+17
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)1-12/+24
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)1-14/+14
2023-10-25highmem: Add folio_release_kmap()Matthew Wilcox (Oracle)1-2/+16
2023-10-03udf: Avoid unneeded variable length array in struct fileIdentDescJan Kara1-1/+1
2023-09-18udf: Annotate struct udf_bitmap with __counted_byKees Cook1-1/+1
2023-09-05quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-09-04virtio_ring: fix avail_wrap_counter in virtqueue_add_packedYuan Yao1-1/+1
2023-09-04virtio_vdpa: build affinity masks conditionallyJason Wang1-6/+11
2023-09-04virtio_net: merge dma operations when filling mergeable buffersXuan Zhuo1-26/+202
2023-09-04virtio_ring: introduce dma sync api for virtqueueXuan Zhuo2-0/+84
2023-09-04virtio_ring: introduce dma map api for virtqueueXuan Zhuo2-0/+77
2023-09-04virtio_ring: introduce virtqueue_reset()Xuan Zhuo2-0/+35
2023-09-04virtio_ring: separate the logic of reset/enable from virtqueue_resizeXuan Zhuo1-19/+39
2023-09-04virtio_ring: correct the expression of the description of virtqueue_resize()Xuan Zhuo1-1/+1
2023-09-04virtio_ring: skip unmap for premappedXuan Zhuo1-14/+28
2023-09-04virtio_ring: introduce virtqueue_dma_dev()Xuan Zhuo2-0/+19
2023-09-04virtio_ring: support add premapped bufXuan Zhuo1-2/+17
2023-09-04virtio_ring: introduce virtqueue_set_dma_premapped()Xuan Zhuo2-0/+55
2023-09-04virtio_ring: put mapping error check in vring_map_one_sgXuan Zhuo1-15/+22
2023-09-04virtio_ring: check use_dma_api before unmap desc for indirectXuan Zhuo1-2/+4
2023-09-04vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez1-0/+8
2023-09-04vdpa: add get_backend_features vdpa operationEugenio Pérez2-0/+16
2023-09-04vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez1-1/+2
2023-09-04vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flagEugenio Pérez1-0/+4
2023-09-04vdpa/mlx5: Remove unused function declarationsYue Haibing1-3/+0
2023-09-02mm/pagewalk: fix bootstopping regression from extra pte_unmap()Hugh Dickins1-1/+1
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds1-14/+14
2023-09-02fbdev/g364fb: fix build failure with mipsSudip Mukherjee1-1/+1
2023-09-02tracing/filters: Fix coding style issuesValentin Schneider1-2/+4
2023-09-02tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider1-2/+6
2023-09-02tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider1-0/+1
2023-09-02tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider1-2/+8
2023-09-02tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster1-2/+2
2023-09-02ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie1-3/+1
2023-09-02ftrace: Use within_module to check rec->ip within specified module.Levi Yun1-4/+2
2023-09-02tracing: Replace strlcpy with strscpy in trace/events/task.hAzeem Shaikh1-1/+1
2023-09-02tracing: Fix race issue between cpu buffer write and swapZheng Yejian1-5/+12
2023-09-02tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk1-1/+1
2023-09-02rv: Set variable 'da_mon_##name' to staticYu Liao1-1/+1
2023-09-01selftests/x86: Update map_shadow_stack syscall nrRick Edgecombe1-1/+1
2023-09-01fbdev: Update fbdev source file pathsJonathan Neuschäfer1-5/+5
2023-09-01fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flagsGeert Uytterhoeven1-2/+2
2023-09-01fbdev: neofb: Shorten Neomagic product name in info structHelge Deller1-18/+9
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar1-1/+1
2023-08-31x86/fpu/xstate: Fix PKRU covert channelJim Mattson1-1/+1