summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman2017-08-101-1/+1
* powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy2017-08-101-4/+1
* powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-102-2/+2
* powerpc/8xx: Use symbolic PVR valueChristophe Leroy2017-08-102-5/+3
* powerpc/8xx: remove CONFIG_8xxChristophe Leroy2017-08-101-5/+0
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-1020-33/+32
* powerpc/kconfig: Simplify PCI_QSPAN selectionChristophe Leroy2017-08-101-2/+2
* powerpc/time: refactor MFTB() to limit number of ifdefsChristophe Leroy2017-08-105-35/+25
* powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy2017-08-105-4/+3
* powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy2017-08-103-3/+4
* powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2017-08-102-19/+1
* powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy2017-08-103-26/+38
* powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy2017-08-101-1/+1
* powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2017-08-102-5/+6
* powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2017-08-102-33/+33
* powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman2017-08-101-1/+1
* powerpc/traps: Inline get_mc_reason()Michael Ellerman2017-08-101-10/+4
* powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2017-08-103-18/+28
* powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman2017-08-1012-11/+10
* powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman2017-08-103-75/+90
* powerpc/44x: Simplify CONFIG_44x checks in MakefileMichael Ellerman2017-08-101-2/+2
* powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47xMichael Ellerman2017-08-101-0/+2
* powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat2017-08-106-1/+220
* powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat2017-08-106-1/+186
* powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat2017-08-106-1/+259
* powerpc/pseries: Don't print failure message in energy driverNicholas Piggin2017-08-101-4/+3
* powerpc/lib/sstep: Add isel instruction emulationMatt Brown2017-08-101-0/+8
* powerpc/lib/sstep: Add prty instruction emulationMatt Brown2017-08-101-0/+26
* powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown2017-08-101-1/+23
* powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown2017-08-101-1/+41
* powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown2017-08-101-0/+20
* powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in Power9 event listMadhavan Srinivasan2017-08-102-9/+9
* powerpc/perf: Add PM_LD_MISS_L1 and PM_BR_2PATH to power9 event listMadhavan Srinivasan2017-08-102-0/+9
* powerpc/perf: Factor out PPMU_ONLY_COUNT_RUN check code from power8Madhavan Srinivasan2017-08-104-34/+37
* powerpc/perf: Update default sdar_mode value for power9Madhavan Srinivasan2017-08-102-1/+2
* powerpc/44x/fsp2: Enable eMMC arasan for fsp2 platformIvan Mikhaylov2017-08-102-14/+21
* powerpc/mm: Properly invalidate when setting process table baseSuraj Jitindar Singh2017-08-101-2/+6
* powerpc/xive: Ensure active irqd when setting affinityBenjamin Herrenschmidt2017-08-101-0/+4
* powerpc: Add irq accounting for watchdog interruptsNicholas Piggin2017-08-103-0/+16
* powerpc: Add irq accounting for system reset interruptsNicholas Piggin2017-08-103-0/+9
* powerpc: Fix powerpc-specific watchdog build configurationNicholas Piggin2017-08-103-4/+15
* powerpc/64s: Fix mce accounting for powernvNicholas Piggin2017-08-101-1/+3
* powerpc/pseries: Check memory device state before onlining/offliningNathan Fontenot2017-08-101-21/+32
* powerpc: Fix invalid use of register expressionsAndreas Schwab2017-08-107-77/+77
* powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman2017-08-082-5/+17
* powerpc/mm/slb: Move comment next to the code it's referring toMichael Ellerman2017-08-081-3/+4
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-086-1/+10
* powerpc/powernv: Use darn instruction for get_random_seed() on Power9Matt Brown2017-08-082-0/+43
* powerpc/32: Fix boot failure on non 6xx platformsChristophe Leroy2017-08-081-2/+2
* powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat2017-08-087-3/+93