This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 18fd049731e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm [...] new 7e772dad9913 alpha: Use generic <asm-generic/io.h> new 2c230431e1e8 sparc: Fix the generic IO helpers new 77bfc8bdb5a1 parisc: Remove 64bit access on 32bit machines new 437b6b35362b parisc: Use the generic IO helpers new 773428ffd867 asm-generic: Remove empty #ifdef SA_RESTORER new 97c318bfbe84 ia64: export memory_add_physaddr_to_nid to fix cxl build error new fdc5bebfb66b parisc: hide ioread64 declaration on 32-bit new 28a679ea60d0 parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo] new e19d4ebc536d alpha: add full ioread64/iowrite64 implementation new 93ed07a23fd0 Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/sc [...]
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/alpha/include/asm/core_apecs.h | 22 +++++- arch/alpha/include/asm/core_cia.h | 22 +++++- arch/alpha/include/asm/core_lca.h | 22 +++++- arch/alpha/include/asm/core_marvel.h | 4 +- arch/alpha/include/asm/core_mcpcia.h | 28 +++++++- arch/alpha/include/asm/core_t2.h | 16 ++++- arch/alpha/include/asm/io.h | 97 ++++++++++++++++++++++--- arch/alpha/include/asm/io_trivial.h | 18 ++++- arch/alpha/include/asm/jensen.h | 18 ++++- arch/alpha/include/asm/machvec.h | 8 ++- arch/alpha/kernel/core_marvel.c | 2 +- arch/alpha/kernel/io.c | 17 +++++ arch/alpha/kernel/machvec_impl.h | 2 + arch/ia64/mm/numa.c | 1 + arch/parisc/include/asm/io.h | 134 ++++++++++++----------------------- arch/parisc/lib/iomap.c | 60 ++++++---------- arch/sparc/include/asm/io.h | 2 + arch/sparc/include/asm/io_64.h | 22 ++++++ drivers/parisc/sba_iommu.c | 6 ++ include/asm-generic/signal.h | 2 - 20 files changed, 341 insertions(+), 162 deletions(-)