aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-15nvme: add a quirk to disable namespace identifiersGravatar Christoph Hellwig 2-6/+23
2022-04-15nvme: don't print verbose errors for internal passthrough requestsGravatar Chaitanya Kulkarni 1-1/+2
2022-04-14io_uring: abort file assignment prior to assigning credsGravatar Jens Axboe 1-2/+3
2022-04-14dm: allow dm_accept_partial_bio() for dm_io without duplicate biosGravatar Mike Snitzer 1-11/+6
2022-04-14Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 21-70/+147
2022-04-14Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-50/+76
2022-04-14Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-20/+35
2022-04-14VFS: filename_create(): fix incorrect intent.Gravatar NeilBrown 1-12/+10
2022-04-15Merge tag 'amd-drm-fixes-5.18-2022-04-13' of https://gitlab.freedesktop.org/a...Gravatar Dave Airlie 8-21/+37
2022-04-14dt-bindings: display: panel-timing: Define a single type for propertiesGravatar Rob Herring 1-24/+18
2022-04-14ARM: config: Update Gemini defconfigGravatar Linus Walleij 1-1/+4
2022-04-14arm64: dts: qcom/sdm845-shift-axolotl: Fix boolean properties with valuesGravatar Rob Herring 1-1/+1
2022-04-14ARM: dts: align SPI NOR node name with dtschemaGravatar Krzysztof Kozlowski 6-7/+7
2022-04-14ARM: dts: Fix more boolean properties with valuesGravatar Rob Herring 4-8/+8
2022-04-14Merge tag 'ux500-defconfig-soc-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 1-4/+15
2022-04-14Merge tag 's390-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 11-18/+43
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 56-185/+292
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 55-124/+506
2022-04-14dt-bindings: Fix array constraints on scalar propertiesGravatar Rob Herring 8-17/+4
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-23/+49
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-40/+53
2022-04-14block: null_blk: end timed out poll requestGravatar Ming Lei 1-1/+1
2022-04-14block: fix offset/size check in bio_trim()Gravatar Ming Lei 1-1/+1
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KGravatar Athira Rajeev 1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineGravatar Athira Rajeev 3-2/+58
2022-04-14perf record: Fix per-thread optionGravatar Alexey Bayduraev 1-5/+17
2022-04-14gpio: sim: fix setting and getting multiple linesGravatar Bartosz Golaszewski 1-2/+2
2022-04-14net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Gravatar Jeremy Linton 1-2/+2
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesGravatar Petr Machata 1-0/+3
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsGravatar Vladimir Oltean 1-0/+23
2022-04-14tun: annotate access to queue->trans_startGravatar Antoine Tenart 1-1/+1
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbGravatar Ronnie Sahlberg 1-3/+3
2022-04-14Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.freedesktop.org/drm/ms...Gravatar Dave Airlie 12-48/+109
2022-04-14Merge tag 'drm-intel-fixes-2022-04-13' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 1-1/+1
2022-04-14dma-direct: avoid redundant memory sync for swiotlbGravatar Chao Gao 1-1/+2
2022-04-13drm/amd/display: remove dtbclk_ss compensation for dcn316Gravatar Charlene Liu 3-4/+4
2022-04-13drm/amdgpu: Enable gfxoff quirk on MacBook ProGravatar Tomasz Moń 1-0/+2
2022-04-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetGravatar Kai-Heng Feng 1-6/+12
2022-04-13drm/amdgpu: fix VCN 3.1.2 firmware nameGravatar Alex Deucher 1-1/+1
2022-04-13drm/amd/display: don't ignore alpha property on pre-multiplied modeGravatar Melissa Wen 2-10/+18
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayGravatar Adrian Hunter 1-2/+1
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Gravatar Lv Ruyi 1-1/+2
2022-04-13cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateGravatar Steven Price 1-18/+18
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedGravatar Jason Gunthorpe 2-50/+76
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioGravatar Mike Snitzer 1-21/+28
2022-04-13dm mpath: only use ktime_get_ns() in historical selectorGravatar Khazhismel Kumykov 1-6/+5
2022-04-13cifs: potential buffer overflow in handling symlinksGravatar Harshit Mogalapalli 1-0/+3
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Gravatar Nadav Amit 1-1/+1
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeGravatar Mikulas Patocka 1-2/+5
2022-04-13io_uring: fix poll error reportingGravatar Pavel Begunkov 1-3/+2