forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/s390/linux Pull s390 changes from Martin Schwidefsky: "No new functions, a few changes to make the code more robust, some cleanups and bug fixes." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (21 commits) s390/vtimer: rework virtual timer interface s390/dis: Add the servc instruction to the disassembler. s390/comments: unify copyright messages and remove file names s390/lgr: Add init check to lgr_info_log() s390/cpu init: use __get_cpu_var instead of per_cpu s390/idle: reduce size of s390_idle_data structure s390/idle: fix sequence handling vs cpu hotplug s390/ap: resend enable adapter interrupt request. s390/hypfs: Add missing get_next_ino() s390/dasd: add shutdown action s390/ipl: Fix ipib handling for "dumpreipl" shutdown action s390/smp: make absolute lowcore / cpu restart parameter accesses more robust s390/vmlogrdr: cleanup driver attribute usage s390/vmlogrdr: cleanup device attribute usage s390/ccwgroup: remove unused ccwgroup_device member s390/cio/chp: cleanup attribute usage s390/sigp: use sigp order code defines in assembly code s390/smp: use sigp cpu status definitions s390/smp/kvm: unifiy sigp definitions s390/smp: remove redundant check ...
- Loading branch information
Showing
295 changed files
with
678 additions
and
1,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
/* | ||
* arch/s390/appldata/appldata_mem.c | ||
* | ||
* Data gathering module for Linux-VM Monitor Stream, Stage 1. | ||
* Collects data related to memory management. | ||
* | ||
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. | ||
* Copyright IBM Corp. 2003, 2006 | ||
* | ||
* Author: Gerald Schaefer <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
/* | ||
* arch/s390/appldata/appldata_net_sum.c | ||
* | ||
* Data gathering module for Linux-VM Monitor Stream, Stage 1. | ||
* Collects accumulated network statistics (Packets received/transmitted, | ||
* dropped, errors, ...). | ||
* | ||
* Copyright (C) 2003,2006 IBM Corporation, IBM Deutschland Entwicklung GmbH. | ||
* Copyright IBM Corp. 2003, 2006 | ||
* | ||
* Author: Gerald Schaefer <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
/* | ||
* arch/s390/appldata/appldata_os.c | ||
* | ||
* Data gathering module for Linux-VM Monitor Stream, Stage 1. | ||
* 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 <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* s390 implementation of the AES Cipher Algorithm. | ||
* | ||
* s390 Version: | ||
* Copyright IBM Corp. 2005,2007 | ||
* Copyright IBM Corp. 2005, 2007 | ||
* Author(s): Jan Glauber ([email protected]) | ||
* Sebastian Siewior ([email protected]> SW-Fallback | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Support for s390 cryptographic instructions. | ||
* | ||
* Copyright IBM Corp. 2003,2007 | ||
* Copyright IBM Corp. 2003, 2007 | ||
* Author(s): Thomas Spatzier | ||
* Jan Glauber ([email protected]) | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* s390 implementation of the DES Cipher Algorithm. | ||
* | ||
* Copyright IBM Corp. 2003,2011 | ||
* Copyright IBM Corp. 2003, 2011 | ||
* Author(s): Thomas Spatzier | ||
* Jan Glauber ([email protected]) | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright IBM Corp. 2006,2007 | ||
* Copyright IBM Corp. 2006, 2007 | ||
* Author(s): Jan Glauber <[email protected]> | ||
* Driver for the s390 pseudo random number generator | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* implementation written by Steve Reid. | ||
* | ||
* s390 Version: | ||
* Copyright IBM Corp. 2003,2007 | ||
* Copyright IBM Corp. 2003, 2007 | ||
* Author(s): Thomas Spatzier | ||
* Jan Glauber ([email protected]) | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* s390 implementation of the SHA256 and SHA224 Secure Hash Algorithm. | ||
* | ||
* s390 Version: | ||
* Copyright IBM Corp. 2005,2011 | ||
* Copyright IBM Corp. 2005, 2011 | ||
* Author(s): Jan Glauber ([email protected]) | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
/* | ||
* arch/s390/hypfs/hypfs.h | ||
* Hypervisor filesystem for Linux on s390. | ||
* | ||
* Copyright (C) IBM Corp. 2006 | ||
* Copyright IBM Corp. 2006 | ||
* Author(s): Michael Holzheu <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Hypervisor filesystem for Linux on s390 - debugfs interface | ||
* | ||
* Copyright (C) IBM Corp. 2010 | ||
* Copyright IBM Corp. 2010 | ||
* Author(s): Michael Holzheu <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.