Commit a53c8fab authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

s390/comments: unify copyright messages and remove file names

Remove the file name from the comment at top of many files. In most
cases the file name was wrong anyway, so it's rather pointless.

Also unify the IBM copyright statement. We did have a lot of sightly
different statements and wanted to change them one after another
whenever a file gets touched. However that never happened. Instead
people start to take the old/"wrong" statements to use as a template
for new files.
So unify all of them in one go.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 2b754757
/* /*
* arch/s390/appldata/appldata.h
*
* Definitions and interface for Linux - z/VM Monitor Stream. * Definitions and interface for Linux - z/VM Monitor Stream.
* *
* Copyright IBM Corp. 2003, 2008 * Copyright IBM Corp. 2003, 2008
......
/* /*
* arch/s390/appldata/appldata_base.c
*
* Base infrastructure for Linux-z/VM Monitor Stream, Stage 1. * Base infrastructure for Linux-z/VM Monitor Stream, Stage 1.
* Exports appldata_register_ops() and appldata_unregister_ops() for the * Exports appldata_register_ops() and appldata_unregister_ops() for the
* data gathering modules. * data gathering modules.
......
/* /*
* arch/s390/appldata/appldata_mem.c
*
* Data gathering module for Linux-VM Monitor Stream, Stage 1. * Data gathering module for Linux-VM Monitor Stream, Stage 1.
* Collects data related to memory management. * Collects data related to memory management.
* *
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. * Copyright IBM Corp. 2003, 2006
* *
* Author: Gerald Schaefer <gerald.schaefer@de.ibm.com> * Author: Gerald Schaefer <gerald.schaefer@de.ibm.com>
*/ */
......
/* /*
* arch/s390/appldata/appldata_net_sum.c
*
* Data gathering module for Linux-VM Monitor Stream, Stage 1. * Data gathering module for Linux-VM Monitor Stream, Stage 1.
* Collects accumulated network statistics (Packets received/transmitted, * Collects accumulated network statistics (Packets received/transmitted,
* dropped, errors, ...). * dropped, errors, ...).
* *
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. * Copyright IBM Corp. 2003, 2006
* *
* Author: Gerald Schaefer <gerald.schaefer@de.ibm.com> * Author: Gerald Schaefer <gerald.schaefer@de.ibm.com>
*/ */
......
/* /*
* arch/s390/appldata/appldata_os.c
*
* Data gathering module for Linux-VM Monitor Stream, Stage 1. * Data gathering module for Linux-VM Monitor Stream, Stage 1.
* Collects misc. OS related data (CPU utilization, running processes). * Collects misc. OS related data (CPU utilization, running processes).
* *
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. * Copyright IBM Corp. 2003, 2006
* *
* Author: Gerald Schaefer <gerald.schaefer@de.ibm.com> * Author: Gerald Schaefer <gerald.schaefer@de.ibm.com>
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* s390 implementation of the AES Cipher Algorithm. * s390 implementation of the AES Cipher Algorithm.
* *
* s390 Version: * s390 Version:
* Copyright IBM Corp. 2005,2007 * Copyright IBM Corp. 2005, 2007
* Author(s): Jan Glauber (jang@de.ibm.com) * Author(s): Jan Glauber (jang@de.ibm.com)
* Sebastian Siewior (sebastian@breakpoint.cc> SW-Fallback * Sebastian Siewior (sebastian@breakpoint.cc> SW-Fallback
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Support for s390 cryptographic instructions. * Support for s390 cryptographic instructions.
* *
* Copyright IBM Corp. 2003,2007 * Copyright IBM Corp. 2003, 2007
* Author(s): Thomas Spatzier * Author(s): Thomas Spatzier
* Jan Glauber (jan.glauber@de.ibm.com) * Jan Glauber (jan.glauber@de.ibm.com)
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* s390 implementation of the DES Cipher Algorithm. * s390 implementation of the DES Cipher Algorithm.
* *
* Copyright IBM Corp. 2003,2011 * Copyright IBM Corp. 2003, 2011
* Author(s): Thomas Spatzier * Author(s): Thomas Spatzier
* Jan Glauber (jan.glauber@de.ibm.com) * Jan Glauber (jan.glauber@de.ibm.com)
* *
......
/* /*
* Copyright IBM Corp. 2006,2007 * Copyright IBM Corp. 2006, 2007
* Author(s): Jan Glauber <jan.glauber@de.ibm.com> * Author(s): Jan Glauber <jan.glauber@de.ibm.com>
* Driver for the s390 pseudo random number generator * Driver for the s390 pseudo random number generator
*/ */
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* implementation written by Steve Reid. * implementation written by Steve Reid.
* *
* s390 Version: * s390 Version:
* Copyright IBM Corp. 2003,2007 * Copyright IBM Corp. 2003, 2007
* Author(s): Thomas Spatzier * Author(s): Thomas Spatzier
* Jan Glauber (jan.glauber@de.ibm.com) * Jan Glauber (jan.glauber@de.ibm.com)
* *
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* s390 implementation of the SHA256 and SHA224 Secure Hash Algorithm. * s390 implementation of the SHA256 and SHA224 Secure Hash Algorithm.
* *
* s390 Version: * s390 Version:
* Copyright IBM Corp. 2005,2011 * Copyright IBM Corp. 2005, 2011
* Author(s): Jan Glauber (jang@de.ibm.com) * Author(s): Jan Glauber (jang@de.ibm.com)
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* arch/s390/hypfs/hypfs.h
* Hypervisor filesystem for Linux on s390. * Hypervisor filesystem for Linux on s390.
* *
* Copyright (C) IBM Corp. 2006 * Copyright IBM Corp. 2006
* Author(s): Michael Holzheu <holzheu@de.ibm.com> * Author(s): Michael Holzheu <holzheu@de.ibm.com>
*/ */
......
/* /*
* Hypervisor filesystem for Linux on s390 - debugfs interface * Hypervisor filesystem for Linux on s390 - debugfs interface
* *
* Copyright (C) IBM Corp. 2010 * Copyright IBM Corp. 2010
* Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com>
*/ */
......
/* /*
* arch/s390/hypfs/hypfs_diag.c
* Hypervisor filesystem for Linux on s390. Diag 204 and 224 * Hypervisor filesystem for Linux on s390. Diag 204 and 224
* implementation. * implementation.
* *
......
/* /*
* Hypervisor filesystem for Linux on s390. z/VM implementation. * Hypervisor filesystem for Linux on s390. z/VM implementation.
* *
* Copyright (C) IBM Corp. 2006 * Copyright IBM Corp. 2006
* Author(s): Michael Holzheu <holzheu@de.ibm.com> * Author(s): Michael Holzheu <holzheu@de.ibm.com>
*/ */
......
/* /*
* arch/s390/hypfs/inode.c
* Hypervisor filesystem for Linux on s390. * Hypervisor filesystem for Linux on s390.
* *
* Copyright IBM Corp. 2006, 2008 * Copyright IBM Corp. 2006, 2008
......
/* /*
* include/asm-s390/airq.h * Copyright IBM Corp. 2002, 2007
*
* Copyright IBM Corp. 2002,2007
* Author(s): Ingo Adlung <adlung@de.ibm.com> * Author(s): Ingo Adlung <adlung@de.ibm.com>
* Cornelia Huck <cornelia.huck@de.ibm.com> * Cornelia Huck <cornelia.huck@de.ibm.com>
* Arnd Bergmann <arndb@de.ibm.com> * Arnd Bergmann <arndb@de.ibm.com>
......
/* /*
* include/asm-s390/appldata.h * Copyright IBM Corp. 2006
*
* Copyright (C) IBM Corp. 2006
* *
* Author(s): Melissa Howland <melissah@us.ibm.com> * Author(s): Melissa Howland <melissah@us.ibm.com>
*/ */
......
#ifndef __ARCH_S390_ATOMIC__
#define __ARCH_S390_ATOMIC__
/* /*
* Copyright 1999,2009 IBM Corp. * Copyright IBM Corp. 1999, 2009
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>, * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Denis Joseph Barrow, * Denis Joseph Barrow,
* Arnd Bergmann <arndb@de.ibm.com>, * Arnd Bergmann <arndb@de.ibm.com>,
...@@ -13,6 +10,9 @@ ...@@ -13,6 +10,9 @@
* *
*/ */
#ifndef __ARCH_S390_ATOMIC__
#define __ARCH_S390_ATOMIC__
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/types.h> #include <linux/types.h>
#include <asm/cmpxchg.h> #include <asm/cmpxchg.h>
......
#ifndef _S390_BITOPS_H
#define _S390_BITOPS_H
/* /*
* include/asm-s390/bitops.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/bitops.h" * Derived from "include/asm-i386/bitops.h"
...@@ -13,6 +8,9 @@ ...@@ -13,6 +8,9 @@
* *
*/ */
#ifndef _S390_BITOPS_H
#define _S390_BITOPS_H
#ifndef _LINUX_BITOPS_H #ifndef _LINUX_BITOPS_H
#error only <linux/bitops.h> can be included directly #error only <linux/bitops.h> can be included directly
#endif #endif
......
/* /*
* include/asm-s390/bugs.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/bugs.h" * Derived from "include/asm-i386/bugs.h"
......
/* /*
* include/asm-s390/cache.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* *
* Derived from "include/asm-i386/cache.h" * Derived from "include/asm-i386/cache.h"
* Copyright (C) 1992, Linus Torvalds * Copyright (C) 1992, Linus Torvalds
......
/* /*
* Copyright IBM Corp. 2002, 2009 * Copyright IBM Corp. 2002, 2009
* *
* Author(s): Arnd Bergmann <arndb@de.ibm.com> * Author(s): Arnd Bergmann <arndb@de.ibm.com>
* *
......
#ifndef _S390_CHECKSUM_H
#define _S390_CHECKSUM_H
/* /*
* include/asm-s390/checksum.h
* S390 fast network checksum routines * S390 fast network checksum routines
* see also arch/S390/lib/checksum.c
* *
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Ulrich Hild (first version) * Author(s): Ulrich Hild (first version)
* Martin Schwidefsky (heavily optimized CKSM version) * Martin Schwidefsky (heavily optimized CKSM version)
* D.J. Barrow (third attempt) * D.J. Barrow (third attempt)
*/ */
#ifndef _S390_CHECKSUM_H
#define _S390_CHECKSUM_H
#include <asm/uaccess.h> #include <asm/uaccess.h>
/* /*
......
/* /*
* drivers/s390/cio/chpid.h
*
* Copyright IBM Corp. 2007 * Copyright IBM Corp. 2007
* Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
*/ */
......
/* /*
* ioctl interface for /dev/chsc * ioctl interface for /dev/chsc
* *
* Copyright 2008 IBM Corp. * Copyright IBM Corp. 2008
* Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
*/ */
......
/* /*
* include/asm-s390/cio.h
* include/asm-s390x/cio.h
*
* Common interface for I/O on S/390 * Common interface for I/O on S/390
*/ */
#ifndef _ASM_S390_CIO_H_ #ifndef _ASM_S390_CIO_H_
......
/* /*
* arch/s390/kernel/cpcmd.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Christian Borntraeger (cborntra@de.ibm.com), * Christian Borntraeger (cborntra@de.ibm.com),
*/ */
......
/* /*
* Copyright IBM Corp. 2000,2009 * Copyright IBM Corp. 2000, 2009
* Author(s): Hartmut Penner <hp@de.ibm.com>, * Author(s): Hartmut Penner <hp@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Christian Ehrhardt <ehrhardt@de.ibm.com>, * Christian Ehrhardt <ehrhardt@de.ibm.com>,
......
/* /*
* include/asm-s390/cputime.h * Copyright IBM Corp. 2004
*
* (C) Copyright IBM Corp. 2004
* *
* Author: Martin Schwidefsky <schwidefsky@de.ibm.com> * Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
*/ */
......
/* /*
* Data definitions for channel report processing * Data definitions for channel report processing
* Copyright IBM Corp. 2000,2009 * Copyright IBM Corp. 2000, 2009
* Author(s): Ingo Adlung <adlung@de.ibm.com>, * Author(s): Ingo Adlung <adlung@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Cornelia Huck <cornelia.huck@de.ibm.com>, * Cornelia Huck <cornelia.huck@de.ibm.com>,
......
/* /*
* include/asm-s390/current.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/current.h" * Derived from "include/asm-i386/current.h"
......
/* /*
* File...........: linux/drivers/s390/block/dasd.c
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com>
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000 * Copyright IBM Corp. 1999, 2000
* EMC Symmetrix ioctl Copyright EMC Corporation, 2008 * EMC Symmetrix ioctl Copyright EMC Corporation, 2008
* Author.........: Nigel Hislop <hislop_nigel@emc.com> * Author.........: Nigel Hislop <hislop_nigel@emc.com>
* *
......
/* /*
* include/asm-s390/debug.h
* S/390 debug facility * S/390 debug facility
* *
* Copyright (C) 1999, 2000 IBM Deutschland Entwicklung GmbH, * Copyright IBM Corp. 1999, 2000
* IBM Corporation
*/ */
#ifndef DEBUG_H #ifndef DEBUG_H
......
/* /*
* include/asm-s390/delay.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/delay.h" * Derived from "include/asm-i386/delay.h"
......
/* /*
* include/asm-s390/dma.h
*
* S390 version * S390 version
*/ */
......
/* /*
* include/asm-s390/ebcdic.h
* EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines. * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines.
* *
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
*/ */
......
/* /*
* include/asm-s390/elf.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/elf.h" * Derived from "include/asm-i386/elf.h"
......
/* /*
* include/asm-s390/errno.h
*
* S390 version * S390 version
* *
*/ */
......
/* /*
* include/asm-s390/etr.h
*
* Copyright IBM Corp. 2006 * Copyright IBM Corp. 2006
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/ */
......
/* /*
* include/asm-s390x/extmem.h
*
* definitions for external memory segment support * definitions for external memory segment support
* Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 2003
*/ */
#ifndef _ASM_S390X_DCSS_H #ifndef _ASM_S390X_DCSS_H
......
/* /*
* include/asm-s390/hardirq.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
* *
......
/* /*
* File...........: linux/include/asm-s390x/idals.h
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com>
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000a * Copyright IBM Corp. 2000
*
* History of changes * History of changes
* 07/24/00 new file * 07/24/00 new file
* 05/04/02 code restructuring. * 05/04/02 code restructuring.
......
/* /*
* include/asm-s390/io.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/io.h" * Derived from "include/asm-i386/io.h"
......
/* /*
* Copyright IBM Corp. 2006,2010 * Copyright IBM Corp. 2006, 2010
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
*/ */
......
/* /*
* include/asm-s390/kexec.h * Copyright IBM Corp. 2005
*
* (C) Copyright IBM Corp. 2005
* *
* Author(s): Rolf Adelsberger <adelsberger@de.ibm.com> * Author(s): Rolf Adelsberger <adelsberger@de.ibm.com>
* *
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* Copyright (C) IBM Corporation, 2002, 2006 * Copyright IBM Corp. 2002, 2006
* *
* 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel
* Probes initial implementation ( includes suggestions from * Probes initial implementation ( includes suggestions from
......
#ifndef __LINUX_KVM_S390_H #ifndef __LINUX_KVM_S390_H
#define __LINUX_KVM_S390_H #define __LINUX_KVM_S390_H
/* /*
* asm-s390/kvm.h - KVM s390 specific structures and definitions * KVM s390 specific structures and definitions
* *
* Copyright IBM Corp. 2008 * Copyright IBM Corp. 2008
* *
......
/* /*
* asm-s390/kvm_host.h - definition for kernel virtual machines on s390 * definition for kernel virtual machines on s390
* *
* Copyright IBM Corp. 2008,2009 * Copyright IBM Corp. 2008, 2009
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2 only) * it under the terms of the GNU General Public License (version 2 only)
......
/* /*
* asm-s390/kvm_para.h - definition for paravirtual devices on s390 * definition for paravirtual devices on s390
* *
* Copyright IBM Corp. 2008 * Copyright IBM Corp. 2008
* *
......
/* /*
* kvm_virtio.h - definition for virtio for kvm on s390 * definition for virtio for kvm on s390
* *
* Copyright IBM Corp. 2008 * Copyright IBM Corp. 2008
* *
......
/* /*
* Copyright IBM Corp. 1999,2012 * Copyright IBM Corp. 1999, 2012
* Author(s): Hartmut Penner <hp@de.ibm.com>, * Author(s): Hartmut Penner <hp@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Denis Joseph Barrow, * Denis Joseph Barrow,
......
/* /*
* arch/s390/kernel/mathemu.h
* IEEE floating point emulation. * IEEE floating point emulation.
* *
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/ */
......
/* /*
* include/asm-s390/mman.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/mman.h" * Derived from "include/asm-i386/mman.h"
......
/* /*
* include/asm-s390/mmu_context.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/mmu_context.h" * Derived from "include/asm-i386/mmu_context.h"
......
/* /*
* include/asm-s390/monwriter.h * Copyright IBM Corp. 2006
*
* Copyright (C) IBM Corp. 2006
* Character device driver for writing z/VM APPLDATA monitor records * Character device driver for writing z/VM APPLDATA monitor records
* Version 1.0 * Version 1.0
* Author(s): Melissa Howland <melissah@us.ibm.com> * Author(s): Melissa Howland <melissah@us.ibm.com>
......
/* /*
* Machine check handler definitions * Machine check handler definitions
* *
* Copyright IBM Corp. 2000,2009 * Copyright IBM Corp. 2000, 2009
* Author(s): Ingo Adlung <adlung@de.ibm.com>, * Author(s): Ingo Adlung <adlung@de.ibm.com>,
* Martin Schwidefsky <schwidefsky@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Cornelia Huck <cornelia.huck@de.ibm.com>, * Cornelia Huck <cornelia.huck@de.ibm.com>,
......
/* /*
* include/asm-s390/page.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Hartmut Penner (hp@de.ibm.com) * Author(s): Hartmut Penner (hp@de.ibm.com)
*/ */
......
/* /*
* include/asm-s390/pgalloc.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Hartmut Penner (hp@de.ibm.com) * Author(s): Hartmut Penner (hp@de.ibm.com)
* Martin Schwidefsky (schwidefsky@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
......
/* /*
* include/asm-s390/pgtable.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Hartmut Penner (hp@de.ibm.com) * Author(s): Hartmut Penner (hp@de.ibm.com)
* Ulrich Weigand (weigand@de.ibm.com) * Ulrich Weigand (weigand@de.ibm.com)
* Martin Schwidefsky (schwidefsky@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com)
......
/* /*
* include/asm-s390/posix_types.h
*
* S390 version * S390 version
* *
*/ */
......
/* /*
* include/asm-s390/processor.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Hartmut Penner (hp@de.ibm.com), * Author(s): Hartmut Penner (hp@de.ibm.com),
* Martin Schwidefsky (schwidefsky@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
......
/* /*
* include/asm-s390/ptrace.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) * Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
*/ */
......
/* /*
* linux/include/asm-s390/qdio.h * Copyright IBM Corp. 2000, 2008
*
* Copyright 2000,2008 IBM Corp.
* Author(s): Utz Bacher <utz.bacher@de.ibm.com> * Author(s): Utz Bacher <utz.bacher@de.ibm.com>
* Jan Glauber <jang@linux.vnet.ibm.com> * Jan Glauber <jang@linux.vnet.ibm.com>
* *
......
/* /*
* include/asm-s390/qeth.h
*
* ioctl definitions for qeth driver * ioctl definitions for qeth driver
* *
* Copyright (C) 2004 IBM Corporation * Copyright IBM Corp. 2004
* *
* Author(s): Thomas Spatzier <tspat@de.ibm.com> * Author(s): Thomas Spatzier <tspat@de.ibm.com>
* *
......
/* /*
* include/asm-s390/reset.h
*
* Copyright IBM Corp. 2006 * Copyright IBM Corp. 2006
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
*/ */
......
/* /*
* include/asm-s390/resource.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/resources.h" * Derived from "include/asm-i386/resources.h"
......
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
#define _S390_RWSEM_H #define _S390_RWSEM_H
/* /*
* include/asm-s390/rwsem.h
*
* S390 version * S390 version
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 2002
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Based on asm-alpha/semaphore.h and asm-i386/rwsem.h * Based on asm-alpha/semaphore.h and asm-i386/rwsem.h
......
/* /*
* include/asm-s390/sclp.h
*
* Copyright IBM Corp. 2007 * Copyright IBM Corp. 2007
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
*/ */
......
/* /*
* Helper functions for scsw access. * Helper functions for scsw access.
* *
* Copyright IBM Corp. 2008,2009 * Copyright IBM Corp. 2008, 2009
* Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
*/ */
......
/* /*
* include/asm-s390/setup.h
*
* S390 version * S390 version
* Copyright IBM Corp. 1999,2010 * Copyright IBM Corp. 1999, 2010
*/ */
#ifndef _ASM_S390_SETUP_H #ifndef _ASM_S390_SETUP_H
......
/* /*
* include/asm-s390/shmparam.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/shmparam.h" * Derived from "include/asm-i386/shmparam.h"
......
/* /*
* include/asm-s390/sigcontext.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
*/ */
#ifndef _ASM_S390_SIGCONTEXT_H #ifndef _ASM_S390_SIGCONTEXT_H
......
/* /*
* include/asm-s390/siginfo.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/siginfo.h" * Derived from "include/asm-i386/siginfo.h"
......
/* /*
* include/asm-s390/signal.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/signal.h" * Derived from "include/asm-i386/signal.h"
......
/* /*
* Copyright IBM Corp. 1999,2012 * Copyright IBM Corp. 1999, 2012
* Author(s): Denis Joseph Barrow, * Author(s): Denis Joseph Barrow,
* Martin Schwidefsky <schwidefsky@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>,
* Heiko Carstens <heiko.carstens@de.ibm.com>, * Heiko Carstens <heiko.carstens@de.ibm.com>,
......
/* /*
* include/asm-s390/socket.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/socket.h" * Derived from "include/asm-i386/socket.h"
......
/* /*
* include/asm-s390/spinlock.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
* Derived from "include/asm-i386/spinlock.h" * Derived from "include/asm-i386/spinlock.h"
......
/* /*
* include/asm-s390/stat.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/stat.h" * Derived from "include/asm-i386/stat.h"
......
/* /*
* include/asm-s390/statfs.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/statfs.h" * Derived from "include/asm-i386/statfs.h"
......
/* /*
* include/asm-s390/string.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*/ */
......
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
#define _S390_SWAB_H #define _S390_SWAB_H
/* /*
* include/asm-s390/swab.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/ */
......
/* /*
* definition for store system information stsi * definition for store system information stsi
* *
* Copyright IBM Corp. 2001,2008 * Copyright IBM Corp. 2001, 2008
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2 only) * it under the terms of the GNU General Public License (version 2 only)
......
/************************************************************************* /*************************************************************************
* *
* tape390.h
* enables user programs to display messages and control encryption * enables user programs to display messages and control encryption
* on s390 tape devices * on s390 tape devices
* *
* Copyright IBM Corp. 2001,2006 * Copyright IBM Corp. 2001, 2006
* Author(s): Michael Holzheu <holzheu@de.ibm.com> * Author(s): Michael Holzheu <holzheu@de.ibm.com>
* *
*************************************************************************/ *************************************************************************/
......
/* /*
* include/asm-s390/termios.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/termios.h" * Derived from "include/asm-i386/termios.h"
......
/* /*
* include/asm-s390/thread_info.h
*
* S390 version * S390 version
* Copyright (C) IBM Corp. 2002,2006 * Copyright IBM Corp. 2002, 2006
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*/ */
......
/* /*
* include/asm-s390/timex.h
*
* S390 version * S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999
* *
* Derived from "include/asm-i386/timex.h" * Derived from "include/asm-i386/timex.h"
* Copyright (C) 1992, Linus Torvalds * Copyright (C) 1992, Linus Torvalds
......
/* /*
* include/asm-s390/types.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/types.h" * Derived from "include/asm-i386/types.h"
......
/* /*
* include/asm-s390/uaccess.h
*
* S390 version * S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 1999, 2000
* Author(s): Hartmut Penner (hp@de.ibm.com), * Author(s): Hartmut Penner (hp@de.ibm.com),
* Martin Schwidefsky (schwidefsky@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com)
* *
......
/* /*
* include/asm-s390/ucontext.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/ucontext.h" * Derived from "include/asm-i386/ucontext.h"
......
/* /*
* include/asm-s390/unistd.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/unistd.h" * Derived from "include/asm-i386/unistd.h"
......
/* /*
* include/asm-s390/user.h
*
* S390 version * S390 version
* *
* Derived from "include/asm-i386/usr.h" * Derived from "include/asm-i386/usr.h"
......
/* /*
* include/asm-s390/vtoc.h
*
* This file contains volume label definitions for DASD devices. * This file contains volume label definitions for DASD devices.
* *
* (C) Copyright IBM Corp. 2005 * Copyright IBM Corp. 2005
* *
* Author(s): Volker Sameske <sameske@de.ibm.com> * Author(s): Volker Sameske <sameske@de.ibm.com>
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* zcrypt 2.1.0 (user-visible header) * zcrypt 2.1.0 (user-visible header)
* *
* Copyright (C) 2001, 2006 IBM Corporation * Copyright IBM Corp. 2001, 2006
* Author(s): Robert Burroughs * Author(s): Robert Burroughs
* Eric Rossman (edrossma@us.ibm.com) * Eric Rossman (edrossma@us.ibm.com)
* *
......
/* /*
* arch/s390/kernel/base.S * arch/s390/kernel/base.S
* *
* Copyright IBM Corp. 2006,2007 * Copyright IBM Corp. 2006, 2007
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
* Michael Holzheu <holzheu@de.ibm.com> * Michael Holzheu <holzheu@de.ibm.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ... * Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm/{bitops.h|posix_types.h} for details * See include/asm/{bitops.h|posix_types.h} for details
* *
* Copyright IBM Corp. 1999,2009 * Copyright IBM Corp. 1999, 2009
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>, * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
*/ */
......
/* /*
* Support for 32-bit Linux for S390 personality. * Support for 32-bit Linux for S390 personality.
* *
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 2000
* Author(s): Gerhard Tonn (ton@de.ibm.com) * Author(s): Gerhard Tonn (ton@de.ibm.com)
* *
* *
......
/* /*
* arch/s390x/kernel/linux32.c
*
* S390 version * S390 version
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Copyright IBM Corp. 2000
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
* Gerhard Tonn (ton@de.ibm.com) * Gerhard Tonn (ton@de.ibm.com)
* Thomas Spatzier (tspat@de.ibm.com) * Thomas Spatzier (tspat@de.ibm.com)
......
/* /*
* arch/s390/kernel/compat_signal.c * Copyright IBM Corp. 2000, 2006
*
* Copyright (C) IBM Corp. 2000,2006
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) * Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
* Gerhard Tonn (ton@de.ibm.com) * Gerhard Tonn (ton@de.ibm.com)
* *
......
/* /*
* arch/s390/kernel/compat_wrapper.S
* wrapper for 31 bit compatible system calls. * wrapper for 31 bit compatible system calls.
* *
* Copyright (C) IBM Corp. 2000,2006 * Copyright IBM Corp. 2000, 2006
* Author(s): Gerhard Tonn (ton@de.ibm.com), * Author(s): Gerhard Tonn (ton@de.ibm.com),
* Thomas Spatzier (tspat@de.ibm.com) * Thomas Spatzier (tspat@de.ibm.com)
*/ */
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment