summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc and sparc: Introduce dev_archdata node accessorsAnton Vorontsov2008-12-031-0/+12
* powerpc: Add sync_*_for_* to dma_opsBecky Bruce2008-12-031-31/+62
* powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala2008-12-033-37/+49
* powerpc: Add a local_flush_tlb_page to handle kmap_atomic invalidatesKumar Gala2008-12-032-2/+16
* powerpc: Fix ppc32 mm_struct CPU tracking in SMPBenjamin Herrenschmidt2008-12-031-0/+3
* Merge branch 'merge'Paul Mackerras2008-12-033-3/+2
|\
| * Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-021-0/+2
| |\
| | * KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2008-11-251-0/+2
| * | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
| * | powerpc set_huge_psize() false positiveAl Viro2008-11-301-1/+0
| |/
* | powerpc: Provide a separate handler for each IPI actionMilton Miller2008-11-191-0/+7
* | powerpc: Optimise mutexNick Piggin2008-11-191-5/+130
* | powerpc: Optimise smp_rmbNick Piggin2008-11-191-9/+11
* | powerpc: Optimise smp_wmbNick Piggin2008-11-192-2/+6
* | powerpc: Tell gcc when we clobber the carry in inline asmPaul Mackerras2008-11-193-12/+12
* | powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGeert Uytterhoeven2008-11-192-4/+3
* | Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-122-10/+4
|\ \ | |/
| * powerpc: Update QE/CPM2 usb_ctlr structures for USB supportLi Yang2008-11-082-10/+4
* | powerpc: Use the new byteorder headersHarvey Harrison2008-11-061-17/+21
* | powerpc: Eliminate unused do_gtod variablePaul Mackerras2008-11-061-20/+0
* | powerpc: Improve resolution of VDSO clock_gettimePaul Mackerras2008-11-061-0/+3
* | powerpc: Remove map_/unmap_single() from dma_mapping_opsMark Nelson2008-11-061-31/+5
* | powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt2008-11-062-6/+2
* | powerpc/pci: Split pcibios_fixup_bus() into bus setup and device setupBenjamin Herrenschmidt2008-11-062-5/+8
* | powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt2008-11-051-1/+0
* | powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt2008-11-051-0/+1
* | powerpc: Add new CPU feature: CPU_FTR_UNALIGNED_LD_STDMark Nelson2008-11-051-2/+4
* | powerpc: Update page-in counter for CMMBrian King2008-11-051-1/+2
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-10-314-15/+12
|\
| * powerpc/mpic: Fix regression caused by change of default IRQ affinityKumar Gala2008-10-311-0/+2
| * powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-311-7/+8
| * powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot2008-10-311-0/+2
| * powerpc: Use is_kdump_kernel()Milton Miller2008-10-311-2/+0
| * powerpc: Kexec exit should not use magic numbersMilton Miller2008-10-311-6/+0
* | Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-273-6/+13
|\ \ | |/
| * Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-231-1/+0
| |\
| | * x86, um: get rid of uml signal.hAl Viro2008-10-221-1/+0
| * | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-221-5/+12
| * | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-219-14/+52
| |\ \ | | |/
| * | powerpc: Fix build issue with CONFIG_RELOCATABLE=yKumar Gala2008-10-211-1/+4
* | | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-221-1/+1
|\ \ \ | |_|/ |/| |
| * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
* | | 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-202-0/+18
|\ \ \
| * | | powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt2008-10-202-0/+18
* | | | 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 branches 'topic/asoc', 'topic/misc-fixes', 'topic/ps3-csbits' and 'topi...Takashi Iwai2008-10-2037-372/+673
|\ \ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-162-2/+24
| | |\ \ \
| | | * | | KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-152-0/+13
OpenPOWER on IntegriCloud