summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-257-10/+47
|\
| * powerpc/mm: Fix 40x and 8xx vs. _PAGE_SPECIALBenjamin Herrenschmidt2009-09-243-5/+2Star
| * powerpc: Change archdata dma_data to a unionBecky Bruce2009-09-243-3/+28
| * powerpc: Rename get_dma_direct_offset get_dma_offsetBecky Bruce2009-09-241-3/+18
| * powerpc/pmc: Don't access lppaca on Book3EBenjamin Herrenschmidt2009-09-241-1/+1
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-241-0/+136
|\ \ | |/ |/|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-231-0/+136
| |\
| | * Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-0912-82/+49Star
| | |\
| | * | fsldma: Add DMA_SLAVE supportIra Snyder2009-09-091-0/+136
* | | | cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0Star
* | | | cpumask: arch_send_call_function_ipi_mask: powerpcRusty Russell2009-09-241-1/+2
* | | | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0Star
* | | | cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-241-5/+0Star
* | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpcRusty Russell2009-09-241-5/+0Star
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-0/+13
| |\ \ \
| | * | | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+13
| | | |/ | | |/|
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-221-2/+2
|\ \ \ \
| * | | | perf_event, powerpc: Fix compilation after big perf_counter renamePaul Mackerras2009-09-221-2/+2
* | | | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
|/ / / /
* | | | perf: Tidy up after the big renameIngo Molnar2009-09-211-1/+1
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-215-27/+27
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-181-5/+4Star
|\ \ \ \
| * | | | sched: Disable wakeup balancingPeter Zijlstra2009-09-161-1/+0Star
| * | | | 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/+2Star
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-1/+0Star
|\ \ \ \ \
| * | | | | PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-1/+0Star
| | |/ / / | |/| | |
* | | | | 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/+5Star
| * | | | | 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/+19Star
| * | | | | 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/+6Star
| * | | | | powerpc: use dma_map_ops structFUJITA Tomonori2009-08-284-68/+26Star
| * | | | | powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori2009-08-281-1/+0Star