summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | io_uring: remove sqo_taskPavel Begunkov2021-03-041-10/+0
| * | | | io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov2021-03-041-37/+8
| * | | | io_uring: ignore double poll add on the same waitqueue headJens Axboe2021-03-041-0/+3
| * | | | io_uring: ensure that SQPOLL thread is started for exitJens Axboe2021-03-041-3/+3
| * | | | io_uring: replace cmpxchg in fallback with xchgPavel Begunkov2021-03-041-6/+2
| * | | | io_uring: fix __tctx_task_work() ctx racePavel Begunkov2021-03-041-17/+19
| * | | | io_uring: kill io_uring_flush()Jens Axboe2021-03-041-47/+0
| * | | | io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe2021-03-041-1/+0
| * | | | io_uring: move cred assignment into io_issue_sqe()Jens Axboe2021-03-043-81/+22
| * | | | io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe2021-03-041-11/+1
| * | | | io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe2021-03-041-3/+3
| * | | | io_uring: destroy io-wq on execPavel Begunkov2021-03-042-10/+11
| * | | | io_uring: warn on not destroyed io-wqPavel Begunkov2021-03-041-0/+2
| * | | | io_uring: fix race condition in task_work add and clearJens Axboe2021-03-041-2/+2
| * | | | io-wq: provide an io_wq_put_and_exit() helperJens Axboe2021-03-043-11/+21
| * | | | io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe2021-03-041-1/+4
| * | | | io_uring: run fallback on cancellationPavel Begunkov2021-03-041-1/+6
| * | | | io_uring: SQPOLL stop error handling fixesJens Axboe2021-03-041-7/+18
| * | | | io-wq: fix double put of 'wq' in error pathJens Axboe2021-03-041-2/+0
| * | | | io-wq: wait for manager exit on wq destroyJens Axboe2021-03-041-1/+6
| * | | | io-wq: rename wq->done completion to wq->startedJens Axboe2021-03-041-4/+4
| * | | | io-wq: don't ask for a new worker if we're exitingJens Axboe2021-03-041-0/+2
| * | | | io-wq: have manager wait for all workers to exitJens Axboe2021-03-041-8/+22
| * | | | io-wq: wait for worker startup when forking a new oneJens Axboe2021-03-011-0/+4
| |/ / /
* | | | Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-03-053-26/+41
|\ \ \ \
| * \ \ \ Merge branch 'powercap'Rafael J. Wysocki2021-03-052-1/+4
| |\ \ \ \
| | * | | | powercap/drivers/dtpm: Add the experimental label to the option descriptionDaniel Lezcano2021-03-011-1/+1
| | * | | | powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano2021-03-011-0/+3
| | |/ / /
| * / / / PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-011-25/+37
| |/ / /
* | | | Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-03-051-3/+3
|\ \ \ \
| * | | | ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko2021-03-031-3/+3
| |/ / /
* | | | Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-054-14/+87
|\ \ \ \
| * | | | iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu2021-03-041-2/+2
| * | | | iommu: Don't use lazy flush for untrusted deviceLu Baolu2021-03-041-7/+8
| * | | | iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen2021-03-041-1/+71
| * | | | iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin2021-03-041-4/+6
* | | | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0512-25/+87
|\ \ \ \ \
| * | | | | btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
| * | | | | btrfs: zoned: use sector_t for zone sectorsNaohiro Aota2021-03-041-2/+2
| * | | | | btrfs: subpage: fix the false data csum mismatch errorQu Wenruo2021-03-021-5/+16
| * | | | | btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-021-4/+27
| * | | | | btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-022-2/+3
| * | | | | btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-022-4/+6
| * | | | | btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
| * | | | | btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
| * | | | | btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-021-1/+18
| * | | | | btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-021-1/+4
| * | | | | btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap2021-03-021-2/+2
* | | | | | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-057-40/+25
|\ \ \ \ \ \
| * | | | | | dt-bindings: media: Use graph and video-interfaces schemas, round 2Rob Herring2021-03-015-38/+24