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.
Merge branch 'x86/cache' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
316 changed files
with
2,960 additions
and
1,825 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
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 |
---|---|---|
|
@@ -15,7 +15,8 @@ than x86. Check the v86d documentation for a list of currently supported | |
arches. | ||
|
||
v86d source code can be downloaded from the following website: | ||
http://dev.gentoo.org/~spock/projects/uvesafb | ||
|
||
https://github.com/mjanusz/v86d | ||
|
||
Please refer to the v86d documentation for detailed configuration and | ||
installation instructions. | ||
|
@@ -177,7 +178,7 @@ from the Video BIOS if you set pixclock to 0 in fb_var_screeninfo. | |
|
||
-- | ||
Michal Januszewski <[email protected]> | ||
Last updated: 2009-03-30 | ||
Last updated: 2017-10-10 | ||
|
||
Documentation of the uvesafb options is loosely based on vesafb.txt. | ||
|
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 |
---|---|---|
|
@@ -324,7 +324,6 @@ F: Documentation/ABI/testing/sysfs-bus-acpi | |
F: Documentation/ABI/testing/configfs-acpi | ||
F: drivers/pci/*acpi* | ||
F: drivers/pci/*/*acpi* | ||
F: drivers/pci/*/*/*acpi* | ||
F: tools/power/acpi/ | ||
|
||
ACPI APEI | ||
|
@@ -1251,7 +1250,7 @@ N: meson | |
|
||
ARM/Annapurna Labs ALPINE ARCHITECTURE | ||
M: Tsahee Zidenberg <[email protected]> | ||
M: Antoine Tenart <antoine.tenart@free-electrons.com> | ||
M: Antoine Tenart <antoine.tenart@bootlin.com> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/mach-alpine/ | ||
|
@@ -2956,7 +2955,6 @@ F: include/linux/bcm963xx_tag.h | |
|
||
BROADCOM BNX2 GIGABIT ETHERNET DRIVER | ||
M: Rasesh Mody <[email protected]> | ||
M: Harish Patil <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -2977,6 +2975,7 @@ F: drivers/scsi/bnx2i/ | |
|
||
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER | ||
M: Ariel Elior <[email protected]> | ||
M: Sudarsana Kalluru <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -5470,7 +5469,8 @@ S: Odd Fixes | |
F: drivers/net/ethernet/agere/ | ||
|
||
ETHERNET BRIDGE | ||
M: Stephen Hemminger <[email protected]> | ||
M: Roopa Prabhu <[email protected]> | ||
M: Nikolay Aleksandrov <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
W: http://www.linuxfoundation.org/en/Net:Bridge | ||
|
@@ -8598,7 +8598,6 @@ F: include/linux/spinlock*.h | |
F: arch/*/include/asm/spinlock*.h | ||
F: include/linux/rwlock*.h | ||
F: include/linux/mutex*.h | ||
F: arch/*/include/asm/mutex*.h | ||
F: include/linux/rwsem*.h | ||
F: arch/*/include/asm/rwsem.h | ||
F: include/linux/seqlock.h | ||
|
@@ -10942,7 +10941,7 @@ M: Willy Tarreau <[email protected]> | |
M: Ksenija Stanojevic <[email protected]> | ||
S: Odd Fixes | ||
F: Documentation/auxdisplay/lcd-panel-cgram.txt | ||
F: drivers/misc/panel.c | ||
F: drivers/auxdisplay/panel.c | ||
|
||
PARALLEL PORT SUBSYSTEM | ||
M: Sudip Mukherjee <[email protected]> | ||
|
@@ -11979,15 +11978,14 @@ F: Documentation/scsi/LICENSE.qla4xxx | |
F: drivers/scsi/qla4xxx/ | ||
|
||
QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | ||
M: Harish Patil <harish.patil@cavium.com> | ||
M: Shahed Shaikh <Shahed.Shaikh@cavium.com> | ||
M: Manish Chopra <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/qlogic/qlcnic/ | ||
|
||
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Harish Patil <[email protected]> | ||
M: Manish Chopra <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
|
@@ -15395,7 +15393,7 @@ S: Maintained | |
UVESAFB DRIVER | ||
M: Michal Januszewski <[email protected]> | ||
L: [email protected] | ||
W: http://dev.gentoo.org/~spock/projects/uvesafb/ | ||
W: https://github.com/mjanusz/v86d | ||
S: Maintained | ||
F: Documentation/fb/uvesafb.txt | ||
F: drivers/video/fbdev/uvesafb.* | ||
|
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
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
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
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
Oops, something went wrong.