summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-1544-860/+2254
|\
| * powerpc/nvram: Enable use Generic NVRAM driver for different size chipsMartyn Welch2009-09-111-0/+8
| * powerpc/booke: Don't set DABR on 64-bit BookE, use DAC1 insteadBenjamin Herrenschmidt2009-09-111-7/+7
| * powerpc/perf_counters: Reduce stack usage of power_check_constraintsPaul Mackerras2009-09-111-23/+32
| * powerpc: Fix bug where perf_counters breaks oprofilePaul Mackerras2009-09-112-10/+6Star
| * powerpc/85xx: Fix SMP compile error and allow NULL for smp_opsKumar Gala2009-09-111-3/+7
| * powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BITKumar Gala2009-09-021-11/+25
| * powerpc/pseries: Fix to handle slb resize across migrationBrian King2009-09-022-1/+9
| * powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-024-64/+58Star
| * powerpc: Properly start decrementer on BookE secondary CPUsBenjamin Herrenschmidt2009-08-281-8/+22
| * powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-282-71/+71
| * powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely2009-08-284-291/+359
| * powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely2009-08-282-17/+0Star
| * powerpc/book3e-64: Add support to initial_tlb_book3e for non-HES TLBKumar Gala2009-08-281-4/+200
| * powerpc/book3e-64: Add helper function to setup IVORsKumar Gala2009-08-281-0/+19
| * powerpc/book3e-64: Wait til generic_calibrate_decr to enable decrementerKumar Gala2009-08-281-2/+4
| * powerpc/book3e-64: Move the default cpu table entryKumar Gala2009-08-281-22/+27
| * powerpc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-281-0/+11
| * powerpc: Handle SWIOTLB mapping error properlyFUJITA Tomonori2009-08-281-1/+2
| * powerpc: use dma_map_ops structFUJITA Tomonori2009-08-286-8/+8
| * powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori2009-08-281-14/+0Star
| * powerpc: Remove addr_needs_map in struct dma_mapping_opsFUJITA Tomonori2009-08-281-21/+15Star
| * Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-281-47/+1Star
| |\
| * | powerpc/pseries: Reduce the polling interval in __cpu_up()Gautham R Shenoy2009-08-271-3/+2Star
| * | powerpc: Fix __flush_icache_range on 44xJosh Boyer2009-08-271-0/+7
| * | powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-272-3/+3
| * | Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2009-08-204-1/+549
| |\ \
| * | | powerpc/vmlinux.lds: Move _edata downMichael Ellerman2009-08-201-4/+4
| * | | powerpc: Enable GCOVMichael Ellerman2009-08-203-0/+10
| * | | powerpc: Use DIV_ROUND_CLOSEST in time init codeJulia Lawall2009-08-201-1/+2
| * | | powerpc/prom_init: Evaluate mem kernel parameter for early allocationBenjamin Krill2009-08-201-2/+101
| * | | powerpc: Add AMCC 460EX/460GT Rev. B support to cputable.cStefan Roese2009-08-201-2/+28
| * | | powerpc: Remaining 64-bit Book3E supportBenjamin Herrenschmidt2009-08-206-17/+951
| * | | powerpc: Add TLB management code for 64-bit Book3EBenjamin Herrenschmidt2009-08-201-0/+4
| * | | powerpc: Add PACA fields specific to 64-bit Book3E processorsBenjamin Herrenschmidt2009-08-202-0/+17
| * | | powerpc: Add memory management headers for new 64-bit BookEBenjamin Herrenschmidt2009-08-201-1/+4
| * | | powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt2009-08-202-7/+0Star
| * | | powerpc: Clean ifdef usage in copy_thread()Benjamin Herrenschmidt2009-08-201-0/+2
| * | | powerpc/mm: Call mmu_context_init() from ppc64Benjamin Herrenschmidt2009-08-201-0/+4
| * | | powerpc/of: Remove useless register save/restore when calling OF backBenjamin Herrenschmidt2009-08-201-32/+6Star
| * | | powerpc: Add compat_sys_truncateBenjamin Herrenschmidt2009-08-201-0/+12
| * | | powerpc: Remove use of a second scratch SPRG in STAB codeBenjamin Herrenschmidt2009-08-201-13/+25
| * | | powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-2014-228/+207Star
| * | | powerpc: Rename exception.h to exception-64s.hBenjamin Herrenschmidt2009-08-202-1/+2
| * | | powerpc: Move 64bit VDSO to improve context switch performanceAnton Blanchard2009-08-201-1/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-22/+48
|\ \ \ \
| * | | | powerpc64: convert to dynamic percpu allocatorTejun Heo2009-08-141-16/+45
| * | | | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1412-26/+40
| |\| | |
| * | | | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+3Star
| * | | | Merge branch 'master' into for-nextTejun Heo2009-07-048-24/+200
| |\ \ \ \