summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2022-04-15nvme: don't print verbose errors for internal passthrough requestsChaitanya Kulkarni
2022-04-14io_uring: abort file assignment prior to assigning credsJens Axboe
2022-04-14dm: allow dm_accept_partial_bio() for dm_io without duplicate biosMike Snitzer
2022-04-14Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-04-14Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-04-14Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-04-14VFS: filename_create(): fix incorrect intent.NeilBrown
2022-04-15Merge tag 'amd-drm-fixes-5.18-2022-04-13' of https://gitlab.freedesktop.org/a...Dave Airlie
2022-04-14dt-bindings: display: panel-timing: Define a single type for propertiesRob Herring
2022-04-14ARM: config: Update Gemini defconfigLinus Walleij
2022-04-14arm64: dts: qcom/sdm845-shift-axolotl: Fix boolean properties with valuesRob Herring
2022-04-14ARM: dts: align SPI NOR node name with dtschemaKrzysztof Kozlowski
2022-04-14ARM: dts: Fix more boolean properties with valuesRob Herring
2022-04-14Merge tag 'ux500-defconfig-soc-v5.18' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2022-04-14Merge tag 's390-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-04-14dt-bindings: Fix array constraints on scalar propertiesRob Herring
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-14block: null_blk: end timed out poll requestMing Lei
2022-04-14block: fix offset/size check in bio_trim()Ming Lei
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev
2022-04-14gpio: sim: fix setting and getting multiple linesBartosz Golaszewski
2022-04-14net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Jeremy Linton
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg
2022-04-14Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2022-04-14Merge tag 'drm-intel-fixes-2022-04-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2022-04-14dma-direct: avoid redundant memory sync for swiotlbChao Gao
2022-04-13drm/amd/display: remove dtbclk_ss compensation for dcn316Charlene Liu
2022-04-13drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń
2022-04-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng
2022-04-13drm/amdgpu: fix VCN 3.1.2 firmware nameAlex Deucher
2022-04-13drm/amd/display: don't ignore alpha property on pre-multiplied modeMelissa Wen
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi
2022-04-13cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer
2022-04-13dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka
2022-04-13io_uring: fix poll error reportingPavel Begunkov