summaryrefslogtreecommitdiffstats
path: root/rust (unfollow)
Commit message (Expand)AuthorFilesLines
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-03kbuild: Show marked Kconfig fragments in "help"Kees Cook20-9/+34
2023-09-03mm/kmemleak: move up cond_resched() call in page scanning loopWaiman Long1-2/+3
2023-09-03mm: page_alloc: remove stale CMA guard codeJohannes Weiner1-17/+4
2023-09-03MAINTAINERS: add rmap.h to mm entryBaruch Siach1-0/+1
2023-09-03rmap: remove anon_vma_link() nommu stubBaruch Siach1-1/+0
2023-09-03proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch2-0/+10
2023-09-03mm/hwpoison: rename hwp_walk* to hwpoison_walk*Jiaqi Yan1-8/+8
2023-09-03mm: memory-failure: add PageOffline() checkMiaohe Lin1-2/+3
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-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky2-2/+28
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby1-2/+1
2023-09-01Documentation/llvm: refresh docsNick Desaulniers1-44/+80
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin1-0/+1
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada2-18/+18
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada1-4/+5
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada2-29/+38
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada1-1/+7