aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10powerpc/time: refactor MFTB() to limit number of ifdefsChristophe Leroy5-35/+25
2017-08-10powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy5-4/+3
2017-08-10powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy3-3/+4
2017-08-10powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2-19/+1
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy3-26/+38
2017-08-10powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy1-1/+1
2017-08-10powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2-5/+6
2017-08-10powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2-33/+33
2017-08-10powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman1-1/+1
2017-08-10powerpc/traps: Inline get_mc_reason()Michael Ellerman1-10/+4
2017-08-10powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman3-18/+28
2017-08-10powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman12-11/+10
2017-08-10powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman3-75/+90
2017-08-10powerpc/44x: Simplify CONFIG_44x checks in MakefileMichael Ellerman1-2/+2
2017-08-10powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47xMichael Ellerman1-0/+2
2017-08-10powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat6-1/+220
2017-08-10powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat6-1/+186
2017-08-10powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat6-1/+259
2017-08-10powerpc/pseries: Don't print failure message in energy driverNicholas Piggin1-4/+3
2017-08-10powerpc/lib/sstep: Add isel instruction emulationMatt Brown1-0/+8
2017-08-10powerpc/lib/sstep: Add prty instruction emulationMatt Brown1-0/+26
2017-08-10powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown1-1/+23
2017-08-10powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown1-1/+41
2017-08-10powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown1-0/+20
2017-08-10powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in Power9 event listMadhavan Srinivasan2-9/+9
2017-08-10powerpc/perf: Add PM_LD_MISS_L1 and PM_BR_2PATH to power9 event listMadhavan Srinivasan2-0/+9
2017-08-10powerpc/perf: Factor out PPMU_ONLY_COUNT_RUN check code from power8Madhavan Srinivasan4-34/+37
2017-08-10powerpc/perf: Update default sdar_mode value for power9Madhavan Srinivasan2-1/+2
2017-08-10powerpc/44x/fsp2: Enable eMMC arasan for fsp2 platformIvan Mikhaylov2-14/+21
2017-08-10powerpc/mm: Properly invalidate when setting process table baseSuraj Jitindar Singh1-2/+6
2017-08-10powerpc/xive: Ensure active irqd when setting affinityBenjamin Herrenschmidt1-0/+4
2017-08-10powerpc: Add irq accounting for watchdog interruptsNicholas Piggin3-0/+16
2017-08-10powerpc: Add irq accounting for system reset interruptsNicholas Piggin3-0/+9
2017-08-10powerpc: Fix powerpc-specific watchdog build configurationNicholas Piggin3-4/+15
2017-08-10powerpc/64s: Fix mce accounting for powernvNicholas Piggin1-1/+3
2017-08-10powerpc/pseries: Check memory device state before onlining/offliningNathan Fontenot1-21/+32
2017-08-10powerpc: Fix invalid use of register expressionsAndreas Schwab7-77/+77
2017-08-08powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman2-5/+17
2017-08-08powerpc/mm/slb: Move comment next to the code it's referring toMichael Ellerman1-3/+4
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman6-1/+10
2017-08-08powerpc/powernv: Use darn instruction for get_random_seed() on Power9Matt Brown2-0/+43
2017-08-08powerpc/32: Fix boot failure on non 6xx platformsChristophe Leroy1-2/+2
2017-08-08powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat7-3/+93
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt10-534/+0
2017-08-03powerpc/mm: Cleanup check for stack expansionBenjamin Herrenschmidt1-36/+48
2017-08-03powerpc/mm: Don't lose "major" fault indication on retryBenjamin Herrenschmidt1-2/+3
2017-08-03powerpc/mm: Move page fault VMA access checks to a helperBenjamin Herrenschmidt1-24/+33
2017-08-03powerpc/mm: Set fault flags earlierBenjamin Herrenschmidt1-1/+4
2017-08-03powerpc/mm: Add a bunch of (un)likely annotations to do_page_faultBenjamin Herrenschmidt1-10/+10
2017-08-03powerpc/mm: Move/simplify faulthandler_disabled() and !mm checkBenjamin Herrenschmidt1-14/+13