summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge up fixes from mainlineMark Brown2023-07-2318-50/+69
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-231-1/+1
| |\
| | * Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-231-1/+1
| | |\
| | | * KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-131-1/+1
| * | | Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-232-14/+5
| |\ \ \
| | * | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-101-0/+1
| | * | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-101-8/+4
| | * | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-6/+0
| | | |/ | | |/|
| * | | Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-2/+0
| |\ \ \
| | * | | blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou2023-07-201-2/+0
| * | | | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2013-33/+60
| |\ \ \ \
| | * \ \ \ Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-201-2/+5
| | |\ \ \ \
| | | * | | | Bluetooth: coredump: fix building with coredump disabledArnd Bergmann2023-07-201-2/+0
| | | * | | | Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-0/+5
| | * | | | | tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-201-1/+1
| | * | | | | tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-1/+5
| | * | | | | tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+7
| | * | | | | tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+7
| | * | | | | tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-2/+5
| | |/ / / /
| | * | | | llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima2023-07-201-1/+1
| | * | | | rsi: remove kernel-doc comment markerRandy Dunlap2023-07-141-1/+1
| | * | | | pie: fix kernel-doc notation warningRandy Dunlap2023-07-141-1/+1
| | * | | | net: NSH: fix kernel-doc notation warningRandy Dunlap2023-07-141-1/+1
| | * | | | net: llc: fix kernel-doc notation warningsRandy Dunlap2023-07-141-2/+4
| | * | | | inet: frags: eliminate kernel-doc warningRandy Dunlap2023-07-141-1/+1
| | * | | | devlink: fix kernel-doc notation warningsRandy Dunlap2023-07-141-12/+16
| | * | | | codel: fix kernel-doc notation warningsRandy Dunlap2023-07-141-2/+2
| | * | | | net: cfg802154: fix kernel-doc notation warningsRandy Dunlap2023-07-141-1/+2
| | * | | | net: bonding: remove kernel-doc comment markerRandy Dunlap2023-07-141-1/+1
| * | | | | Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-191-0/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | fuse: add feature flag for expire-onlyMiklos Szeredi2023-06-071-0/+3
* | | | | | ASoC: Improve coverage in default KUnit runsMark Brown2023-07-1919-26/+141
|\ \ \ \ \ \
| * | | | | | platform: Provide stubs for !HAS_IOMEM buildsMark Brown2023-07-181-0/+28
| * | | | | | driver core: Provide stubs for !IOMEM buildsMark Brown2023-07-181-0/+26
| |/ / / / /
| * | | | | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-162-2/+6
| |\ \ \ \ \
| | * | | | | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-102-2/+6
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-161-1/+0
| |\ \ \ \ \
| | * | | | | vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountPetr Pavlu2023-07-111-1/+0
| | |/ / / /
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-07-142-0/+26
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-112-0/+26
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | scsi: ufs: core: Add support for qTimestamp attributeArthur Simchaev2023-07-052-0/+26
| * | | | | | Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds2023-07-143-4/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-07-131-1/+1
| | |\ \ \ \ \
| | | * | | | | nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar2023-07-101-1/+1
| | * | | | | | block: remove dead struc request->completion_data fieldJens Axboe2023-07-101-3/+3
| | |/ / / / /
| | * | | | | blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-051-0/+1
| * | | | | | Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-07-142-4/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard2023-07-11551-6583/+23013
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | dma-buf: keep the signaling time of merged fences v3Christian König2023-07-031-1/+1
| | * | | | | drm/sched: Call drm_sched_fence_set_parent() from drm_sched_fence_scheduled()Boris Brezillon2023-06-261-3/+2