This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 02dc96ef6c25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new 34c0989c0531 iommu/amd: Fix pages leak in free_pagetable() new 6ccb72f8374e iommu/amd: Fix downgrading default page-sizes in alloc_pte() new 7f1f1683c1e2 iommu/amd: Introduce first_pte_l7() helper new cc449541f2a8 iommu/amd: Unmap all L7 PTEs when downgrading page-sizes new 0b15e02f0cc4 iommu/amd: Wait for completion of IOTLB flush in attach_device new f15d9a992f90 iommu/amd: Remove domain->updated new 3a11905b69eb iommu/amd: Remove amd_iommu_devtable_lock new f6c0bfce271b iommu/amd: Take domain->lock for complete attach/detach path new 45e528d9c479 iommu/amd: Check for busy devices earlier in attach_device() new ab7b2577f0d1 iommu/amd: Lock dev_data in attach/detach code paths new 2a78f9962565 iommu/amd: Lock code paths traversing protection_domain->dev_list new 4d2af08ed08c Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pu [...] new 127068abe85b i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 new a71e2ac1f320 i2c: riic: Clear NACK in tend isr new fd4b204a0971 i2c: i801: Bring back Block Process Call support for certa [...] new 11af27f49408 i2c: slave-eeprom: Add read only mode new 9ecb3e10a9f2 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...] new dd89d82e7514 thermal: thermal_mmio: remove some dead code new cb063a83ca32 thermal: db8500: Finalize device tree conversion new 3de9e4dff889 thermal: db8500: Use dev helper variable new 6c375eccded4 thermal: db8500: Rewrite to be a pure OF sensor new 939ca9f1751d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new a6f197f889ce powerpc/book3s64: Export has_transparent_hugepage() relate [...] new f537669978a7 libnvdimm/dax: Pick the right alignment default when creat [...] new 86aa66687442 libnvdimm: Fix endian conversion issues new cf387d9644d8 libnvdimm/altmap: Track namespace boundaries in altmap new 59f08896f058 libnvdimm/nfit_test: Fix acpi_handle redefinition new c42adf87e4e7 libnvdimm/region: Initialize bad block for volatile namespaces new 674f31a352da libnvdimm: prevent nvdimm from requesting key when securit [...] new 4c806b897d60 libnvdimm/region: Enable MAP_SYNC for volatile regions new a3c0e7b1fe1f Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.or [...]
The 31 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/powerpc/include/asm/book3s/64/radix.h | 8 +- arch/powerpc/mm/book3s64/hash_pgtable.c | 2 + arch/powerpc/mm/book3s64/radix_pgtable.c | 7 - arch/powerpc/mm/init_64.c | 17 +- drivers/i2c/busses/i2c-i801.c | 1 + drivers/i2c/busses/i2c-qcom-geni.c | 12 +- drivers/i2c/busses/i2c-riic.c | 1 + drivers/i2c/i2c-slave-eeprom.c | 14 +- drivers/iommu/amd_iommu.c | 229 ++++++++----- drivers/iommu/amd_iommu_types.h | 4 +- drivers/mfd/db8500-prcmu.c | 53 +-- drivers/nvdimm/btt.c | 8 +- drivers/nvdimm/bus.c | 2 +- drivers/nvdimm/namespace_devs.c | 7 +- drivers/nvdimm/nd.h | 6 +- drivers/nvdimm/pfn_devs.c | 77 +++-- drivers/nvdimm/region.c | 4 +- drivers/nvdimm/region_devs.c | 7 +- drivers/nvdimm/security.c | 4 + drivers/thermal/Kconfig | 2 +- drivers/thermal/db8500_thermal.c | 486 ++++++--------------------- drivers/thermal/thermal_mmio.c | 7 - include/linux/huge_mm.h | 7 +- include/linux/memremap.h | 1 + include/linux/platform_data/db8500_thermal.h | 29 -- tools/testing/nvdimm/test/nfit_test.h | 4 +- 26 files changed, 384 insertions(+), 615 deletions(-) delete mode 100644 include/linux/platform_data/db8500_thermal.h