index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
fbdev: Update fbdev source file paths
Jonathan Neuschäfer
1
-5
/
+5
2023-09-01
fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flags
Geert Uytterhoeven
1
-2
/
+2
2023-09-01
fbdev: neofb: Shorten Neomagic product name in info struct
Helge Deller
1
-18
/
+9
2023-08-31
powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changes
Ingo Molnar
1
-1
/
+1
2023-08-31
x86/fpu/xstate: Fix PKRU covert channel
Jim Mattson
1
-1
/
+1
2023-08-31
pstore: Base compression input buffer size on estimated compressed size
Ard Biesheuvel
1
-7
/
+27
2023-08-31
fbdev: mx3fb: Remove the driver
Fabio Estevam
4
-1757
/
+0
2023-08-31
fbdev/core: Use list_for_each_entry() helper
Jinjie Ruan
2
-23
/
+7
2023-08-31
x86/irq/i8259: Fix kernel-doc annotation warning
Vincenzo Palazzo
1
-3
/
+1
2023-08-31
x86/speculation: Mark all Skylake CPUs as vulnerable to GDS
Dave Hansen
1
-4
/
+4
2023-08-31
macintosh/ams: linux/platform_device.h is needed
Randy Dunlap
1
-0
/
+1
2023-08-31
NFS: switch back to using kill_anon_super
Christoph Hellwig
1
-3
/
+1
2023-08-31
mtd: key superblock by device number
Christian Brauner
1
-34
/
+11
2023-08-31
fs: export sget_dev()
Christian Brauner
2
-19
/
+46
2023-08-31
lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-V
Nathan Chancellor
1
-0
/
+5
2023-08-31
riscv: support PREEMPT_DYNAMIC with static keys
Jisheng Zhang
2
-1
/
+14
2023-08-31
riscv: Move create_tmp_mapping() to init sections
Alexandre Ghiti
1
-1
/
+1
[next]