aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-08Merge tag 'samsung-defconfig-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/defconfigArnd Bergmann2-2/+13
2020-12-08Merge tag 'qcom-arm64-defconfig-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfigArnd Bergmann1-0/+4
2020-12-08Merge tag 'ti-k3-config-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/defconfigArnd Bergmann1-0/+2
2020-12-08Merge tag 'arm-soc/for-5.11/defconfig-arm64' of https://github.com/Broadcom/stblinux into arm/defconfigArnd Bergmann1-0/+4
2020-12-08Merge tag 'arm-soc/for-5.11/defconfig' of https://github.com/Broadcom/stblinux into arm/defconfigArnd Bergmann1-0/+4
2020-12-08Merge tag 'sunxi-config64-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/defconfigArnd Bergmann1-0/+1
2020-12-08bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko1-1/+4
2020-12-08Merge tag 'sunxi-config-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/defconfigArnd Bergmann1-0/+1
2020-12-08xsk: Validate socket state in xsk_recvmsg, prior touching socket membersBjörn Töpel1-2/+2
2020-12-08Merge tag 'at91-defconfig-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/defconfigArnd Bergmann2-0/+14
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn1-1/+0
2020-12-08platform/x86: ISST: Mark mmio_range_devid_0 and mmio_range_devid_1 with static keywordZou Wei1-2/+2
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy11-68/+4
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon11-37/+65
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon9-834/+351
2020-12-08Merge branch 'for-next/iommu/tegra-smmu' into for-next/iommu/coreWill Deacon1-152/+88
2020-12-08drm/i915/gt: Declare gen9 has 64 mocs entries!Chris Wilson1-4/+3
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon11-23/+468
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon3-21/+33
2020-12-08drm/i915/display/dp: Compute the correct slice count for VDSC on DPManasi Navare1-1/+1
2020-12-08drm/i915: fix size_t greater or equal to zero comparisonColin Ian King1-1/+1
2020-12-08drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson1-1/+3
2020-12-08drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson1-0/+3
2020-12-08drm/i915/gem: Propagate error from cancelled submit due to context closureChris Wilson1-2/+5
2020-12-08drm/i915/gem: Check the correct variable in selftestDan Carpenter1-2/+2
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon2-73/+46
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon3-17/+268
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota2-0/+8
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2-3/+3
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov1-2/+2
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov1-21/+12
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov1-17/+7
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov1-14/+7
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana1-2/+11
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba1-160/+173
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba1-3/+7
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo1-6/+1
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo1-1/+5
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo3-3/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo1-5/+3
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo3-46/+42
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpage()Qu Wenruo1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo1-34/+73
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo1-15/+11
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix1-1/+1
2020-12-08btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov1-22/+8
2020-12-08btrfs: remove useless return value statement in split_nodeNikolay Borisov1-2/+1