summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | powerpc/85xx: enable teranetics PHYShaohui Xie2015-08-081-0/+1
| | * | | powerpc/t1023rdb: add ina220 current sensor nodeShengzhou Liu2015-08-081-0/+11
| | * | | powerpc/t1024rdb: add ina220 current sensor nodeShengzhou Liu2015-08-081-0/+6
| | * | | powerpc/32: Few optimisations in memcpyLEROY Christophe2015-08-081-5/+5
| | * | | powerpc/32: cacheable_memcpy becomes memcpyLEROY Christophe2015-08-081-8/+8
| | * | | powerpc/32: Merge the new memset() with the old oneLEROY Christophe2015-08-081-27/+7Star
| | * | | powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe2015-08-081-4/+4
| | * | | Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe2015-08-081-0/+127
| | * | | powerpc: use memset_io() to clear CPM MuramLEROY Christophe2015-08-081-1/+1
| | * | | powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood2015-08-082-8/+13
| | * | | powerpc: add support for csum_add()LEROY Christophe2015-08-081-0/+16
| | * | | powerpc: put csum_tcpudp_magic inlineLEROY Christophe2015-08-083-46/+12Star
| | * | | powerpc/85xx: Use kconfig fragmentsScott Wood2015-08-0812-1074/+296Star
| | * | | powerpc/85xx: Make defconfigs consistentScott Wood2015-08-084-31/+262
| | * | | powerpc: Update corenet32_smp_defconfig for modern distrosMichael Ellerman2015-08-081-0/+6
| | * | | powerpc/corenet32: enable DMA in defconfigYao Yuan2015-08-081-0/+2
| | * | | powerpc/corenet: enable eSDHCYangbo Lu2015-08-082-0/+4
| * | | | powerpc/powernv: Enable LEDS supportVasant Hegde2015-08-272-0/+6
| * | | | powerpc/iommu: Set default DMA offset in dma_dev_setupAlexey Kardashevskiy2015-08-271-0/+1
| * | | | powerpc/powernv: Fix mis-merge of OPAL support for LEDS driverMichael Ellerman2015-08-221-0/+12
| * | | | powerpc/powernv: Reset HILE before kexec_sequence()Samuel Mendoza-Jonas2015-08-201-0/+7
| * | | | powerpc/kexec: Reset secondary cpu endianness before kexecSamuel Mendoza-Jonas2015-08-201-2/+11
| * | | | powerpc/powernv: Create LED platform deviceVasant Hegde2015-08-201-1/+11
| * | | | powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED s...Anshuman Khandual2015-08-203-0/+8
| * | | | powerpc/powernv: Fix the log message when disabling VFWei Yang2015-08-201-2/+3
| * | | | powerpc/512x: silence a USB Kconfig dependency warningGerhard Sittig2015-08-191-2/+2
| * | | | powerpc/nvram: print no error when pstore backend is not nvramHari Bathini2015-08-191-3/+4
| * | | | powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1Star
| * | | | powerpc/pseries: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1Star
| * | | | powerpc/eeh: Disable automatically blocked PCI configGavin Shan2015-08-183-2/+25
| * | | | powerpc: Export include/uapi/asm/eeh.hGavin Shan2015-08-181-0/+1
| * | | | powerpc/pseries: enable RTC class supportVaibhav Jain2015-08-181-1/+2
| * | | | powerpc/numa: initialize distance lookup table from drconf pathNikunj A Dadhania2015-08-181-3/+13
| * | | | powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_opsAndrew Donnellan2015-08-187-31/+12Star
| * | | | powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2015-08-183-14/+8Star
| * | | | powerpc/mm: Simplify page size kconfig dependenciesMichael Ellerman2015-08-181-5/+6
| * | | | powerpc/mm: Drop the 64K on 4K version of pte_pagesize_index()Michael Ellerman2015-08-181-12/+0Star
| * | | | powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-185-206/+2Star
| * | | | powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hashMichael Ellerman2015-08-181-1/+13
| * | | | powerpc/eeh: Probe after unbalanced kref checkDaniel Axtens2015-08-141-3/+3
| * | | | powerpc: Add an inline function to update POWER8 HID0Gautham R. Shenoy2015-08-142-2/+11
| * | | | powerpc/prom: Use DRCONF flags while processing detected LMBsAnshuman Khandual2015-08-121-3/+4
| * | | | powerpc/xmon: Drop the valid variable completely in dump_segments()Anshuman Khandual2015-08-121-4/+3Star
| * | | | powerpc/prom: Simplify the logic to fetch SLB sizeAnshuman Khandual2015-08-121-11/+7Star
| * | | | powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual2015-08-121-1/+15
| * | | | powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual2015-08-121-4/+3Star
| * | | | powerpc/slb: Remove a duplicate extern variableAnshuman Khandual2015-08-121-1/+0Star
| * | | | powerpc/ftrace: add powerpc timebase as a trace clock sourceNaveen N. Rao2015-08-064-1/+35
| * | | | powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun2015-08-061-2/+2
| * | | | powerpc: Remove redundant breaksJoe Perches2015-08-062-2/+0Star