This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4b972a01a7da Linux 5.2-rc6 new 461e274b2821 auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero() new f4bb1f895aa0 auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero() new 9216514602ac Merge tag 'auxdisplay-for-linus-v5.2-rc7' of git://github. [...] new ca72d88378b2 powerpc/mm/64s/hash: Reallocate context ids on fork new 16391bfc8623 selftests/powerpc: Add test of fork with mapping above 512TB new 65565a68c582 Merge branch 'context-id-fix' into fixes new 26df62aaae9f Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/ [...] new b2b5921fe4b3 mtd: rawnand: initialize ntargets with maxchips new 191f5c2ed4b6 mtd: spi-nor: use 16-bit WRR command when QE is set on spa [...] new 39071cf828b4 Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/ [...]
The 10 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/mm/book3s64/mmu_context.c | 55 ++++++++-- drivers/auxdisplay/cfag12864bfb.c | 5 +- drivers/auxdisplay/ht16k33.c | 4 +- drivers/mtd/nand/raw/nand_base.c | 3 +- drivers/mtd/spi-nor/spi-nor.c | 119 +++++++++++++++++++-- include/linux/mtd/spi-nor.h | 3 + tools/testing/selftests/powerpc/mm/.gitignore | 3 +- tools/testing/selftests/powerpc/mm/Makefile | 4 +- .../powerpc/mm/large_vm_fork_separation.c | 87 +++++++++++++++ 9 files changed, 257 insertions(+), 26 deletions(-) create mode 100644 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c