diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-12 17:27:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-12 17:27:24 -0500 |
commit | 09cea96caa59fabab3030c53bd698b9b568d959a (patch) | |
tree | a991cdc0c887fdcda37f4b751ee98d3db9559f4e /MAINTAINERS | |
parent | 6eb7365db6f3a4a9d8d9922bb0b800f9cbaad641 (diff) | |
parent | e090aa80321b64c3b793f3b047e31ecf1af9538d (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (151 commits)
powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
MAINTAINERS: Add PowerPC patterns
powerpc/pseries: Track previous CPPR values to correctly EOI interrupts
powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMP
powerpc: Make "intspec" pointers in irq_host->xlate() const
powerpc/8xx: DTLB Miss cleanup
powerpc/8xx: Remove DIRTY pte handling in DTLB Error.
powerpc/8xx: Start using dcbX instructions in various copy routines
powerpc/8xx: Restore _PAGE_WRITETHRU
powerpc/8xx: Add missing Guarded setting in DTLB Error.
powerpc/8xx: Fixup DAR from buggy dcbX instructions.
powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.
powerpc/8xx: Update TLB asm so it behaves as linux mm expects.
powerpc/8xx: Invalidate non present TLBs
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocate
pseries/pseries: Add code to online/offline CPUs of a DLPAR node
powerpc: stop_this_cpu: remove the cpu from the online map.
powerpc/pseries: Add kernel based CPU DLPAR handling
sysfs/cpu: Add probe/release files
powerpc/pseries: Kernel DLPAR Infrastructure
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d58fa703ec16..cff133be42c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3260,6 +3260,7 @@ LINUX FOR IBM pSERIES (RS/6000) | |||
3260 | M: Paul Mackerras <paulus@au.ibm.com> | 3260 | M: Paul Mackerras <paulus@au.ibm.com> |
3261 | W: http://www.ibm.com/linux/ltc/projects/ppc | 3261 | W: http://www.ibm.com/linux/ltc/projects/ppc |
3262 | S: Supported | 3262 | S: Supported |
3263 | F: arch/powerpc/boot/rs6000.h | ||
3263 | 3264 | ||
3264 | LINUX FOR POWERPC (32-BIT AND 64-BIT) | 3265 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
3265 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 3266 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
@@ -3268,18 +3269,24 @@ W: http://www.penguinppc.org/ | |||
3268 | L: linuxppc-dev@ozlabs.org | 3269 | L: linuxppc-dev@ozlabs.org |
3269 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git | 3270 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
3270 | S: Supported | 3271 | S: Supported |
3272 | F: Documentation/powerpc/ | ||
3273 | F: arch/powerpc/ | ||
3271 | 3274 | ||
3272 | LINUX FOR POWER MACINTOSH | 3275 | LINUX FOR POWER MACINTOSH |
3273 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> | 3276 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
3274 | W: http://www.penguinppc.org/ | 3277 | W: http://www.penguinppc.org/ |
3275 | L: linuxppc-dev@ozlabs.org | 3278 | L: linuxppc-dev@ozlabs.org |
3276 | S: Maintained | 3279 | S: Maintained |
3280 | F: arch/powerpc/platforms/powermac/ | ||
3281 | F: drivers/macintosh/ | ||
3277 | 3282 | ||
3278 | LINUX FOR POWERPC EMBEDDED MPC5XXX | 3283 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
3279 | M: Grant Likely <grant.likely@secretlab.ca> | 3284 | M: Grant Likely <grant.likely@secretlab.ca> |
3280 | L: linuxppc-dev@ozlabs.org | 3285 | L: linuxppc-dev@ozlabs.org |
3281 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3286 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3282 | S: Maintained | 3287 | S: Maintained |
3288 | F: arch/powerpc/platforms/512x/ | ||
3289 | F: arch/powerpc/platforms/52xx/ | ||
3283 | 3290 | ||
3284 | LINUX FOR POWERPC EMBEDDED PPC4XX | 3291 | LINUX FOR POWERPC EMBEDDED PPC4XX |
3285 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> | 3292 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
@@ -3288,6 +3295,8 @@ W: http://www.penguinppc.org/ | |||
3288 | L: linuxppc-dev@ozlabs.org | 3295 | L: linuxppc-dev@ozlabs.org |
3289 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git | 3296 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
3290 | S: Maintained | 3297 | S: Maintained |
3298 | F: arch/powerpc/platforms/40x/ | ||
3299 | F: arch/powerpc/platforms/44x/ | ||
3291 | 3300 | ||
3292 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX | 3301 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
3293 | M: Grant Likely <grant.likely@secretlab.ca> | 3302 | M: Grant Likely <grant.likely@secretlab.ca> |
@@ -3295,6 +3304,8 @@ W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex | |||
3295 | L: linuxppc-dev@ozlabs.org | 3304 | L: linuxppc-dev@ozlabs.org |
3296 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3305 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3297 | S: Maintained | 3306 | S: Maintained |
3307 | F: arch/powerpc/*/*virtex* | ||
3308 | F: arch/powerpc/*/*/*virtex* | ||
3298 | 3309 | ||
3299 | LINUX FOR POWERPC EMBEDDED PPC8XX | 3310 | LINUX FOR POWERPC EMBEDDED PPC8XX |
3300 | M: Vitaly Bordug <vitb@kernel.crashing.org> | 3311 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
@@ -3308,12 +3319,16 @@ M: Kumar Gala <galak@kernel.crashing.org> | |||
3308 | W: http://www.penguinppc.org/ | 3319 | W: http://www.penguinppc.org/ |
3309 | L: linuxppc-dev@ozlabs.org | 3320 | L: linuxppc-dev@ozlabs.org |
3310 | S: Maintained | 3321 | S: Maintained |
3322 | F: arch/powerpc/platforms/83xx/ | ||
3311 | 3323 | ||
3312 | LINUX FOR POWERPC PA SEMI PWRFICIENT | 3324 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
3313 | M: Olof Johansson <olof@lixom.net> | 3325 | M: Olof Johansson <olof@lixom.net> |
3314 | W: http://www.pasemi.com/ | 3326 | W: http://www.pasemi.com/ |
3315 | L: linuxppc-dev@ozlabs.org | 3327 | L: linuxppc-dev@ozlabs.org |
3316 | S: Supported | 3328 | S: Supported |
3329 | F: arch/powerpc/platforms/pasemi/ | ||
3330 | F: drivers/*/*pasemi* | ||
3331 | F: drivers/*/*/*pasemi* | ||
3317 | 3332 | ||
3318 | LINUX SECURITY MODULE (LSM) FRAMEWORK | 3333 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
3319 | M: Chris Wright <chrisw@sous-sol.org> | 3334 | M: Chris Wright <chrisw@sous-sol.org> |