diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-09 16:33:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-09 16:33:36 -0400 |
commit | a82a729f04232ccd0b59406574ba4cf20027a49d (patch) | |
tree | da5912344b00ed60a1a653fc2442db7425db289d /MAINTAINERS | |
parent | 899dd388853071f5c8848545209d4e2c5d95b1d9 (diff) | |
parent | 27daabd9b6a157c34a6e7a7f509fa26866e6420f (diff) |
Merge branch 'akpm' (updates from Andrew Morton)
Merge second patch-bomb from Andrew Morton:
- misc fixes
- audit stuff
- fanotify/inotify/dnotify things
- most of the rest of MM. The new cache shrinker code from Glauber and
Dave Chinner probably isn't quite stabilized yet.
- ptrace
- ipc
- partitions
- reboot cleanups
- add LZ4 decompressor, use it for kernel compression
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (118 commits)
lib/scatterlist: error handling in __sg_alloc_table()
scsi_debug: fix do_device_access() with wrap around range
crypto: talitos: use sg_pcopy_to_buffer()
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()
crypto: add lz4 Cryptographic API
lib: add lz4 compressor module
arm: add support for LZ4-compressed kernel
lib: add support for LZ4-compressed kernel
decompressor: add LZ4 decompressor module
lib: add weak clz/ctz functions
reboot: move arch/x86 reboot= handling to generic kernel
reboot: arm: change reboot_mode to use enum reboot_mode
reboot: arm: prepare reboot_mode for moving to generic kernel code
reboot: arm: remove unused restart_mode fields from some arm subarchs
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
reboot: x86: prepare reboot_mode for moving to generic kernel code
reboot: checkpatch.pl the new kernel/reboot.c file
reboot: move shutdown/reboot related functions to kernel/reboot.c
reboot: remove -stable friendly PF_THREAD_BOUND define
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e03c40eb39e0..9623bc5a39d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9268,6 +9268,13 @@ F: Documentation/networking/z8530drv.txt | |||
9268 | F: drivers/net/hamradio/*scc.c | 9268 | F: drivers/net/hamradio/*scc.c |
9269 | F: drivers/net/hamradio/z8530.h | 9269 | F: drivers/net/hamradio/z8530.h |
9270 | 9270 | ||
9271 | ZBUD COMPRESSED PAGE ALLOCATOR | ||
9272 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> | ||
9273 | L: linux-mm@kvack.org | ||
9274 | S: Maintained | ||
9275 | F: mm/zbud.c | ||
9276 | F: include/linux/zbud.h | ||
9277 | |||
9271 | ZD1211RW WIRELESS DRIVER | 9278 | ZD1211RW WIRELESS DRIVER |
9272 | M: Daniel Drake <dsd@gentoo.org> | 9279 | M: Daniel Drake <dsd@gentoo.org> |
9273 | M: Ulrich Kunitz <kune@deine-taler.de> | 9280 | M: Ulrich Kunitz <kune@deine-taler.de> |
@@ -9290,6 +9297,12 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org> | |||
9290 | S: Maintained | 9297 | S: Maintained |
9291 | F: drivers/tty/serial/zs.* | 9298 | F: drivers/tty/serial/zs.* |
9292 | 9299 | ||
9300 | ZSWAP COMPRESSED SWAP CACHING | ||
9301 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> | ||
9302 | L: linux-mm@kvack.org | ||
9303 | S: Maintained | ||
9304 | F: mm/zswap.c | ||
9305 | |||
9293 | THE REST | 9306 | THE REST |
9294 | M: Linus Torvalds <torvalds@linux-foundation.org> | 9307 | M: Linus Torvalds <torvalds@linux-foundation.org> |
9295 | L: linux-kernel@vger.kernel.org | 9308 | L: linux-kernel@vger.kernel.org |