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.
Redirect some older email addresses that are in the git logs. Signed-off-by: Matthew Wilcox <[email protected]>
- Loading branch information
Matthew Wilcox
committed
Sep 30, 2018
1 parent
291d0e5
commit 3d0186b
Showing
9 changed files
with
18 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,6 +119,13 @@ Mark Brown <[email protected]> | |
Mark Yao <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthieu CASTET <[email protected]> | ||
Mauro Carvalho Chehab <[email protected]> <[email protected]> | ||
Mauro Carvalho Chehab <[email protected]> <[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 |
---|---|---|
|
@@ -536,7 +536,7 @@ F: Documentation/hwmon/adt7475 | |
F: drivers/hwmon/adt7475.c | ||
|
||
ADVANSYS SCSI DRIVER | ||
M: Matthew Wilcox <[email protected]> | ||
M: Matthew Wilcox <[email protected]> | ||
M: Hannes Reinecke <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -4364,7 +4364,7 @@ S: Maintained | |
F: drivers/i2c/busses/i2c-diolan-u2c.c | ||
|
||
FILESYSTEM DIRECT ACCESS (DAX) | ||
M: Matthew Wilcox <[email protected]> | ||
M: Matthew Wilcox <[email protected]> | ||
M: Ross Zwisler <[email protected]> | ||
M: Jan Kara <[email protected]> | ||
L: [email protected] | ||
|
@@ -8626,7 +8626,7 @@ F: drivers/message/fusion/ | |
F: drivers/scsi/mpt3sas/ | ||
|
||
LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers | ||
M: Matthew Wilcox <[email protected]> | ||
M: Matthew Wilcox <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/scsi/sym53c8xx_2/ | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* linux/drivers/hil/hilkbd.c | ||
* | ||
* Copyright (C) 1998 Philip Blundell <[email protected]> | ||
* Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai> | ||
* Copyright (C) 1999 Matthew Wilcox <willy@infradead.org> | ||
* Copyright (C) 1999-2007 Helge Deller <[email protected]> | ||
* | ||
* Very basic HP Human Interface Loop (HIL) driver. | ||
|
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 @@ | |
* Copyright (C) 2002 Hiroshi Aono ([email protected]) | ||
* Copyright (C) 2002,2003 Takayoshi Kochi ([email protected]) | ||
* Copyright (C) 2002,2003 NEC Corporation | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Hewlett Packard | ||
* | ||
* All rights reserved. | ||
|
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 @@ | |
* Copyright (C) 2002 Hiroshi Aono ([email protected]) | ||
* Copyright (C) 2002,2003 Takayoshi Kochi ([email protected]) | ||
* Copyright (C) 2002,2003 NEC Corporation | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Hewlett Packard | ||
* | ||
* All rights reserved. | ||
|
@@ -40,7 +40,7 @@ bool acpiphp_disabled; | |
static struct acpiphp_attention_info *attention_info; | ||
|
||
#define DRIVER_VERSION "0.5" | ||
#define DRIVER_AUTHOR "Greg Kroah-Hartman <[email protected]>, Takayoshi Kochi <[email protected]>, Matthew Wilcox <willy@hp.com>" | ||
#define DRIVER_AUTHOR "Greg Kroah-Hartman <[email protected]>, Takayoshi Kochi <[email protected]>, Matthew Wilcox <willy@infradead.org>" | ||
#define DRIVER_DESC "ACPI Hot Plug PCI Controller Driver" | ||
|
||
MODULE_AUTHOR(DRIVER_AUTHOR); | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Copyright (C) 2002,2003 Takayoshi Kochi ([email protected]) | ||
* Copyright (C) 2002 Hiroshi Aono ([email protected]) | ||
* Copyright (C) 2002,2003 NEC Corporation | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Matthew Wilcox ([email protected]) | ||
* Copyright (C) 2003-2005 Hewlett Packard | ||
* Copyright (C) 2005 Rajesh Shah ([email protected]) | ||
* Copyright (C) 2005 Intel Corporation | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/* | ||
* eXtensible Arrays | ||
* Copyright (c) 2017 Microsoft Corporation | ||
* Author: Matthew Wilcox <[email protected]> | ||
* Author: Matthew Wilcox <[email protected]> | ||
*/ | ||
|
||
#include <linux/spinlock.h> | ||
|