summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-1510-22/+48
|\
| * Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18Jens Axboe2022-04-153-8/+33
| |\
| | * nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig2022-04-151-1/+4
| | * nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig2022-04-151-0/+4
| | * nvme: add a quirk to disable namespace identifiersChristoph Hellwig2022-04-152-6/+23
| | * nvme: don't print verbose errors for internal passthrough requestsChaitanya Kulkarni2022-04-151-1/+2
| * | block: don't print I/O error warning for dead disksChristoph Hellwig2022-04-151-1/+2
| * | block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-151-1/+1
| |/
| * block: null_blk: end timed out poll requestMing Lei2022-04-141-1/+1
| * block: fix offset/size check in bio_trim()Ming Lei2022-04-141-1/+1
| * asm-generic: fix __get_unaligned_be48() on 32 bit platformsAlexander Lobakin2022-04-131-1/+1
| * block: move lower_48_bits() to blockKeith Busch2022-04-122-9/+9
* | Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-153-41/+59
|\ \
| * | io_uring: abort file assignment prior to assigning credsJens Axboe2022-04-151-2/+3
| * | io_uring: fix poll error reportingPavel Begunkov2022-04-131-3/+2
| * | io_uring: fix poll file assign deadlockPavel Begunkov2022-04-131-1/+2
| * | io_uring: use right issue_flags for splice/teePavel Begunkov2022-04-131-2/+2
| * | io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken2022-04-121-0/+2
| * | io_uring: verify resv is 0 in ringfd register/unregisterDylan Yudaken2022-04-121-1/+6
| * | io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken2022-04-121-2/+3
| * | io_uring: move io_uring_rsrc_update2 validationDylan Yudaken2022-04-121-2/+2
| * | io_uring: fix assign file locking issuePavel Begunkov2022-04-121-4/+6
| * | io_uring: stop using io_wq_work as an fd placeholderJens Axboe2022-04-122-5/+8
| * | io_uring: move apoll->events cacheJens Axboe2022-04-121-9/+12
| * | io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe2022-04-121-11/+10
| * | io_uring: flag the fact that linked file assignment is saneJens Axboe2022-04-112-1/+3
* | | Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-04-151-8/+17
|\ \ \
| * | | testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev2022-04-121-8/+17
* | | | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git://git.kernel.org/pub...Linus Torvalds2022-04-157-45/+176
|\ \ \ \
| * | | | perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev2022-04-141-33/+95
| * | | | perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-143-2/+58
| * | | | perf record: Fix per-thread optionAlexey Bayduraev2022-04-141-5/+17
| * | | | perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-141-2/+1
| * | | | perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi2022-04-141-1/+2
| * | | | perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-131-2/+3
* | | | | Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-1521-70/+147
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-drm-fixes-5.18-2022-04-13' of https://gitlab.freedesktop.org/a...Dave Airlie2022-04-148-21/+37
| |\ \ \ \ \
| | * | | | | drm/amd/display: remove dtbclk_ss compensation for dcn316Charlene Liu2022-04-143-4/+4
| | * | | | | drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń2022-04-141-0/+2
| | * | | | | drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng2022-04-141-6/+12
| | * | | | | drm/amdgpu: fix VCN 3.1.2 firmware nameAlex Deucher2022-04-141-1/+1
| | * | | | | drm/amd/display: don't ignore alpha property on pre-multiplied modeMelissa Wen2022-04-142-10/+18
| * | | | | | Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2022-04-1412-48/+109
| |\ \ \ \ \ \
| | * | | | | | drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEPNathan Chancellor2022-04-121-5/+2
| | * | | | | | drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh2022-04-113-10/+17
| | * | | | | | drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()Stephen Boyd2022-04-111-1/+1
| | * | | | | | drm/msm: Stop using iommu_present()Robin Murphy2022-04-111-1/+1
| | * | | | | | drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang2022-04-111-0/+3
| | * | | | | | drm/msm: Fix range size vs end confusionRob Clark2022-04-111-1/+1
| | * | | | | | drm/msm/dpu: Use indexed array initializer to prevent mismatchesMarijn Suijten2022-04-061-17/+17