summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_blk: use UINT_MAX instead of -1UAngus Chen2022-12-281-1/+1
* vhost-vdpa: fix an iotlb memory leakStefano Garzarella2022-12-281-4/+8
* vhost: fix range used in translate_desc()Stefano Garzarella2022-12-281-2/+2
* vringh: fix range used in iotlb_translate()Stefano Garzarella2022-12-281-3/+2
* vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can2022-12-281-1/+8
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-282-2/+6
* tools: Delete the unneeded semicolon after curly bracesShaomin Deng2022-12-281-1/+1
* virtio_pci: modify ENOENT to EINVALAngus Chen2022-12-281-1/+1
* RDMA/mlx5: remove variable iColin Ian King2022-12-281-2/+0
* virtio_ring: use helper function is_power_of_2()Shaoqin Huang2022-12-281-1/+1
* virtio_pci: use helper function is_power_of_2()Shaoqin Huang2022-12-281-1/+1
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-283-59/+39
* vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen2022-12-281-12/+4
* vdpa/mlx5: Fix wrong mac address deletionEli Cohen2022-12-281-1/+1
* vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen2022-12-281-0/+3
* vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen2022-12-281-3/+5
* virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev2022-12-281-13/+16
* tools/virtio: initialize spinlocks in vring_test.cRicardo CaƱuelo2022-12-281-0/+2
* vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu2022-12-282-4/+2
* Linux 6.2-rc1v6.2-rc1Linus Torvalds2022-12-251-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2569-97/+97
* Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\
| * spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \
| * | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | | Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2022-12-231-1/+1
|\ \ \
| * | | scripts: coccicheck: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-09-211-1/+1
* | | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-237-21/+36
|\ \ \ \
| * | | | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| * | | | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
| * | | | security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor2022-12-141-0/+3
| * | | | lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko2022-12-141-1/+5
| * | | | docs: Fix path paste-o for /sys/kernel/warn_countKees Cook2022-12-141-1/+1
| * | | | LoadPin: Ignore the "contents" argument of the LSM hooksKees Cook2022-12-141-12/+18
* | | | | Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-233-4/+6
|\ \ \ \ \
| * | | | | pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
| * | | | | pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2022-12-231-0/+1
| * | | | | pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2022-12-141-3/+4
* | | | | | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-232-2/+6
|\ \ \ \ \ \
| * | | | | | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
| * | | | | | ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocationsChristoph Hellwig2022-12-211-2/+2
* | | | | | | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-2315-38/+42
|\ \ \ \ \ \ \
| * | | | | | | 9p/client: fix data race on req->statusDominique Martinet2022-12-135-21/+23
| * | | | | | | net/9p: fix response size check in p9_check_errors()Christian Schoenebeck2022-12-061-4/+3
| * | | | | | | net/9p: distinguish zero-copy requestsChristian Schoenebeck2022-12-062-0/+8
| * | | | | | | 9p/xen: do not memcpy header into req->rcDominique Martinet2022-12-031-1/+3
| * | | | | | | 9p: set req refcount to zero to avoid uninitialized usageSchspa Shi2022-12-021-0/+5
| * | | | | | | 9p/net: Remove unneeded idr.h #includeChristophe JAILLET2022-12-023-3/+0
| * | | | | | | 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-029-9/+0