aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds50-646/+907
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok4-9/+47
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky1-1/+1
2008-12-23powerpc/32: Wire up the trampoline code for kdumpDale Farnsworth1-0/+13
2008-12-23powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth1-2/+2
2008-12-23powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()Anton Vorontsov1-9/+6
2008-12-23powerpc: Prepare xmon_save_regs for use with kdumpAnton Vorontsov1-0/+4
2008-12-21powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang1-1/+10
2008-12-21powerpc/mpc5200: Document and tidy irq driverGrant Likely1-0/+19
2008-12-21powerpc: Const-qualify Device Node Argument to DCR Resource Extent APIGrant Erickson1-2/+2
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt3-38/+43
2008-12-21powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt1-14/+0
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt3-48/+56
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt3-48/+108
2008-12-21powerpc/mm: Rework context management for CPUs with no hash tableBenjamin Herrenschmidt5-7/+13
2008-12-21powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt1-226/+34
2008-12-21powerpc/4xx: Extended DCR support v2Benjamin Herrenschmidt2-14/+56
2008-12-21powerpc: Add of_find_next_cache_node()Nathan Lynch1-0/+3
2008-12-16powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementationsBenjamin Herrenschmidt1-0/+5
2008-12-16powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUGBenjamin Herrenschmidt1-1/+10
2008-12-16powerpc: Remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori1-7/+0
2008-12-16powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2-3/+27
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch1-0/+1
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov1-2/+0
2008-12-16powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warningBecky Bruce1-6/+35
2008-12-16powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven1-27/+26
2008-12-16powerpc: Fix typo in pgtable-ppc64.hGeoff Levand1-1/+1
2008-12-15powerpc: Fix bogus cache flushing on all 40x and BookE processors v2Benjamin Herrenschmidt1-7/+8
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-0/+2
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2-3/+0
2008-12-03powerpc: Better setup of boot page TLB entryTrent Piepho1-0/+2
2008-12-03powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu2-10/+32
2008-12-03powerpc/math-emu: Adopt new version of _FP_CHOOSENANLiu Yu1-9/+17
2008-12-03powerpc/math-emu: Fix single float point division bugLiu Yu1-1/+1
2008-12-03powerpc and sparc: Introduce dev_archdata node accessorsAnton Vorontsov1-0/+12
2008-12-03powerpc: Add sync_*_for_* to dma_opsBecky Bruce1-31/+62
2008-12-03powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala3-37/+49
2008-12-03powerpc: Add a local_flush_tlb_page to handle kmap_atomic invalidatesKumar Gala2-2/+16
2008-12-03powerpc: Fix ppc32 mm_struct CPU tracking in SMPBenjamin Herrenschmidt1-0/+3
2008-12-03Merge branch 'merge'Paul Mackerras3-3/+2
2008-12-02Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-0/+2
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-11-30powerpc set_huge_psize() false positiveAl Viro1-1/+0
2008-11-25KVM: ppc: stop leaking host memory on VM exitHollis Blanchard1-0/+2
2008-11-20powerpc/ppc32: ftrace, dynamic ftrace to handle modulesSteven Rostedt1-1/+4
2008-11-20powerpc/ppc64: ftrace, handle module trampolines for dyn ftraceSteven Rostedt2-1/+12
2008-11-20powerpc: ftrace, convert to new dynamic ftrace arch APISteven Rostedt1-1/+13
2008-11-19powerpc: Provide a separate handler for each IPI actionMilton Miller1-0/+7
2008-11-19powerpc: Optimise mutexNick Piggin1-5/+130