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.
* akpm: mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration readahead: fix pipeline break caused by block plug kprobes: fix a memory leak in function pre_handler_kretprobe() drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer lkdtm: avoid calling lkdtm_do_action() with spinlock held mm/filemap_xip.c: fix race condition in xip_file_fault() mm/memcontrol.c: fix warning with CONFIG_NUMA=n avr32: select generic atomic64_t support mm: postpone migrated page mapping reset xtensa: fix memscan() MAINTAINERS: update lguest F: patterns MAINTAINERS: remove staging sections MAINTAINERS: remove iMX5 section MAINTAINERS: update partitions block F: patterns
- Loading branch information
Showing
11 changed files
with
41 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -789,12 +789,6 @@ F: arch/arm/mach-mx*/ | |
F: arch/arm/mach-imx/ | ||
F: arch/arm/plat-mxc/ | ||
|
||
ARM/FREESCALE IMX51 | ||
M: Amit Kucheria <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/mach-mx5/ | ||
|
||
ARM/FREESCALE IMX6 | ||
M: Shawn Guo <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -3992,11 +3986,11 @@ M: Rusty Russell <[email protected]> | |
L: [email protected] | ||
W: http://lguest.ozlabs.org/ | ||
S: Odd Fixes | ||
F: Documentation/virtual/lguest/ | ||
F: arch/x86/include/asm/lguest*.h | ||
F: arch/x86/lguest/ | ||
F: drivers/lguest/ | ||
F: include/linux/lguest*.h | ||
F: arch/x86/include/asm/lguest*.h | ||
F: tools/lguest/ | ||
|
||
LINUX FOR IBM pSERIES (RS/6000) | ||
M: Paul Mackerras <[email protected]> | ||
|
@@ -4136,7 +4130,7 @@ L: [email protected] | |
W: http://www.linux-ntfs.org/content/view/19/37/ | ||
S: Maintained | ||
F: Documentation/ldm.txt | ||
F: fs/partitions/ldm.* | ||
F: block/partitions/ldm.* | ||
|
||
LogFS | ||
M: Joern Engel <[email protected]> | ||
|
@@ -5633,7 +5627,7 @@ W: http://www.ibm.com/developerworks/linux/linux390/ | |
S: Supported | ||
F: arch/s390/ | ||
F: drivers/s390/ | ||
F: fs/partitions/ibm.c | ||
F: block/partitions/ibm.c | ||
F: Documentation/s390/ | ||
F: Documentation/DocBook/s390* | ||
|
||
|
@@ -6396,11 +6390,6 @@ M: Omar Ramirez Luna <[email protected]> | |
S: Odd Fixes | ||
F: drivers/staging/tidspbridge/ | ||
|
||
STAGING - TRIDENT TVMASTER TMxxxx USB VIDEO CAPTURE DRIVERS | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: drivers/staging/tm6000/ | ||
|
||
STAGING - USB ENE SM/MS CARD READER DRIVER | ||
M: Al Cho <[email protected]> | ||
S: Odd Fixes | ||
|
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
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