summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.15v5.15Linus Torvalds2021-10-311-2/+2
* Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub...Linus Torvalds2021-10-313-6/+12
|\
| * perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang2021-10-311-1/+1
| * perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa2021-10-311-1/+1
| * perf script: Check session->header.env.arch before using itSong Liu2021-10-311-4/+8
| * perf build: Suppress 'rm dlfilter' build messageAdrian Hunter2021-10-311-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-316-25/+61
|\ \ | |/ |/|
| * KVM: x86: Take srcu lock in post_kvm_run_save()David Woodhouse2021-10-281-0/+8
| * KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini2021-10-271-3/+12
| * KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()David Woodhouse2021-10-251-5/+22
| * Merge tag 'kvm-s390-master-5.15-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-10-252-2/+4
| |\
| | * KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic2021-10-201-2/+3
| | * KVM: s390: clear kicked_mask before sleeping againHalil Pasic2021-10-201-0/+1
| * | KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse2021-10-252-15/+15
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-10-306-295/+15
|\ \ \
| * | | scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman2021-10-303-288/+4
| * | | scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen2021-10-291-3/+6
| * | | scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park2021-10-201-3/+3
| * | | scsi: ibmvfc: Fix up duplicate response detectionBrian King2021-10-201-1/+2
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-301-5/+5
|\ \ \ \
| * | | | clk: composite: Also consider .determine_rate for rate + mux compositesMartin Blumenstingl2021-10-181-5/+5
* | | | | Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-304-13/+11
|\ \ \ \ \
| * | | | | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-293-2/+10
| * | | | | riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti2021-10-291-11/+0
| * | | | | riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
* | | | | | Merge tag 'powerpc-5.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-291-13/+14
|\ \ \ \ \ \
| * | | | | | powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is presentAlexey Kardashevskiy2021-10-251-6/+6
| * | | | | | powerpc/pseries/iommu: Check if the default window in use before removing itAlexey Kardashevskiy2021-10-251-6/+6
| * | | | | | powerpc/pseries/iommu: Use correct vfree for it_mapAlexey Kardashevskiy2021-10-251-1/+2
* | | | | | | Merge tag 'gpio-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-292-1/+6
|\ \ \ \ \ \ \
| * | | | | | | gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi2021-10-251-0/+5
| * | | | | | | gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski2021-10-251-1/+1
* | | | | | | | Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-295-20/+51
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'nvme-5.15-2021-10-28' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-10-282-5/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvmet-tcp: fix header digest verificationAmit Engel2021-10-271-1/+1
| | * | | | | | | | nvmet-tcp: fix data digest pointer calculationVarun Prakash2021-10-271-1/+1
| | * | | | | | | | nvme-tcp: fix data digest pointer calculationVarun Prakash2021-10-271-1/+1
| | * | | | | | | | nvme-tcp: fix possible req->offset corruptionVarun Prakash2021-10-271-1/+2
| | * | | | | | | | nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg2021-10-261-1/+3
| | * | | | | | | | nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi2021-10-261-0/+3
| * | | | | | | | | block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki2021-10-271-1/+19
| * | | | | | | | | block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota2021-10-261-4/+9
| * | | | | | | | | block: drain queue after disk is removed from sysfsMing Lei2021-10-261-10/+12
| |/ / / / / / / /
* | | | | | | | | Merge tag 'mmc-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-10-299-39/+104
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mmc: tmio: reenable card irqs after the reset callbackWolfram Sang2021-10-281-5/+12
| * | | | | | | | | mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei2021-10-281-19/+19
| * | | | | | | | | mmc: cqhci: clear HALT state after CQE enableWenbin Mei2021-10-261-0/+3
| * | | | | | | | | mmc: vub300: fix control-message timeoutsJohan Hovold2021-10-261-9/+9
| * | | | | | | | | mmc: dw_mmc: exynos: fix the finding clock sample valueJaehoon Chung2021-10-261-0/+14
| * | | | | | | | | mmc: winbond: don't build on M68KRandy Dunlap2021-10-191-1/+1