summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-201-1/+0
|\
| * blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai2022-08-181-1/+0
* | Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-08-201-1/+2
|\ \
| * | ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry2022-08-211-1/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-191-32/+34
|\ \ \
| * | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-29/+31
| * | | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-3/+3
| |/ /
* | | Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linuxLinus Torvalds2022-08-191-3/+23
|\ \ \
| * | | lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-0/+19
| * | | cpumask: align signatures of UP implementationsSander Vanheule2022-08-151-3/+4
| |/ /
* | | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-184-16/+191
|\ \ \
| * | | net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-171-4/+62
| * | | net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-171-8/+97
| * | | net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-171-1/+1
| * | | net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-171-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-1/+1
| |\ \ \
| | * | | netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-1/+1
| * | | | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-0/+25
| * | | | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-0/+1
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-173-32/+22
|\ \ \ \ \
| * | | | | virtio: kerneldocs fixes and enhancementsRicardo Cañuelo2022-08-163-11/+17
| * | | | | virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-9/+5
| * | | | | virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin2022-08-161-12/+0
| | |_|/ / | |/| | |
* / | | | locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-161-6/+0
|/ / / /
* | | | radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov2022-08-141-1/+1
* | | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-142-0/+21
|\ \ \ \
| * | | | x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-122-0/+21
* | | | | Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-131-1/+1
|\ \ \ \ \
| * | | | | time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam2022-08-091-1/+1
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-133-2/+7
|\ \ \ \ \ \
| * | | | | | scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-011-0/+3
| * | | | | | scsi: core: Make sure that targets outlive devicesBart Van Assche2022-08-011-0/+2
| * | | | | | scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov2022-08-011-2/+2
* | | | | | | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-133-11/+8
|\ \ \ \ \ \ \
| * | | | | | | io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-1/+8
| * | | | | | | fs: don't randomize struct kiocb fieldsKeith Busch2022-08-121-5/+0
| * | | | | | | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-5/+0
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-1213-19/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | vhost-vdpa: uAPI to suspend the deviceEugenio Pérez2022-08-111-0/+9
| * | | | | | | | vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez2022-08-111-0/+2
| * | | | | | | | vdpa: Add suspend operationEugenio Pérez2022-08-111-0/+4
| * | | | | | | | vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen2022-08-111-0/+8
| * | | | | | | | vduse: Support querying information of IOVA regionsXie Yongji2022-08-111-0/+24
| * | | | | | | | vduse: Support registering userspace memory for IOVA regionsXie Yongji2022-08-111-0/+23
| * | | | | | | | net: virtio_net: notifications coalescing supportAlvaro Karsz2022-08-111-1/+33
| * | | | | | | | virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo2022-08-111-0/+12
| * | | | | | | | virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-5/+9
| * | | | | | | | virtio_pci: introduce helper to get/set queue resetXuan Zhuo2022-08-111-0/+2
| * | | | | | | | virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo2022-08-112-1/+2
| * | | | | | | | virtio_ring: struct virtqueue introduce resetXuan Zhuo2022-08-111-0/+2