summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-1/+1
|\
| * Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-1/+1
| |\
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17310-6539/+13291
| | |\
| | * | hrtimer: convert powerpc/oprofile to the new hrtimer apisArjan van de Ven2008-09-051-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-2/+2
|\ \ \ \
| * | | | [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufsAl Viro2008-10-231-2/+2
| |/ / /
* | | | Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-232-1/+2
|\ \ \ \
| * | | | x86, um: get rid of uml signal.hAl Viro2008-10-222-1/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2008-10-231-1/+1
|\ \ \ \
| * | | | oprofile: more whitespace fixesRobert Richter2008-10-151-1/+1
* | | | | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-2210-63/+110
* | | | | powerpc: Don't use a 16G page if beyond mem= limitsJon Tollefson2008-10-221-2/+4
* | | | | powerpc: Add del_node() for early boot code to prune inapplicable devices.Mike Ditto2008-10-222-0/+12
* | | | | powerpc: Further compile fixup for STRICT_MM_TYPECHECKSDavid Gibson2008-10-221-1/+2
* | | | | powerpc: Remove empty #else from signal_64.cMichael Neuling2008-10-221-2/+0
* | | | | powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-2213-40/+7
* | | | | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-2126-215/+436
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-201-1/+1
| * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-203-1/+153
| |\ \ \ \
| | * | | | powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt2008-10-203-1/+153
| * | | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+1
| |\ \ \ \ \
| | * | | | | sputrace: use marker_synchronize_unregister()Mathieu Desnoyers2008-10-141-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-1/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | powerpc: fix linux-next build failureStephen Rothwell2008-10-161-1/+5
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-201-0/+3
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'topic/asoc', 'topic/misc-fixes', 'topic/ps3-csbits' and 'topi...Takashi Iwai2008-10-20305-6457/+13178
| | |\ \ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | ps3: Add passthru support for non-audio streamsTakashi Iwai2008-10-201-0/+2
| | | * | | | | ps3: Add ps3av_audio_mute_analog()Masakazu Mokuno2008-10-201-0/+1
| | |/ / / / /
| * | | | | | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-2/+8
| * | | | | | container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-0/+2
| * | | | | | mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty2008-10-201-17/+0
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-1610-57/+246
| |\ \ \ \ \
| | * | | | | KVM: switch to get_user_pages_fastMarcelo Tosatti2008-10-151-2/+0
| | * | | | | KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard2008-10-151-7/+1
| | * | | | | KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-157-19/+41
| | * | | | | KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard2008-10-156-18/+64
| | * | | | | KVM: ppc: Stop saving host TLB stateHollis Blanchard2008-10-153-17/+3
| | * | | | | KVM: ppc: guest breakpoint supportHollis Blanchard2008-10-154-2/+113
| | * | | | | KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt2008-10-151-0/+2
| | * | | | | KVM: ppc: adds trace points for ppc tlb activityJerone Young2008-10-152-1/+18
| | * | | | | KVM: ppc: enable KVM_TRACE building for powerpcJerone Young2008-10-152-2/+15
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-164-18/+9
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-----. \ \ \ \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-154-18/+9
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | / | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | * | | | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-142-11/+6
| | | | | * | | | generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge2008-09-142-7/+3
| | | | |/ / / / | | | |/| | | |
| * | | | | | | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-10-161-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky2008-10-161-2/+2
| * | | | | | | | powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel2008-10-161-16/+7
| * | | | | | | | powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel2008-10-161-6/+6
| * | | | | | | | compat: generic compat get/settimeofdayChristoph Hellwig2008-10-161-63/+0