This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5168afe6ef59 Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/li [...] new 00289cd87676 drivers/base: Introduce kill_device() new 8aac0e233891 libnvdimm/bus: Prevent duplicate device_unregister() calls new 700cd033a82d libnvdimm/region: Register badblocks before namespaces new 6de5d06e657a libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant new b70d31d054ee libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __n [...] new ca6bf264f6d8 libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock new 87a30e1f05d7 driver-core, libnvdimm: Let device subsystems add local lo [...] new 523634db145a Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.or [...] new c7842d1080a3 dt-bindings: clk: allwinner,sun4i-a10-ccu: Correct path in $id new 50ce73cfbb4a dt-bindings: interrupt-controller: al-fic: remove redundan [...] new f1765a1819ff of: Fix typo in kerneldoc new c61f0256964b dt-bindings: nvmem: Add YAML schemas for the generic NVMEM [...] new ce842e73bccf dt-bindings: nvmem: SID: Fix the examples node names new e1ff7390f58e dt-bindings: Fix more $id value mismatches filenames new 5efbd93708df Merge tag 'devicetree-fixes-for-5.3-2' of git://git.kernel [...] new 6abe28197024 s390: enable detection of kernel version from bzImage new a6ec414a4dd5 s390/qdio: add sanity checks to the fast-requeue path new 69e96207ebf9 s390/qdio: restrict QAOB usage to IQD unicast queues new c9f597a4d6d7 vfio-ccw: Fix misleading comment when setting orb.cmd.c64 new 8b515be512a2 vfio-ccw: Fix memory leak and don't call cp_free in cp_init new c1ab69268d12 vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa [...] new f4c9939433bd vfio-ccw: Don't call cp_free if we are processing a channe [...] new 127e62174041 vfio-ccw: Update documentation for csch/hsch new 4c4cbbaa693a Documentation: fix vfio-ccw doc new eed341976014 Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/ [...] new 3f4b04e3cfd4 s390/hypfs: fix a typo in the name of a function new 061c99623949 s390: use __u{16,32,64} instead of uint{16,32,64}_t in uap [...] new a963609e2778 kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uap [...] new 5518aed82d2a s390: wire up clone3 system call new 0a5c3c2f4766 s390/bitops: make test functions return bool new 9779048d71b1 s390/kasan: add bitops instrumentation new 1a2dcff88105 s390/dma: provide proper ARCH_ZONE_DMA_BITS value new 4f419eb14272 virtio/s390: fix race on airq_areas[] new ac7a0fcea39d s390/mm: use shared variables for sysctl range check new 98abe0227827 MAINTAINERS: vfio-ccw: Remove myself as the maintainer new 43e317c1bbdf Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/lin [...]
The 36 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: Documentation/devicetree/bindings/arm/renesas.yaml | 2 +- .../bindings/arm/socionext/milbeaut.yaml | 2 +- .../devicetree/bindings/arm/ti/ti,davinci.yaml | 2 +- .../bindings/clock/allwinner,sun4i-a10-ccu.yaml | 2 +- .../intel,ixp4xx-network-processing-engine.yaml | 2 +- .../devicetree/bindings/iio/accel/adi,adxl345.yaml | 2 +- .../devicetree/bindings/iio/accel/adi,adxl372.yaml | 2 +- .../interrupt-controller/amazon,al-fic.txt | 16 +- .../intel,ixp4xx-interrupt.yaml | 2 +- ...er.yaml => intel,ixp4xx-ahb-queue-manager.yaml} | 2 +- .../bindings/net/allwinner,sun8i-a83t-emac.yaml | 2 +- .../bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 4 +- .../devicetree/bindings/nvmem/nvmem-consumer.yaml | 45 +++++ Documentation/devicetree/bindings/nvmem/nvmem.txt | 81 +------- Documentation/devicetree/bindings/nvmem/nvmem.yaml | 93 +++++++++ .../phy/allwinner,sun6i-a31-mipi-dphy.yaml | 2 +- .../bindings/timer/intel,ixp4xx-timer.yaml | 2 +- Documentation/s390/vfio-ccw.rst | 31 ++- MAINTAINERS | 1 - arch/s390/boot/Makefile | 2 +- arch/s390/boot/boot.h | 1 + arch/s390/boot/head.S | 1 + arch/s390/boot/version.c | 7 + arch/s390/hypfs/hypfs_vm.c | 4 +- arch/s390/include/asm/bitops.h | 73 +++---- arch/s390/include/asm/page.h | 2 + arch/s390/include/asm/setup.h | 4 +- arch/s390/include/asm/unistd.h | 1 + arch/s390/include/uapi/asm/zcrypt.h | 35 ++-- arch/s390/kernel/syscalls/syscall.tbl | 2 +- arch/s390/mm/pgalloc.c | 6 +- drivers/acpi/nfit/core.c | 28 +-- drivers/acpi/nfit/nfit.h | 24 +++ drivers/base/core.c | 30 ++- drivers/nvdimm/btt_devs.c | 16 +- drivers/nvdimm/bus.c | 210 ++++++++++++++------- drivers/nvdimm/core.c | 10 +- drivers/nvdimm/dimm_devs.c | 4 +- drivers/nvdimm/namespace_devs.c | 36 ++-- drivers/nvdimm/nd-core.h | 71 ++++++- drivers/nvdimm/pfn_devs.c | 24 +-- drivers/nvdimm/pmem.c | 4 +- drivers/nvdimm/region.c | 24 +-- drivers/nvdimm/region_devs.c | 12 +- drivers/s390/cio/qdio_main.c | 24 ++- drivers/s390/cio/vfio_ccw_cp.c | 28 +-- drivers/s390/cio/vfio_ccw_drv.c | 2 +- drivers/s390/virtio/virtio_ccw.c | 4 + include/linux/device.h | 6 + include/linux/of.h | 2 +- usr/include/Makefile | 4 - 51 files changed, 644 insertions(+), 352 deletions(-) rename Documentation/devicetree/bindings/misc/{intel,ixp4xx-queue-manager.yaml => [...] create mode 100644 Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml create mode 100644 Documentation/devicetree/bindings/nvmem/nvmem.yaml create mode 100644 arch/s390/boot/version.c