Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Update email address

Redirect some older email addresses that are in the git logs.

Signed-off-by: Matthew Wilcox <willy@infradead.org>

+18 -11
+7
.mailmap
··· 119 119 Mark Yao <markyao0591@gmail.com> <mark.yao@rock-chips.com> 120 120 Martin Kepplinger <martink@posteo.de> <martin.kepplinger@theobroma-systems.com> 121 121 Martin Kepplinger <martink@posteo.de> <martin.kepplinger@ginzinger.com> 122 + Matthew Wilcox <willy@infradead.org> <matthew.r.wilcox@intel.com> 123 + Matthew Wilcox <willy@infradead.org> <matthew@wil.cx> 124 + Matthew Wilcox <willy@infradead.org> <mawilcox@linuxonhyperv.com> 125 + Matthew Wilcox <willy@infradead.org> <mawilcox@microsoft.com> 126 + Matthew Wilcox <willy@infradead.org> <willy@debian.org> 127 + Matthew Wilcox <willy@infradead.org> <willy@linux.intel.com> 128 + Matthew Wilcox <willy@infradead.org> <willy@parisc-linux.org> 122 129 Matthieu CASTET <castet.matthieu@free.fr> 123 130 Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@brturbo.com.br> 124 131 Mauro Carvalho Chehab <mchehab@kernel.org> <maurochehab@gmail.com>
+3 -3
MAINTAINERS
··· 536 536 F: drivers/hwmon/adt7475.c 537 537 538 538 ADVANSYS SCSI DRIVER 539 - M: Matthew Wilcox <matthew@wil.cx> 539 + M: Matthew Wilcox <willy@infradead.org> 540 540 M: Hannes Reinecke <hare@suse.com> 541 541 L: linux-scsi@vger.kernel.org 542 542 S: Maintained ··· 4364 4364 F: drivers/i2c/busses/i2c-diolan-u2c.c 4365 4365 4366 4366 FILESYSTEM DIRECT ACCESS (DAX) 4367 - M: Matthew Wilcox <mawilcox@microsoft.com> 4367 + M: Matthew Wilcox <willy@infradead.org> 4368 4368 M: Ross Zwisler <zwisler@kernel.org> 4369 4369 M: Jan Kara <jack@suse.cz> 4370 4370 L: linux-fsdevel@vger.kernel.org ··· 8626 8626 F: drivers/scsi/mpt3sas/ 8627 8627 8628 8628 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 8629 - M: Matthew Wilcox <matthew@wil.cx> 8629 + M: Matthew Wilcox <willy@infradead.org> 8630 8630 L: linux-scsi@vger.kernel.org 8631 8631 S: Maintained 8632 8632 F: drivers/scsi/sym53c8xx_2/
+1 -1
arch/parisc/kernel/syscall.S
··· 2 2 * Linux/PA-RISC Project (http://www.parisc-linux.org/) 3 3 * 4 4 * System call entry code / Linux gateway page 5 - * Copyright (c) Matthew Wilcox 1999 <willy@bofh.ai> 5 + * Copyright (c) Matthew Wilcox 1999 <willy@infradead.org> 6 6 * Licensed under the GNU GPL. 7 7 * thanks to Philipp Rumpf, Mike Shaver and various others 8 8 * sorry about the wall, puffin..
+1 -1
drivers/input/keyboard/hilkbd.c
··· 2 2 * linux/drivers/hil/hilkbd.c 3 3 * 4 4 * Copyright (C) 1998 Philip Blundell <philb@gnu.org> 5 - * Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai> 5 + * Copyright (C) 1999 Matthew Wilcox <willy@infradead.org> 6 6 * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de> 7 7 * 8 8 * Very basic HP Human Interface Loop (HIL) driver.
+1 -1
drivers/pci/hotplug/acpiphp.h
··· 8 8 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) 9 9 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) 10 10 * Copyright (C) 2002,2003 NEC Corporation 11 - * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) 11 + * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) 12 12 * Copyright (C) 2003-2005 Hewlett Packard 13 13 * 14 14 * All rights reserved.
+2 -2
drivers/pci/hotplug/acpiphp_core.c
··· 8 8 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) 9 9 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) 10 10 * Copyright (C) 2002,2003 NEC Corporation 11 - * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) 11 + * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) 12 12 * Copyright (C) 2003-2005 Hewlett Packard 13 13 * 14 14 * All rights reserved. ··· 40 40 static struct acpiphp_attention_info *attention_info; 41 41 42 42 #define DRIVER_VERSION "0.5" 43 - #define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@hp.com>" 43 + #define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@infradead.org>" 44 44 #define DRIVER_DESC "ACPI Hot Plug PCI Controller Driver" 45 45 46 46 MODULE_AUTHOR(DRIVER_AUTHOR);
+1 -1
drivers/pci/hotplug/acpiphp_glue.c
··· 5 5 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) 6 6 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) 7 7 * Copyright (C) 2002,2003 NEC Corporation 8 - * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) 8 + * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) 9 9 * Copyright (C) 2003-2005 Hewlett Packard 10 10 * Copyright (C) 2005 Rajesh Shah (rajesh.shah@intel.com) 11 11 * Copyright (C) 2005 Intel Corporation
+1 -1
fs/isofs/dir.c
··· 46 46 return i; 47 47 } 48 48 49 - /* Acorn extensions written by Matthew Wilcox <willy@bofh.ai> 1998 */ 49 + /* Acorn extensions written by Matthew Wilcox <willy@infradead.org> 1998 */ 50 50 int get_acorn_filename(struct iso_directory_record *de, 51 51 char *retname, struct inode *inode) 52 52 {
+1 -1
include/linux/xarray.h
··· 4 4 /* 5 5 * eXtensible Arrays 6 6 * Copyright (c) 2017 Microsoft Corporation 7 - * Author: Matthew Wilcox <mawilcox@microsoft.com> 7 + * Author: Matthew Wilcox <willy@infradead.org> 8 8 */ 9 9 10 10 #include <linux/spinlock.h>