summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen2022-04-151-0/+17
| * | | | | | | tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2022-04-152-17/+20
| * | | | | | | MAINTAINERS: Broadcom internal lists aren't maintainersJoe Perches2022-04-151-32/+32
* | | | | | | | Merge tag 'for-5.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-164-40/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: fix bio length of empty flushShin'ichiro Kawasaki2022-04-151-0/+1
| * | | | | | | | dm: allow dm_accept_partial_bio() for dm_io without duplicate biosMike Snitzer2022-04-151-11/+6
| * | | | | | | | dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer2022-04-131-21/+28
| * | | | | | | | dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov2022-04-131-6/+5
| * | | | | | | | dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka2022-04-131-2/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | 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