summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-09-01ibmvmc: don't open-code file_inode()Al Viro-2/+4
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-24/+59
2022-08-13Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-54/+99
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds-25/+1523
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-97/+117
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+18
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+50
2022-08-12Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-506/+1846
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-510/+1971
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds-595/+334
2022-08-12Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds-0/+2
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt-15/+16
2022-08-12xen/pciback: Fix comment typoJason Wang-1/+1
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter-2/+2
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park-3/+1
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park-8/+7
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane-6/+47
2022-08-11Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+27
2022-08-11Merge tag 'drm-next-2022-08-12-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+3
2022-08-11RISC-V: Move counter info definition to sbi header fileAtish Patra-14/+0
2022-08-11RISC-V: Fix SBI PMU calls for RV32Atish Patra-0/+10
2022-08-11RISC-V: Update user page mapping only once during startAtish Patra-1/+1
2022-08-11RISC-V: Fix counter restart during overflow for RV32Atish Patra-0/+5
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt-1/+24
2022-08-11RISC-V: Prefer sstc extension if availableAtish Patra-1/+24
2022-08-11i2c: move core from strlcpy to strscpyWolfram Sang-2/+2
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang-49/+49
2022-08-11i2c: kempld: Support ACPI I2C device declarationChris Pringle-0/+1
2022-08-11i2c: mediatek: add i2c compatible for MT8188Kewei Xu-0/+43
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-266/+312
2022-08-11Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-152/+318
2022-08-12Merge tag 'drm-misc-next-fixes-2022-08-10' of git://anongit.freedesktop.org/d...Dave Airlie-2/+3
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-3/+3
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin-2/+2
2022-08-11Merge branch 'acpi-properties'Rafael J. Wysocki-149/+315
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-919/+1441
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang-1/+2
2022-08-11mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak-7/+0
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh-1/+4
2022-08-11dm bufio: fix some cases where the code sleeps with spinlock heldMikulas Patocka-1/+9
2022-08-11net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao-0/+2
2022-08-11vdpa/mlx5: Fix possible uninitialized return valueEli Cohen-1/+1
2022-08-11i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley-1/+1
2022-08-11i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann-2/+3
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem-0/+2
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella-1/+73
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella-0/+5
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella-15/+23
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella-0/+10