Skip to content

Commit 8b2ada2

Browse files
committed
Merge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'
* pm-cpufreq-fixes: cpufreq: intel_pstate: Always set max P-state in performance mode cpufreq: intel_pstate: Set P-state upfront in performance mode * pm-sleep-fixes: PM / suspend: Fix missing KERN_CONT for suspend message
2 parents 2f1d407 + 1adb469 commit 8b2ada2

File tree

10,992 files changed

+636148
-365098
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,992 files changed

+636148
-365098
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.c diff=cpp
2+
*.h diff=cpp

.mailmap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ James Bottomley <jejb@mulgrave.(none)>
6969
James Bottomley <[email protected]>
7070
James E Wilson <[email protected]>
7171
James Ketrenos <jketreno@io.(none)>
72+
7273
7374
Jean Tourrilhes <[email protected]>
7475
Jeff Garzik <[email protected]>
7576
Jens Axboe <[email protected]>
7677
Jens Osterkamp <[email protected]>
78+
79+
7780
John Paul Adrian Glaubitz <[email protected]>
7881
John Stultz <[email protected]>
7982
@@ -88,6 +91,7 @@ Kay Sievers <[email protected]>
8891
Kenneth W Chen <[email protected]>
8992
Konstantin Khlebnikov <[email protected]> <[email protected]>
9093
94+
Krzysztof Kozlowski <[email protected]> <[email protected]>
9195
Krzysztof Kozlowski <[email protected]> <[email protected]>
9296
Kuninori Morimoto <[email protected]>
9397
Leonid I Ananiev <[email protected]>
@@ -123,6 +127,7 @@ Peter Oruba <[email protected]>
123127
Peter Oruba <[email protected]>
124128
125129
Praveen BP <[email protected]>
130+
126131
Rajesh Shah <[email protected]>
127132
Ralf Baechle <[email protected]>
128133
Ralf Wildenhues <[email protected]>
@@ -158,6 +163,7 @@ Valdis Kletnieks <[email protected]>
158163
159164
160165
166+
161167
162168
163169
Takashi YOSHII <[email protected]>

CREDITS

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,10 @@ S: 6350 Stoneridge Mall Road
10901090
S: Pleasanton, CA 94588
10911091
S: USA
10921092

1093+
N: Dmitry Eremin-Solenikov
1094+
1095+
D: Power Supply Maintainer from v3.14 - v3.15
1096+
10931097
N: Doug Evans
10941098
10951099
D: Wrote Xenix FS (part of standard kernel since 0.99.15)
@@ -1944,6 +1948,11 @@ E: [email protected]
19441948
19451949
D: video4linux, bttv, vesafb, some scsi, misc fixes
19461950

1951+
N: Hans J. Koch
1952+
D: USERSPACE I/O, MAX6650
1953+
D: Hans passed away in June 2016, and will be greatly missed.
1954+
W: https://lwn.net/Articles/691000/
1955+
19471956
N: Harald Koenig
19481957
19491958
D: XFree86 (S3), DCF77, some kernel hacks and fixes
@@ -2287,11 +2296,11 @@ D: Initial implementation of VC's, pty's and select()
22872296

22882297
N: Pavel Machek
22892298
2290-
D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
2299+
P: 4096R/92DFCE96 4FA7 9EEF FCD4 C44F C585 B8C7 C060 2241 92DF CE96
2300+
D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd,
22912301
D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB,
2292-
D: work on suspend-to-ram/disk, killing duplicates from ioctl32
2293-
S: Volkova 1131
2294-
S: 198 00 Praha 9
2302+
D: work on suspend-to-ram/disk, killing duplicates from ioctl32,
2303+
D: Altera SoCFPGA and Nokia N900 support.
22952304
S: Czech Republic
22962305

22972306
N: Paul Mackerras
@@ -3518,6 +3527,10 @@ S: 145 Howard St.
35183527
S: Northborough, MA 01532
35193528
S: USA
35203529

3530+
N: Doug Thompson
3531+
3532+
D: EDAC
3533+
35213534
N: Tommy Thorn
35223535
35233536
W: http://www.irisa.fr/prive/thorn/index.html
@@ -3654,6 +3667,10 @@ S: Obere Heerbergstrasse 17
36543667
S: 97078 Wuerzburg
36553668
S: Germany
36563669

3670+
N: Jason Uhlenkott
3671+
3672+
D: I3000 EDAC driver
3673+
36573674
N: Greg Ungerer
36583675
36593676
D: uClinux kernel hacker
@@ -3691,7 +3708,7 @@ S: Germany
36913708
N: Geert Uytterhoeven
36923709
36933710
W: http://users.telenet.be/geertu/
3694-
P: 1024/862678A6 C51D 361C 0BD1 4C90 B275 C553 6EEA 11BA 8626 78A6
3711+
P: 4096R/4804B4BC3F55EEFB 750D 82B0 A781 5431 5E25 925B 4804 B4BC 3F55 EEFB
36953712
D: m68k/Amiga and PPC/CHRP Longtrail coordinator
36963713
D: Frame buffer device and XF68_FBDev maintainer
36973714
D: m68k IDE maintainer

Documentation/00-INDEX

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ IRQ.txt
4646
Intel-IOMMU.txt
4747
- basic info on the Intel IOMMU virtualization support.
4848
Makefile
49-
- some files in Documentation dir are actually sample code to build
49+
- This file does nothing. Removing it breaks make htmldocs and
50+
make distclean.
5051
ManagementStyle
5152
- how to (attempt to) manage kernel hackers.
5253
RCU/

0 commit comments

Comments
 (0)