summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-171-5/+4
|\
| * sched: Disable wakeup balancingPeter Zijlstra2009-09-161-1/+0
| * sched: Improve latencies and throughputMike Galbraith2009-09-151-1/+1
| * sched: Tweak wake_idxPeter Zijlstra2009-09-151-1/+2
| * sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-3/+2
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-1/+0
|\ \
| * | PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-1/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-1550-720/+1092
|\ \ \
| * | | powerpc/nvram: Enable use Generic NVRAM driver for different size chipsMartyn Welch2009-09-111-0/+3
| * | | powerpc: Fix bug where perf_counters breaks oprofilePaul Mackerras2009-09-111-2/+14
| * | | powerpc/irq: Improve nanodocWolfram Sang2009-09-111-3/+4
| * | | powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BITKumar Gala2009-09-023-7/+5
| * | | powerpc/book3e: Add missing page sizesKumar Gala2009-09-021-0/+10
| * | | powerpc/pseries: Fix to handle slb resize across migrationBrian King2009-09-021-0/+2
| * | | powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-022-1/+2
| * | | powerpc: derive COMMAND_LINE_SIZE from asm-genericPaul Gortmaker2009-08-281-1/+1
| * | | powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-282-22/+19
| * | | powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely2009-08-282-5/+5
| * | | powerpc/book3e-64: Add support to initial_tlb_book3e for non-HES TLBKumar Gala2009-08-281-0/+2
| * | | powerpc/book3e-64: Add helper function to setup IVORsKumar Gala2009-08-281-0/+4
| * | | powerpc/mm: Add MMU features for TLB reservation & Paired MAS registersKumar Gala2009-08-281-0/+9
| * | | powerpc: Adjust base and index registers in Altivec macrosMichael Wolf2009-08-281-6/+6
| * | | powerpc: Name xpn & x fields in HW Hash PTE formatBecky Bruce2009-08-281-3/+7
| * | | powerpc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-281-1/+10
| * | | powerpc: Handle SWIOTLB mapping error properlyFUJITA Tomonori2009-08-281-0/+5
| * | | powerpc: Use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-08-281-236/+6
| * | | powerpc: use dma_map_ops structFUJITA Tomonori2009-08-284-68/+26
| * | | powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori2009-08-281-1/+0
| * | | powerpc: Remove addr_needs_map in struct dma_mapping_opsFUJITA Tomonori2009-08-283-7/+9
| * | | Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-281-0/+23
| |\ \ \
| * \ \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-08-272-6/+12
| |\ \ \ \
| | * | | | powerpc/booke: Move MMUCSR definition into mmu-book3e.hKumar Gala2009-08-242-6/+12
| * | | | | powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-279-28/+25
| |/ / / /
| * | | | Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2009-08-201-3/+3
| |\ \ \ \
| * | | | | powerpc: Switch to asm-generic/hardirq.hChristoph Hellwig2009-08-201-29/+1
| * | | | | powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven2009-08-202-10/+11
| * | | | | powerpc/mm: Fix encoding of page table cache numbersBenjamin Herrenschmidt2009-08-201-1/+6
| * | | | | powerpc: Remaining 64-bit Book3E supportBenjamin Herrenschmidt2009-08-202-0/+6
| * | | | | powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3EBenjamin Herrenschmidt2009-08-202-1/+3
| * | | | | powerpc: Add TLB management code for 64-bit Book3EBenjamin Herrenschmidt2009-08-205-0/+26
| * | | | | powerpc: Add PACA fields specific to 64-bit Book3E processorsBenjamin Herrenschmidt2009-08-201-3/+20
| * | | | | powerpc: Add definitions used by exception handling on 64-bit Book3EBenjamin Herrenschmidt2009-08-202-0/+220
| * | | | | powerpc: Add memory management headers for new 64-bit BookEBenjamin Herrenschmidt2009-08-208-37/+195
| * | | | | powerpc: Add SPR definitions for new 64-bit BookEBenjamin Herrenschmidt2009-08-202-10/+42
| * | | | | powerpc/mm: Rework & cleanup page table freeing code pathBenjamin Herrenschmidt2009-08-202-46/+31
| * | | | | powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt2009-08-201-0/+9
| * | | | | powerpc/mm: Call mmu_context_init() from ppc64Benjamin Herrenschmidt2009-08-201-1/+6
| * | | | | powerpc/mm: Make low level TLB flush ops on BookE take additional argsBenjamin Herrenschmidt2009-08-201-2/+9
| * | | | | powerpc: Modify some ppc_asm.h macros to accomodate 64-bits Book3EBenjamin Herrenschmidt2009-08-201-4/+10
| * | | | | powerpc/mm: Add more bit definitions for Book3E MMU registersBenjamin Herrenschmidt2009-08-201-49/+119
OpenPOWER on IntegriCloud