summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-10-3115-185/+177Star
|\
| * Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"Paul Mackerras2008-10-312-8/+5Star
| * powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-314-53/+55
| * powerpc/pci: Fix unmapping of IO space on 64-bitBenjamin Herrenschmidt2008-10-311-1/+1
| * powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot2008-10-311-55/+55
| * OF-device: Don't overwrite numa_node in device registrationJeremy Kerr2008-10-311-1/+0Star
| * powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling2008-10-312-39/+30Star
| * powerpc: Fix compiler warning for the relocatable kernelMichael Neuling2008-10-311-3/+3
| * powerpc: Work around ld bug in older binutilsPaul Mackerras2008-10-311-0/+2
| * powerpc/ppc64/kdump: Better flag for running relocatableMilton Miller2008-10-311-11/+19
| * powerpc: Use is_kdump_kernel()Milton Miller2008-10-311-1/+2
| * powerpc: Kexec exit should not use magic numbersMilton Miller2008-10-312-13/+5Star
* | Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-2714-111/+128
|\|
| * Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-231-0/+2
| |\
| | * x86, um: get rid of uml signal.hAl Viro2008-10-231-0/+2
| * | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-226-45/+89
| * | 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/+0Star
| * | powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-221-0/+7
| * | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-215-120/+152
| |\|
| * | powerpc: Delete unused prom_strtoul and prom_memparseMilton Miller2008-10-211-61/+0Star
| * | powerpc: Find and destroy possible stale kernel added propertiesMilton Miller2008-10-211-0/+13
| * | powerpc: Fix build issue with CONFIG_RELOCATABLE=yKumar Gala2008-10-211-1/+1
| * | powerpc: Unsigned speed cannot be negative in udbg_16559.croel kluin2008-10-211-1/+1
| * | powerpc/40x: Add AMCC PowerPC 405EZ to cputableJosh Boyer2008-10-171-0/+13
* | | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-231-5/+5
* | | ftrace: remove mcount setSteven Rostedt2008-10-231-17/+0Star
* | | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-224-4/+4
|\ \ \ | |_|/ |/| |
| * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-204-4/+4
* | | powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt2008-10-201-1/+135
* | | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-2/+8
|/ /
* | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-171-2/+2
|\ \
| * | KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-151-1/+1
| * | KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard2008-10-151-0/+1
| * | KVM: ppc: Stop saving host TLB stateHollis Blanchard2008-10-151-1/+0Star
* | | powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel2008-10-161-16/+7Star
* | | powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel2008-10-161-6/+6
* | | compat: generic compat get/settimeofdayChristoph Hellwig2008-10-161-63/+0Star
* | | compat: move cp_compat_stat to common codeChristoph Hellwig2008-10-161-36/+0Star
| |/ |/|
* | Merge commit 'origin'Benjamin Herrenschmidt2008-10-156-29/+4Star
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-139-25/+16Star
| |\
| | * Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar2008-10-081-0/+1
| | |\
| | | * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
| | * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-09-301-5/+1Star
| | |\ \
| | | * | powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg2008-09-301-5/+1Star
| | * | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-3/+2Star
| | |/ /
| | * | Fix compile failure with non modular buildsJames Bottomley2008-09-171-19/+0Star
| * | | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-062-2/+0Star
* | | | powerpc: Fix 32-bit SMP boot on CHRPBenjamin Herrenschmidt2008-10-151-0/+6
* | | | powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt2008-10-151-0/+6