Skip to content

Commit 7e6a6b4

Browse files
committed
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 fixes for 5.17, take #2 - A couple of fixes when handling an exception while a SError has been delivered - Workaround for Cortex-A510's single-step[ erratum
2 parents 6e37ec8 + 1dd498e commit 7e6a6b4

File tree

10,534 files changed

+474534
-235853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,534 files changed

+474534
-235853
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ ForEachMacros:
216216
- 'for_each_migratetype_order'
217217
- 'for_each_msi_entry'
218218
- 'for_each_msi_entry_safe'
219-
- 'for_each_msi_vector'
220219
- 'for_each_net'
221220
- 'for_each_net_continue_reverse'
222221
- 'for_each_netdev'

.mailmap

+10
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
# Please keep this list dictionary sorted.
1111
#
1212
Aaron Durbin <[email protected]>
13+
1314
Adam Oldham <[email protected]>
1415
Adam Radford <[email protected]>
1516
1617
Adrian Bunk <[email protected]>
18+
1719
1820
1921
Aleksandar Markovic <[email protected]> <[email protected]>
@@ -42,6 +44,7 @@ Andrew Vasquez <[email protected]>
4244
4345
4446
47+
4548
Andy Adamson <[email protected]>
4649
4750
@@ -67,6 +70,7 @@ Boris Brezillon <[email protected]> <[email protected]>
6770
6871
Brian Avery <[email protected]>
6972
Brian King <[email protected]>
73+
7074
7175
7276
@@ -174,6 +178,7 @@ Jeff Layton <[email protected]> <[email protected]>
174178
Jens Axboe <[email protected]>
175179
Jens Osterkamp <[email protected]>
176180
181+
177182
178183
179184
@@ -193,6 +198,7 @@ Juha Yrjola <at solidboot.com>
193198
Juha Yrjola <[email protected]>
194199
Juha Yrjola <[email protected]>
195200
201+
196202
Kay Sievers <[email protected]>
197203
198204
@@ -204,9 +210,11 @@ Kenneth W Chen <[email protected]>
204210
Konstantin Khlebnikov <[email protected]> <[email protected]>
205211
Konstantin Khlebnikov <[email protected]> <[email protected]>
206212
213+
Krishna Manikandan <[email protected]> <[email protected]>
207214
Krzysztof Kozlowski <[email protected]> <[email protected]>
208215
Krzysztof Kozlowski <[email protected]> <[email protected]>
209216
Kuninori Morimoto <[email protected]>
217+
210218
211219
Leonid I Ananiev <[email protected]>
212220
@@ -313,6 +321,7 @@ Qais Yousef <[email protected]> <[email protected]>
313321
314322
315323
324+
316325
Rajesh Shah <[email protected]>
317326
Ralf Baechle <[email protected]>
318327
Ralf Wildenhues <[email protected]>
@@ -327,6 +336,7 @@ Rui Saraiva <[email protected]>
327336
Sachin P Sant <[email protected]>
328337
329338
Sam Ravnborg <[email protected]>
339+
Sankeerth Billakanti <[email protected]> <[email protected]>
330340
Santosh Shilimkar <[email protected]>
331341
Santosh Shilimkar <[email protected]>
332342
Sarangdhar Joshi <[email protected]>

CREDITS

+5
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ S: Via Delle Palme, 9
315315
S: Terni 05100
316316
S: Italy
317317

318+
N: Ohad Ben Cohen
319+
320+
D: Remote Processor (remoteproc) subsystem
321+
D: Remote Processor Messaging (rpmsg) subsystem
322+
318323
N: Krzysztof Benedyczak
319324
320325
W: http://www.mat.uni.torun.pl/~golbi

Documentation/ABI/obsolete/sysfs-class-dax

-22
This file was deleted.

0 commit comments

Comments
 (0)