summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | powerpc/86xx: Update defconfigsAlessio Igor Bogani2016-03-116-547/+734
| | * | powerpc/86xx: Consolidate common platform codeAlessio Igor Bogani2016-03-119-163/+53
| | * | powerpc32: Remove one insn in mulhduChristophe Leroy2016-03-111-6/+5
| | * | powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-111-3/+2
| | * | powerpc: Simplify test in __dma_sync()Christophe Leroy2016-03-111-1/+1
| | * | powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-113-68/+51
| | * | powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-113-20/+14
| | * | powerpc: add inline functions for cache related instructionsChristophe Leroy2016-03-111-0/+19
| | * | powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-112-6/+11
| | * | powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-112-44/+34
| | * | powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-112-23/+1
| | * | powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macroChristophe Leroy2016-03-112-0/+84
| | * | powerpc/8xx: Add missing SPRN defines into reg_8xx.hChristophe Leroy2016-03-112-2/+13
| | * | powerpc32: remove ioremap_baseChristophe Leroy2016-03-114-14/+2
| | * | powerpc32: Remove useless/wrong MMU:setio progress messageChristophe Leroy2016-03-111-4/+0
| | * | powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() togetherChristophe Leroy2016-03-114-42/+22
| | * | powerpc32: Fix pte_offset_kernel() to return NULL for bad pagesChristophe Leroy2016-03-111-1/+2
| | * | powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.cChristophe Leroy2016-03-112-19/+17
| | * | powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-114-14/+120
| | * | powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy2016-03-111-9/+4
| | * | powerpc/p5040: Add device node for RAID EngineXuelin Shi2016-03-092-0/+7
| | * | powerpc: optimise csum_partial() call when len is constantChristophe Leroy2016-03-094-28/+61
| | * | powerpc/fsl-lbc: Modify suspend/resume entry sequenceRaghav Dogra2016-03-091-11/+38
| | * | powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy2016-03-091-1/+1
| | * | powerpc/885: set SDCR to 0x40Christophe Leroy2016-03-091-1/+4
| | * | powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfigBartlomiej Zolnierkiewicz2016-03-091-1/+0
| | * | powerpc/85xx: disable IDE subsystem in stx_gp3_defconfigBartlomiej Zolnierkiewicz2016-03-091-2/+0
| | * | powerpc/85xx: disable IDE subsystem in ksi8560_defconfigBartlomiej Zolnierkiewicz2016-03-091-1/+0
| | * | powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfigBartlomiej Zolnierkiewicz2016-03-091-1/+0
| | * | powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-044-31/+124
| | * | powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-044-90/+118
| | * | powerpc/mpc85xx: refactor the PM operationschenhui zhao2016-03-044-54/+127
| | * | powerpc/rcpm: add RCPM driverchenhui zhao2016-03-048-0/+466
| | * | powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-047-78/+128
| | * | powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao2016-03-042-3/+9
| | * | powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy2016-03-041-0/+6
| | * | powerpc32: optimise csum_partial() loopChristophe Leroy2016-03-041-1/+15
| | * | powerpc32: optimise a few instructions in csum_partial()Christophe Leroy2016-03-041-20/+17
| | * | powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()Christophe Leroy2016-03-041-111/+209
| | * | powerpc: inline ip_fast_csum()Christophe Leroy2016-03-044-56/+38
| | * | powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy2016-03-043-11/+1
| | * | powerpc: mark xer clobbered in csum_add()Christophe Leroy2016-03-041-1/+1
| | * | powerpc: unexport csum_tcpudp_magicChristophe Leroy2016-03-041-1/+0
| * | | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-1116-127/+546
| |\ \ \
| | * | | powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernelTorsten Duwe2016-03-073-0/+57
| | * | | powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe2016-03-075-20/+324
| | * | | powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe2016-03-073-9/+9
| | * | | powerpc/ftrace: Use generic ftrace_modify_all_code()Torsten Duwe2016-03-071-12/+5
| | * | | powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman2016-03-071-1/+68
| | * | | powerpc/module: Mark module stubs with a magic valueMichael Ellerman2016-03-073-64/+31
OpenPOWER on IntegriCloud