index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2022-08-29
media: platform: ti: avoid using 'videobuf' or 'video-buf'
Hans Verkuil
-3
/
+3
2022-08-29
media: media/v4l2-mem2mem.h: rename 'videobuf' to 'vb2'
Hans Verkuil
-6
/
+6
2022-08-29
media: vb2: videobuf -> videobuf2
Hans Verkuil
-9
/
+9
2022-08-29
media: uapi: Add a control for DW100 driver
Xavier Roumegue
-0
/
+14
2022-08-29
media: v4l: uapi: Add user control base for DW100 controls
Xavier Roumegue
-0
/
+6
2022-08-29
media: v4l2-ctrls: Export default v4l2_ctrl_type_ops callbacks
Xavier Roumegue
-0
/
+48
2022-08-29
media: v4l2-ctrls: optimize type_ops for arrays
Hans Verkuil
-3
/
+3
2022-08-19
media: v4l2-ctrls: add change flag for when dimensions change
Hans Verkuil
-0
/
+1
2022-08-19
media: v4l2-ctrls: add v4l2_ctrl_modify_dimensions
Hans Verkuil
-0
/
+53
2022-08-19
media: v4l2-ctrls: alloc arrays in ctrl_ref
Hans Verkuil
-8
/
+8
2022-08-19
media: v4l2-ctrls: allocate space for arrays
Hans Verkuil
-9
/
+8
2022-08-14
radix-tree: replace gfp.h inclusion with gfp_types.h
Yury Norov
-1
/
+1
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+21
2022-08-13
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2022-08-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-2
/
+7
2022-08-13
Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
-11
/
+8
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
-1
/
+8
2022-08-12
fs: don't randomize struct kiocb fields
Keith Busch
-5
/
+0
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-19
/
+167
2022-08-12
Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
-0
/
+10
2022-08-12
x86/xen: Add support for HVMOP_set_evtchn_upcall_vector
Jane Malalane
-0
/
+21
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-35
/
+139
2022-08-11
Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+3
2022-08-11
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-3
/
+0
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-7
/
+24
2022-08-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1
/
+1
2022-08-11
net: atm: bring back zatm uAPI
Jakub Kicinski
-0
/
+47
2022-08-11
Merge branch 'acpi-properties'
Rafael J. Wysocki
-2
/
+3
2022-08-11
net: add missing kdoc for struct genl_multicast_group::flags
Jakub Kicinski
-2
/
+3
2022-08-11
vhost-vdpa: uAPI to suspend the device
Eugenio Pérez
-0
/
+9
2022-08-11
vhost-vdpa: introduce SUSPEND backend feature bit
Eugenio Pérez
-0
/
+2
2022-08-11
vdpa: Add suspend operation
Eugenio Pérez
-0
/
+4
2022-08-11
vdpa/mlx5: Implement susupend virtqueue callback
Eli Cohen
-0
/
+8
2022-08-11
vduse: Support querying information of IOVA regions
Xie Yongji
-0
/
+24
2022-08-11
vduse: Support registering userspace memory for IOVA regions
Xie Yongji
-0
/
+23
2022-08-11
net: virtio_net: notifications coalescing support
Alvaro Karsz
-1
/
+33
2022-08-11
virtio: add helper virtio_find_vqs_ctx_size()
Xuan Zhuo
-0
/
+12
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
-5
/
+9
2022-08-11
virtio_pci: introduce helper to get/set queue reset
Xuan Zhuo
-0
/
+2
2022-08-11
virtio_pci: struct virtio_pci_common_cfg add queue_reset
Xuan Zhuo
-1
/
+2
2022-08-11
virtio_ring: struct virtqueue introduce reset
Xuan Zhuo
-0
/
+2
2022-08-11
virtio: queue_reset: add VIRTIO_F_RING_RESET
Xuan Zhuo
-1
/
+6
2022-08-11
virtio: allow to unbreak/break virtqueue individually
Xuan Zhuo
-0
/
+3
2022-08-11
virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
Xuan Zhuo
-0
/
+8
2022-08-11
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
-0
/
+3
2022-08-11
virtio_ring: split: stop __vring_new_virtqueue as export symbol
Xuan Zhuo
-10
/
+0
2022-08-11
virtio: struct virtio_config_ops add callbacks for queue_reset
Xuan Zhuo
-0
/
+14
2022-08-11
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
-0
/
+2
2022-08-11
remoteproc: rename len of rpoc_vring to num
Xuan Zhuo
-2
/
+2
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
-1
/
+1
[next]