index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-01
vdpa/mlx5: Remove flow counter from steering
Eli Cohen
1
-18
/
+6
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
3
-8
/
+8
2022-05-31
Merge tag 'leds-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
11
-42
/
+1719
2022-05-31
Merge tag 'i2c-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
Linus Torvalds
13
-232
/
+371
2022-05-31
net/mlx5: Fix mlx5_get_next_dev() peer device matching
Saeed Mahameed
1
-11
/
+23
2022-05-31
net/mlx5e: Update netdev features after changing XDP state
Maxim Mikityanskiy
1
-0
/
+5
2022-05-31
net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race condition
Maxim Mikityanskiy
7
-11
/
+31
2022-05-31
net/mlx5: CT: Fix header-rewrite re-use for tupels
Paul Blakey
1
-8
/
+11
2022-05-31
net/mlx5e: TC NIC mode, fix tc chains miss table
Maor Dickman
3
-3
/
+39
2022-05-31
net/mlx5: Don't use already freed action pointer
Leon Romanovsky
1
-5
/
+4
2022-05-31
dm verity: set DM_TARGET_IMMUTABLE feature flag
Sarthak Kukreti
1
-0
/
+1
2022-05-31
PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299
Bjorn Helgaas
1
-0
/
+2
2022-05-31
Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"
Bjorn Helgaas
1
-39
/
+26
2022-05-31
Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"
Bjorn Helgaas
1
-76
/
+0
2022-05-31
Revert "PCI: brcmstb: Add control of subdevice voltage regulators"
Bjorn Helgaas
1
-78
/
+5
2022-05-31
Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"
Bjorn Helgaas
1
-44
/
+9
2022-05-31
dm table: fix dm_table_supports_poll to return false if no data devices
Mike Snitzer
1
-4
/
+15
2022-05-31
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
37
-976
/
+1558
2022-05-31
vhost: rename vhost_work_dev_flush
Mike Christie
6
-11
/
+11
2022-05-31
vhost-test: drop flush after vhost_dev_cleanup
Mike Christie
1
-3
/
+0
2022-05-31
vhost-scsi: drop flush after vhost_dev_cleanup
Mike Christie
1
-2
/
+0
2022-05-31
vhost_vsock: simplify vhost_vsock_flush()
Andrey Ryabinin
1
-5
/
+0
2022-05-31
vhost_test: remove vhost_test_flush_vq()
Andrey Ryabinin
1
-8
/
+3
2022-05-31
vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
Andrey Ryabinin
1
-9
/
+2
2022-05-31
vhost: flush dev once during vhost_dev_stop
Mike Christie
1
-3
/
+3
2022-05-31
vhost: get rid of vhost_poll_flush() wrapper
Andrey Ryabinin
5
-15
/
+6
2022-05-31
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
1
-3
/
+5
2022-05-31
vdpasim: Off by one in vdpasim_set_group_asid()
Dan Carpenter
1
-1
/
+1
2022-05-31
virtio: Directly use ida_alloc()/free()
keliu
1
-3
/
+3
2022-05-31
virtio: harden vring IRQ
Jason Wang
5
-7
/
+33
2022-05-31
virtio: allow to unbreak virtqueue
Jason Wang
1
-0
/
+22
2022-05-31
virtio-ccw: implement synchronize_cbs()
Jason Wang
1
-0
/
+30
2022-05-31
virtio-mmio: implement synchronize_cbs()
Jason Wang
1
-0
/
+8
2022-05-31
virtio-pci: implement synchronize_cbs()
Jason Wang
2
-0
/
+3
2022-05-31
virtio: use virtio_reset_device() when possible
Jason Wang
1
-2
/
+2
2022-05-31
virtio: use virtio_device_ready() in virtio_device_restore()
Stefano Garzarella
1
-2
/
+3
2022-05-31
vdpasim: allow to enable a vq repeatedly
Eugenio PĂ©rez
1
-1
/
+4
2022-05-31
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
1
-6
/
+6
2022-05-31
vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
Cindy Lu
1
-32
/
+129
2022-05-31
virtio: Replace long long int with long long
Solomon Tan
1
-1
/
+1
2022-05-31
virtio: Replace unsigned with unsigned int
Solomon Tan
9
-46
/
+46
2022-05-31
virtio-crypto: enable retry for virtio-crypto-dev
lei he
1
-1
/
+2
2022-05-31
virtio-crypto: adjust dst_len at ops callback
lei he
1
-1
/
+4
2022-05-31
virtio-crypto: wait ctrl queue instead of busy polling
zhenwei pi
4
-55
/
+64
2022-05-31
virtio-crypto: use private buffer for control request
zhenwei pi
3
-45
/
+79
2022-05-31
virtio-crypto: change code style
zhenwei pi
2
-53
/
+59
2022-05-31
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
1
-2
/
+1
2022-05-31
virtio: pci: Fix an error handling path in vp_modern_probe()
Christophe JAILLET
1
-0
/
+1
2022-05-31
vdpasim: control virtqueue support
Gautam Dawar
3
-20
/
+161
2022-05-31
vdpa_sim: filter destination mac address
Gautam Dawar
1
-18
/
+31
[prev]
[next]