summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook2022-07-123-0/+31
* bus: mhi: Fix pm_state conversion to stringPaul Davey2022-07-122-5/+7
* bus: mhi: core: Use correctly sized arguments for bit fieldKees Cook2022-07-121-1/+2
* serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang2022-07-121-2/+4
* powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin2022-07-121-9/+16
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2022-07-1215-126/+94
* powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy2022-07-121-2/+2
* scsi: qla2xxx: Fix loss of NVMe namespaces after driver reload testArun Easi2022-07-121-8/+19
* KVM: s390x: fix SCK lockingClaudio Imbrenda2022-07-123-6/+32
* btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu2022-07-121-7/+6
* KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-07-124-7/+7
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2022-07-122-0/+55
* Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2022-07-125-1/+47
* mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-07-121-1/+2
* batman-adv: Use netif_rx().Sebastian Andrzej Siewior2022-07-121-1/+1
* iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen2022-07-121-2/+2
* riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt2022-07-121-0/+1
* NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever2022-07-123-25/+38
* NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever2022-07-121-6/+5
* drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwCHANDAN VURDIGERE NATARAJ2022-07-121-0/+2
* drm/amd/display: Set min dcfclk if pipe count is 0Michael Strauss2022-07-123-2/+70
* drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong2022-07-121-4/+2
* drbd: Fix double free problem in drbd_create_deviceWu Bo2022-07-121-3/+1
* drbd: add error handling support for add_disk()Luis Chamberlain2022-07-121-1/+5
* btrfs: remove device item and update super block in the same transactionQu Wenruo2022-07-121-37/+28
* btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2022-07-123-36/+48
* btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2022-07-122-32/+68
* btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2022-07-125-65/+112
* vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen2022-07-121-2/+5
* gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher2022-07-121-0/+1
* scsi: qla2xxx: Fix crash during module load unload testArun Easi2022-07-121-0/+2
* scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran2022-07-123-35/+13
* scsi: qla2xxx: Fix laggy FC remote port session recoveryQuinn Tran2022-07-122-3/+18
* scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueueManish Rangankar2022-07-123-44/+40
* KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hookSean Christopherson2022-07-121-7/+2
* KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmappingSean Christopherson2022-07-121-1/+1
* clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3Lad Prabhakar2022-07-121-2/+2
* cxl/port: Hold port reference until decoder releaseDan Williams2022-07-121-0/+4
* mt76: mt7921: do not always disable fw runtime-pmLorenzo Bianconi2022-07-121-2/+1
* mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition errorSean Wang2022-07-121-1/+1
* media: davinci: vpif: fix use-after-free on driver unbindJohan Hovold2022-07-121-26/+71
* media: omap3isp: Use struct_group() for memcpy() regionKees Cook2022-07-122-10/+16
* stddef: Introduce struct_group() helper macroKees Cook2022-07-123-0/+76
* block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-07-124-13/+15
* block: only mark bio as tracked if it really is trackedJens Axboe2022-07-121-2/+3
* block: use bdev_get_queue() in bio.cPavel Begunkov2022-07-121-5/+5
* io_uring: ensure that fsnotify is always calledJens Axboe2022-07-121-1/+7
* virtio-blk: avoid preallocating big SGL for dataMax Gurtovoy2022-07-122-56/+101
* ibmvnic: Allow queueing resets during probeSukadev Bhattiprolu2022-07-122-10/+98
* ibmvnic: clear fop when retrying probeSukadev Bhattiprolu2022-07-121-0/+5