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: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
2b7547578b
commit
a53c8fab3f
284 changed files with 242 additions and 587 deletions
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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.
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#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 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#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>
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
#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 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
#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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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_
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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),
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/dma.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/elf.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/elf.h"
|
* Derived from "include/asm-i386/elf.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/errno.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* 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.
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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 @@
|
||||||
* 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#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
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/mman.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/mman.h"
|
* Derived from "include/asm-i386/mman.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/posix_types.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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 @@
|
||||||
#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
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/setup.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
* Copyright IBM Corp. 1999, 2010
|
* Copyright IBM Corp. 1999, 2010
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/shmparam.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/shmparam.h"
|
* Derived from "include/asm-i386/shmparam.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/siginfo.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/siginfo.h"
|
* Derived from "include/asm-i386/siginfo.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/signal.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/signal.h"
|
* Derived from "include/asm-i386/signal.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/socket.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/socket.h"
|
* Derived from "include/asm-i386/socket.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/stat.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/stat.h"
|
* Derived from "include/asm-i386/stat.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/statfs.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/statfs.h"
|
* Derived from "include/asm-i386/statfs.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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 @@
|
||||||
#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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* 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
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/termios.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/termios.h"
|
* Derived from "include/asm-i386/termios.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/types.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/types.h"
|
* Derived from "include/asm-i386/types.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/ucontext.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/ucontext.h"
|
* Derived from "include/asm-i386/ucontext.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/unistd.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/unistd.h"
|
* Derived from "include/asm-i386/unistd.h"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* include/asm-s390/user.h
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
*
|
*
|
||||||
* Derived from "include/asm-i386/usr.h"
|
* Derived from "include/asm-i386/usr.h"
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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 @@
|
||||||
*
|
*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/cpcmd.c
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
* Copyright IBM Corp. 1999, 2007
|
* Copyright IBM Corp. 1999, 2007
|
||||||
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/crash.c
|
* Copyright IBM Corp. 2005
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2005
|
|
||||||
*
|
*
|
||||||
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
|
* Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/debug.c
|
|
||||||
* S/390 debug facility
|
* S/390 debug facility
|
||||||
*
|
*
|
||||||
* Copyright IBM Corp. 1999, 2012
|
* Copyright IBM Corp. 1999, 2012
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/dis.c
|
|
||||||
*
|
|
||||||
* Disassemble s390 instructions.
|
* Disassemble s390 instructions.
|
||||||
*
|
*
|
||||||
* Copyright IBM Corp. 2007
|
* Copyright IBM Corp. 2007
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/early.c
|
|
||||||
*
|
|
||||||
* Copyright IBM Corp. 2007, 2009
|
* Copyright IBM Corp. 2007, 2009
|
||||||
* Author(s): Hongjie Yang <hongjie@us.ibm.com>,
|
* Author(s): Hongjie Yang <hongjie@us.ibm.com>,
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/ebcdic.c
|
|
||||||
* ECBDIC -> ASCII, ASCII -> ECBDIC,
|
* ECBDIC -> ASCII, ASCII -> ECBDIC,
|
||||||
* upper to lower case (EBCDIC) conversion tables.
|
* upper to lower case (EBCDIC) conversion tables.
|
||||||
*
|
*
|
||||||
* 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>
|
||||||
* Martin Peschke <peschke@fh-brandenburg.de>
|
* Martin Peschke <peschke@fh-brandenburg.de>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/entry.S
|
|
||||||
* S390 low-level entry points.
|
* S390 low-level entry points.
|
||||||
*
|
*
|
||||||
* Copyright (C) IBM Corp. 1999,2012
|
* Copyright IBM Corp. 1999, 2012
|
||||||
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
||||||
* Hartmut Penner (hp@de.ibm.com),
|
* Hartmut Penner (hp@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),
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/entry64.S
|
|
||||||
* S390 low-level entry points.
|
* S390 low-level entry points.
|
||||||
*
|
*
|
||||||
* Copyright (C) IBM Corp. 1999,2012
|
* Copyright IBM Corp. 1999, 2012
|
||||||
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
||||||
* Hartmut Penner (hp@de.ibm.com),
|
* Hartmut Penner (hp@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),
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/head31.S
|
* Copyright IBM Corp. 2005, 2010
|
||||||
*
|
|
||||||
* Copyright (C) IBM Corp. 2005,2010
|
|
||||||
*
|
*
|
||||||
* 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>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/head64.S
|
* Copyright IBM Corp. 1999, 2010
|
||||||
*
|
|
||||||
* Copyright (C) IBM Corp. 1999,2010
|
|
||||||
*
|
*
|
||||||
* 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>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/ipl.c
|
|
||||||
* ipl/reipl/dump support for Linux on s390.
|
* ipl/reipl/dump support for Linux on s390.
|
||||||
*
|
*
|
||||||
* Copyright IBM Corp. 2005, 2012
|
* Copyright IBM Corp. 2005, 2012
|
||||||
|
|
|
@ -15,7 +15,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
|
||||||
*
|
*
|
||||||
* s390 port, used ppc64 as template. Mike Grundy <grundym@us.ibm.com>
|
* s390 port, used ppc64 as template. Mike Grundy <grundym@us.ibm.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/machine_kexec.c
|
|
||||||
*
|
|
||||||
* Copyright IBM Corp. 2005, 2011
|
* Copyright IBM Corp. 2005, 2011
|
||||||
*
|
*
|
||||||
* Author(s): Rolf Adelsberger,
|
* Author(s): Rolf Adelsberger,
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/module.c - Kernel module help for s390.
|
* Kernel module help for s390.
|
||||||
*
|
*
|
||||||
* S390 version
|
* S390 version
|
||||||
* Copyright (C) 2002, 2003 IBM Deutschland Entwicklung GmbH,
|
* Copyright IBM Corp. 2002, 2003
|
||||||
* IBM Corporation
|
|
||||||
* Author(s): Arnd Bergmann (arndb@de.ibm.com)
|
* Author(s): Arnd Bergmann (arndb@de.ibm.com)
|
||||||
* Martin Schwidefsky (schwidefsky@de.ibm.com)
|
* Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/processor.c
|
|
||||||
*
|
|
||||||
* Copyright IBM Corp. 2008
|
* Copyright IBM Corp. 2008
|
||||||
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/reipl.S
|
|
||||||
*
|
|
||||||
* S390 version
|
* S390 version
|
||||||
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright IBM Corp. 2000
|
||||||
* Author(s): Holger Smolinski (Holger.Smolinski@de.ibm.com)
|
* Author(s): Holger Smolinski (Holger.Smolinski@de.ibm.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* arch/s390/kernel/relocate_kernel.S
|
* Copyright IBM Corp. 2005
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2005
|
|
||||||
*
|
*
|
||||||
* Author(s): Rolf Adelsberger,
|
* Author(s): Rolf Adelsberger,
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue