Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 1 | # This mailmap fixes up author names/addresses. |
Alex Bennée | f4cf1ed | 2019-08-28 12:03:23 +0100 | [diff] [blame] | 2 | # |
| 3 | # If you are adding to this file consider if a similar change needs to |
| 4 | # be made to contrib/gitdm/aliases. They are not however completely |
| 5 | # analogous. .mailmap is concerned with fixing up damaged author |
| 6 | # fields where as the gitdm equivalent is more concerned with making |
| 7 | # sure multiple email addresses get mapped onto the same author. |
| 8 | # |
| 9 | # From man git-shortlog the forms are: |
| 10 | # |
| 11 | # Proper Name <commit@email.xx> |
| 12 | # <proper@email.xx> <commit@email.xx> |
| 13 | # Proper Name <proper@email.xx> <commit@email.xx> |
| 14 | # Proper Name <proper@email.xx> Commit Name <commit@email.xx> |
| 15 | # |
Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 16 | |
| 17 | # The first section translates weird addresses from the original git import |
| 18 | # into proper addresses so that they are counted properly by git shortlog. |
Peter Maydell | 4cb0165 | 2011-12-12 10:58:26 +0000 | [diff] [blame] | 19 | Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> |
Anthony Liguori | bc02fb3 | 2013-08-19 08:49:37 -0500 | [diff] [blame] | 20 | Anthony Liguori <anthony@codemonkey.ws> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> |
Peter Maydell | 4cb0165 | 2011-12-12 10:58:26 +0000 | [diff] [blame] | 21 | Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 22 | Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 23 | Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 24 | Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> |
Peter Maydell | 4cb0165 | 2011-12-12 10:58:26 +0000 | [diff] [blame] | 25 | Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 26 | Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Peter Maydell | 4cb0165 | 2011-12-12 10:58:26 +0000 | [diff] [blame] | 27 | Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 28 | malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> |
Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 29 | |
Alex Bennée | 82585a3 | 2021-07-21 00:26:40 +0100 | [diff] [blame] | 30 | # Corrupted Author fields |
Alex Bennée | b8003f9 | 2022-03-11 13:41:53 +0000 | [diff] [blame] | 31 | Aaron Larson <alarson@ddci.com> alarson@ddci.com |
| 32 | Andreas Färber <andreas.faerber@web.de> Andreas Färber <andreas.faerber> |
| 33 | Jason Wang <jasowang@redhat.com> Jason Wang <jasowang> |
Alex Bennée | 82585a3 | 2021-07-21 00:26:40 +0100 | [diff] [blame] | 34 | Marek Dolata <mkdolata@us.ibm.com> mkdolata@us.ibm.com <mkdolata@us.ibm.com> |
Alex Bennée | b8003f9 | 2022-03-11 13:41:53 +0000 | [diff] [blame] | 35 | Michael Ellerman <mpe@ellerman.id.au> michael@ozlabs.org <michael@ozlabs.org> |
Alex Bennée | 82585a3 | 2021-07-21 00:26:40 +0100 | [diff] [blame] | 36 | Nick Hudson <hnick@vmware.com> hnick@vmware.com <hnick@vmware.com> |
| 37 | |
Peter Maydell | 4cb0165 | 2011-12-12 10:58:26 +0000 | [diff] [blame] | 38 | # There is also a: |
| 39 | # (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> |
| 40 | # for the cvs2svn initialization commit e63c3dc74bf. |
Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 41 | |
| 42 | # Next, translate a few commits where mailman rewrote the From: line due |
| 43 | # to strict SPF, although we prefer to avoid adding more entries like that. |
| 44 | Ed Swierk <eswierk@skyportsystems.com> Ed Swierk via Qemu-devel <qemu-devel@nongnu.org> |
| 45 | Ian McKellar <ianloic@google.com> Ian McKellar via Qemu-devel <qemu-devel@nongnu.org> |
| 46 | Julia Suvorova <jusual@mail.ru> Julia Suvorova via Qemu-devel <qemu-devel@nongnu.org> |
| 47 | Justin Terry (VM) <juterry@microsoft.com> Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org> |
Philippe Mathieu-Daudé | 5204b49 | 2022-12-08 16:55:35 +0100 | [diff] [blame] | 48 | Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org> |
Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 49 | |
Philippe Mathieu-Daudé | 6b97a1d | 2019-08-23 01:09:14 +0200 | [diff] [blame] | 50 | # Next, replace old addresses by a more recent one. |
Aleksandar Markovic | 0eac70b | 2020-03-13 02:00:51 +0100 | [diff] [blame] | 51 | Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> <aleksandar.markovic@mips.com> |
| 52 | Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> <aleksandar.markovic@imgtec.com> |
| 53 | Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> <amarkovic@wavecomp.com> |
Aleksandar Markovic | 97d8974 | 2020-05-18 22:09:16 +0200 | [diff] [blame] | 54 | Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <arikalo@wavecomp.com> |
| 55 | Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <aleksandar.rikalo@rt-rk.com> |
Philippe Mathieu-Daudé | 0f57f8d | 2020-07-02 19:38:00 +0200 | [diff] [blame] | 56 | Alexander Graf <agraf@csgraf.de> <agraf@suse.de> |
Ani Sinha | 607a079 | 2023-03-20 17:12:33 +0530 | [diff] [blame] | 57 | Ani Sinha <anisinha@redhat.com> <ani@anisinha.ca> |
Aleksandar Markovic | 63640d6 | 2019-10-23 12:23:36 +0200 | [diff] [blame] | 58 | Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com> |
Christian Borntraeger | 2c09295 | 2021-11-26 11:24:49 +0100 | [diff] [blame] | 59 | Christian Borntraeger <borntraeger@linux.ibm.com> <borntraeger@de.ibm.com> |
Damien Hedde | 1d7e672 | 2023-02-13 10:53:06 +0000 | [diff] [blame] | 60 | Damien Hedde <damien.hedde@dahe.fr> <damien.hedde@greensocs.com> |
Aleksandar Markovic | cdcb639 | 2020-06-02 10:52:14 +0200 | [diff] [blame] | 61 | Filip Bozuta <filip.bozuta@syrmia.com> <filip.bozuta@rt-rk.com.com> |
Frederic Konrad | 034e050 | 2022-04-01 15:35:49 +0100 | [diff] [blame] | 62 | Frederic Konrad <konrad.frederic@yahoo.fr> <fred.konrad@greensocs.com> |
| 63 | Frederic Konrad <konrad.frederic@yahoo.fr> <konrad@adacore.com> |
Greg Kurz | 3c9ef9c | 2020-08-12 17:37:31 +0200 | [diff] [blame] | 64 | Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com> |
Huacai Chen | dab1e1e | 2020-12-05 17:22:01 +0800 | [diff] [blame] | 65 | Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com> |
| 66 | Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn> |
Aleksandar Markovic | 63640d6 | 2019-10-23 12:23:36 +0200 | [diff] [blame] | 67 | James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com> |
Leif Lindholm | 14d5add | 2022-05-05 12:37:40 +0100 | [diff] [blame] | 68 | Leif Lindholm <quic_llindhol@quicinc.com> <leif.lindholm@linaro.org> |
| 69 | Leif Lindholm <quic_llindhol@quicinc.com> <leif@nuviainc.com> |
Radoslaw Biernacki | 428a377 | 2020-05-12 19:07:04 +0200 | [diff] [blame] | 70 | Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org> |
Alex Bennée | 13b2918 | 2022-09-29 12:42:28 +0100 | [diff] [blame] | 71 | Paul Brook <paul@nowt.org> <paul@codesourcery.com> |
Philippe Mathieu-Daudé | 2b107c2 | 2020-07-07 04:25:44 +0200 | [diff] [blame] | 72 | Paul Burton <paulburton@kernel.org> <paul.burton@mips.com> |
| 73 | Paul Burton <paulburton@kernel.org> <paul.burton@imgtec.com> |
| 74 | Paul Burton <paulburton@kernel.org> <paul@archlinuxmips.org> |
| 75 | Paul Burton <paulburton@kernel.org> <pburton@wavecomp.com> |
Philippe Mathieu-Daudé | 8823ef1 | 2022-10-17 20:20:05 +0200 | [diff] [blame] | 76 | Philippe Mathieu-Daudé <philmd@linaro.org> <f4bug@amsat.org> |
| 77 | Philippe Mathieu-Daudé <philmd@linaro.org> <philmd@redhat.com> |
| 78 | Philippe Mathieu-Daudé <philmd@linaro.org> <philmd@fungible.com> |
Philippe Mathieu-Daudé | 3b4a025 | 2023-06-21 13:32:23 +0200 | [diff] [blame] | 79 | Roman Bolshakov <rbolshakov@ddn.com> <r.bolshakov@yadro.com> |
Aleksandar Markovic | f364a8d | 2020-06-02 10:52:15 +0200 | [diff] [blame] | 80 | Stefan Brankovic <stefan.brankovic@syrmia.com> <stefan.brankovic@rt-rk.com.com> |
Taylor Simpson | 7d196e2 | 2023-05-24 09:11:26 -0700 | [diff] [blame] | 81 | Taylor Simpson <ltaylorsimpson@gmail.com> <tsimpson@quicinc.com> |
Philippe Mathieu-Daudé | 3b4a025 | 2023-06-21 13:32:23 +0200 | [diff] [blame] | 82 | Yongbok Kim <yongbok.kim@mips.com> <yongbok.kim@imgtec.com> |
Eric Blake | 3bd2608 | 2018-03-26 13:41:47 -0500 | [diff] [blame] | 83 | |
Daniel P. Berrangé | 57bf554 | 2018-02-02 18:26:59 +0000 | [diff] [blame] | 84 | # Also list preferred name forms where people have changed their |
Eric Blake | d668c82 | 2018-12-07 11:07:33 -0600 | [diff] [blame] | 85 | # git author config, or had utf8/latin1 encoding issues. |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 86 | Aaron Lindsay <aaron@os.amperecomputing.com> |
Alex Bennée | b8003f9 | 2022-03-11 13:41:53 +0000 | [diff] [blame] | 87 | Aaron Larson <alarson@ddci.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 88 | Alexey Gerasimenko <x1917x@gmail.com> |
Philippe Mathieu-Daudé | 63a0eb6 | 2021-10-27 06:32:54 +0200 | [diff] [blame] | 89 | Alex Chen <alex.chen@huawei.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 90 | Alex Ivanov <void@aleksoft.net> |
| 91 | Andreas Färber <afaerber@suse.de> |
| 92 | Bandan Das <bsd@redhat.com> |
| 93 | Benjamin MARSILI <mlspirat42@gmail.com> |
| 94 | Benoît Canet <benoit.canet@gmail.com> |
| 95 | Benoît Canet <benoit.canet@irqsave.net> |
| 96 | Benoît Canet <benoit.canet@nodalink.com> |
| 97 | Boqun Feng <boqun.feng@gmail.com> |
| 98 | Boqun Feng <boqun.feng@intel.com> |
| 99 | Brad Smith <brad@comstyle.com> |
| 100 | Brijesh Singh <brijesh.singh@amd.com> |
| 101 | Brilly Wu <brillywu@viatech.com.cn> |
| 102 | Cédric Vincent <cedric.vincent@st.com> |
| 103 | CheneyLin <linzc@zju.edu.cn> |
| 104 | Chen Gang <chengang@emindsoft.com.cn> |
| 105 | Chen Gang <gang.chen.5i5j@gmail.com> |
| 106 | Chen Gang <gang.chen@sunrus.com.cn> |
| 107 | Chen Wei-Ren <chenwj@iis.sinica.edu.tw> |
| 108 | Christophe Lyon <christophe.lyon@st.com> |
| 109 | Collin L. Walling <walling@linux.ibm.com> |
Daniel P. Berrangé | 57bf554 | 2018-02-02 18:26:59 +0000 | [diff] [blame] | 110 | Daniel P. Berrangé <berrange@redhat.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 111 | Eduardo Otubo <otubo@redhat.com> |
Philippe Mathieu-Daudé | 98d3a72 | 2020-10-07 17:00:34 +0100 | [diff] [blame] | 112 | Erik Smit <erik.lucas.smit@gmail.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 113 | Fabrice Desclaux <fabrice.desclaux@cea.fr> |
| 114 | Fernando Luis Vázquez Cao <fernando_b1@lab.ntt.co.jp> |
| 115 | Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp> |
| 116 | Gautham R. Shenoy <ego@in.ibm.com> |
| 117 | Gautham R. Shenoy <ego@linux.vnet.ibm.com> |
| 118 | Gonglei (Arei) <arei.gonglei@huawei.com> |
| 119 | Guang Wang <wang.guang55@zte.com.cn> |
Philippe Mathieu-Daudé | 63a0eb6 | 2021-10-27 06:32:54 +0200 | [diff] [blame] | 120 | Haibin Zhang <haibinzhang@tencent.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 121 | Hailiang Zhang <zhang.zhanghailiang@huawei.com> |
Hanna Reitz | b0c4798 | 2021-08-10 16:04:11 +0200 | [diff] [blame] | 122 | Hanna Reitz <hreitz@redhat.com> <mreitz@redhat.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 123 | Hervé Poussineau <hpoussin@reactos.org> |
Philippe Mathieu-Daudé | 63a0eb6 | 2021-10-27 06:32:54 +0200 | [diff] [blame] | 124 | Hyman Huang <huangy81@chinatelecom.cn> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 125 | Jakub Jermář <jakub@jermar.eu> |
| 126 | Jakub Jermář <jakub.jermar@kernkonzept.com> |
| 127 | Jean-Christophe Dubois <jcd@tribudubois.net> |
| 128 | Jindřich Makovička <makovick@gmail.com> |
| 129 | John Arbuckle <programmingkidx@gmail.com> |
| 130 | Juha Riihimäki <juha.riihimaki@nokia.com> |
| 131 | Juha Riihimäki <Juha.Riihimaki@nokia.com> |
| 132 | Jun Li <junmuzi@gmail.com> |
| 133 | Laurent Vivier <Laurent@lvivier.info> |
| 134 | Leandro Lupori <leandro.lupori@gmail.com> |
| 135 | Li Guang <lig.fnst@cn.fujitsu.com> |
| 136 | Liming Wang <walimisdev@gmail.com> |
| 137 | linzhecheng <linzc@zju.edu.cn> |
| 138 | Liran Schour <lirans@il.ibm.com> |
| 139 | Liu Yu <yu.liu@freescale.com> |
| 140 | Liu Yu <Yu.Liu@freescale.com> |
| 141 | Li Zhang <zhlcindy@gmail.com> |
| 142 | Li Zhang <zhlcindy@linux.vnet.ibm.com> |
| 143 | Lluís Vilanova <vilanova@ac.upc.edu> |
| 144 | Lluís Vilanova <xscript@gmx.net> |
| 145 | Longpeng (Mike) <longpeng2@huawei.com> |
| 146 | Luc Michel <luc.michel@git.antfield.fr> |
| 147 | Luc Michel <luc.michel@greensocs.com> |
| 148 | Marc Marí <marc.mari.barcelo@gmail.com> |
| 149 | Marc Marí <markmb@redhat.com> |
| 150 | Michael Avdienko <whitearchey@gmail.com> |
| 151 | Michael S. Tsirkin <mst@redhat.com> |
| 152 | Munkyu Im <munkyu.im@samsung.com> |
| 153 | Nicholas Bellinger <nab@linux-iscsi.org> |
| 154 | Nicholas Thomas <nick@bytemark.co.uk> |
| 155 | Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> |
| 156 | Orit Wasserman <owasserm@redhat.com> |
| 157 | Paolo Bonzini <pbonzini@redhat.com> |
Philippe Mathieu-Daudé | 63a0eb6 | 2021-10-27 06:32:54 +0200 | [diff] [blame] | 158 | Pan Nengyuan <pannengyuan@huawei.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 159 | Pavel Dovgaluk <dovgaluk@ispras.ru> |
| 160 | Pavel Dovgaluk <pavel.dovgaluk@gmail.com> |
| 161 | Pavel Dovgaluk <Pavel.Dovgaluk@ispras.ru> |
Alex Bennée | b8003f9 | 2022-03-11 13:41:53 +0000 | [diff] [blame] | 162 | Peter Chubb <peter.chubb@nicta.com.au> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 163 | Peter Crosthwaite <crosthwaite.peter@gmail.com> |
| 164 | Peter Crosthwaite <peter.crosthwaite@petalogix.com> |
| 165 | Peter Crosthwaite <peter.crosthwaite@xilinx.com> |
| 166 | Prasad J Pandit <pjp@fedoraproject.org> |
| 167 | Prasad J Pandit <ppandit@redhat.com> |
| 168 | Qiao Nuohan <qiaonuohan@cn.fujitsu.com> |
Philippe Mathieu-Daudé | 957e8b3 | 2018-10-11 00:29:43 +0200 | [diff] [blame] | 169 | Reimar Döffinger <Reimar.Doeffinger@gmx.de> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 170 | Remy Noel <remy.noel@blade-group.com> |
| 171 | Roger Pau Monné <roger.pau@citrix.com> |
| 172 | Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp> |
| 173 | Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com> |
| 174 | Sochin Jiang <sochin.jiang@huawei.com> |
Philippe Mathieu-Daudé | 98d3a72 | 2020-10-07 17:00:34 +0100 | [diff] [blame] | 175 | Stefan Berger <stefanb@linux.vnet.ibm.com> <stefanb@linux.ibm.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 176 | Takashi Yoshii <takasi-y@ops.dti.ne.jp> |
| 177 | Thomas Huth <thuth@redhat.com> |
| 178 | Thomas Knych <thomaswk@google.com> |
| 179 | Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk> |
| 180 | Tony Nguyen <tony.nguyen@bt.com> |
| 181 | Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> |
| 182 | Vibi Sreenivasan <vibi_sreenivasan@cms.com> |
| 183 | Vijaya Kumar K <vijayak@cavium.com> |
| 184 | Vijaya Kumar K <Vijaya.Kumar@cavium.com> |
| 185 | Vijay Kumar <vijaykumar@bravegnu.org> |
| 186 | Vijay Kumar <vijaykumar@zilogic.com> |
| 187 | Wang Guang <wang.guang55@zte.com.cn> |
| 188 | Wenchao Xia <xiawenc@linux.vnet.ibm.com> |
| 189 | Wenshuang Ma <kevinnma@tencent.com> |
| 190 | Xiaoqiang Zhao <zxq_yx_007@163.com> |
| 191 | Xinhua Cao <caoxinhua@huawei.com> |
| 192 | Xiong Zhang <xiong.y.zhang@intel.com> |
| 193 | Yin Yin <yin.yin@cs2c.com.cn> |
Yu-Chen Lin | 4065bb2 | 2020-02-06 20:55:04 +0800 | [diff] [blame] | 194 | Yu-Chen Lin <npes87184@gmail.com> |
| 195 | Yu-Chen Lin <npes87184@gmail.com> <yuchenlin@synology.com> |
Philippe Mathieu-Daudé | 1fed8f0 | 2019-08-23 01:09:16 +0200 | [diff] [blame] | 196 | YunQiang Su <syq@debian.org> |
| 197 | YunQiang Su <ysu@wavecomp.com> |
| 198 | Yuri Pudgorodskiy <yur@virtuozzo.com> |
| 199 | Zhengui Li <lizhengui@huawei.com> |
| 200 | Zhenwei Pi <pizhenwei@bytedance.com> |
| 201 | Zhenwei Pi <zhenwei.pi@youruncloud.com> |
| 202 | Zhuang Yanying <ann.zhuangyanying@huawei.com> |