index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-04
virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
Yuan Yao
1
-1
/
+1
2023-09-04
virtio_vdpa: build affinity masks conditionally
Jason Wang
1
-6
/
+11
2023-09-04
virtio_net: merge dma operations when filling mergeable buffers
Xuan Zhuo
1
-26
/
+202
2023-09-04
virtio_ring: introduce dma sync api for virtqueue
Xuan Zhuo
2
-0
/
+84
2023-09-04
virtio_ring: introduce dma map api for virtqueue
Xuan Zhuo
2
-0
/
+77
2023-09-04
virtio_ring: introduce virtqueue_reset()
Xuan Zhuo
2
-0
/
+35
2023-09-04
virtio_ring: separate the logic of reset/enable from virtqueue_resize
Xuan Zhuo
1
-19
/
+39
2023-09-04
virtio_ring: correct the expression of the description of virtqueue_resize()
Xuan Zhuo
1
-1
/
+1
2023-09-04
virtio_ring: skip unmap for premapped
Xuan Zhuo
1
-14
/
+28
2023-09-04
virtio_ring: introduce virtqueue_dma_dev()
Xuan Zhuo
2
-0
/
+19
2023-09-04
virtio_ring: support add premapped buf
Xuan Zhuo
1
-2
/
+17
2023-09-04
virtio_ring: introduce virtqueue_set_dma_premapped()
Xuan Zhuo
2
-0
/
+55
2023-09-04
virtio_ring: put mapping error check in vring_map_one_sg
Xuan Zhuo
1
-15
/
+22
2023-09-04
virtio_ring: check use_dma_api before unmap desc for indirect
Xuan Zhuo
1
-2
/
+4
2023-09-04
vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK
Eugenio Pérez
1
-0
/
+8
2023-09-04
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
2
-0
/
+16
2023-09-04
vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
Eugenio Pérez
1
-1
/
+2
2023-09-04
vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag
Eugenio Pérez
1
-0
/
+4
2023-09-04
vdpa/mlx5: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-09-03
kbuild: Show marked Kconfig fragments in "help"
Kees Cook
20
-9
/
+34
2023-09-03
mm/kmemleak: move up cond_resched() call in page scanning loop
Waiman Long
1
-2
/
+3
2023-09-03
mm: page_alloc: remove stale CMA guard code
Johannes Weiner
1
-17
/
+4
2023-09-03
MAINTAINERS: add rmap.h to mm entry
Baruch Siach
1
-0
/
+1
2023-09-03
rmap: remove anon_vma_link() nommu stub
Baruch Siach
1
-1
/
+0
2023-09-03
proc/ksm: add ksm stats to /proc/pid/smaps
Stefan Roesch
2
-0
/
+10
2023-09-03
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
1
-8
/
+8
2023-09-03
mm: memory-failure: add PageOffline() check
Miaohe Lin
1
-2
/
+3
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
1
-1
/
+1
2023-09-02
cgroup: fix build when CGROUP_SCHED is not enabled
Linus Torvalds
1
-14
/
+14
2023-09-02
fbdev/g364fb: fix build failure with mips
Sudip Mukherjee
1
-1
/
+1
2023-09-02
tracing/filters: Fix coding style issues
Valentin Schneider
1
-2
/
+4
2023-09-02
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
1
-2
/
+6
2023-09-02
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
1
-0
/
+1
2023-09-02
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
1
-2
/
+8
2023-09-02
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
1
-2
/
+2
2023-09-02
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
1
-3
/
+1
2023-09-02
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
1
-4
/
+2
2023-09-02
tracing: Replace strlcpy with strscpy in trace/events/task.h
Azeem Shaikh
1
-1
/
+1
2023-09-02
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
1
-5
/
+12
2023-09-02
tracing: Remove extra space at the end of hwlat_detector/mode
Mikhail Kobuk
1
-1
/
+1
2023-09-02
rv: Set variable 'da_mon_##name' to static
Yu Liao
1
-1
/
+1
2023-09-01
selftests/x86: Update map_shadow_stack syscall nr
Rick Edgecombe
1
-1
/
+1
2023-09-01
kconfig: add warn-unknown-symbols sanity check
Sergey Senozhatsky
2
-2
/
+28
2023-09-01
kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE
Jiri Slaby
1
-2
/
+1
2023-09-01
Documentation/llvm: refresh docs
Nick Desaulniers
1
-44
/
+80
2023-09-01
modpost: Skip .llvm.call-graph-profile section check
Denis Nikitin
1
-0
/
+1
2023-09-01
kbuild: support modules_sign for external modules as well
Masahiro Yamada
2
-18
/
+18
2023-09-01
kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=n
Masahiro Yamada
1
-4
/
+5
2023-09-01
kbuild: move more module installation code to scripts/Makefile.modinst
Masahiro Yamada
2
-29
/
+38
2023-09-01
kbuild: reduce the number of mkdir calls during modules_install
Masahiro Yamada
1
-1
/
+7
[next]