summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-197-8/+39
| * | | | powerpc/perf: Change the data type for the variable 'ncpu' in IMC codeAnju T Sudhakar2018-01-191-1/+2
| * | | | powerpc/powernv: Add debugfs interface for imc-mode and imc-commandAnju T Sudhakar2018-01-192-0/+84
| * | | | powerpc/perf: Pass struct imc_events as a parameter to imc_parse_event()Anju T Sudhakar2018-01-192-27/+41
| * | | | powerpc/perf: IMC code cleanup with some code refactoringAnju T Sudhakar2018-01-191-12/+21
| * | | | powerpc/perf: Remove thread_imc_pmu global variable fromAnju T Sudhakar2018-01-191-2/+0
| * | | | powerpc/64s: Implement local_t using irq soft maskingMadhavan Srinivasan2018-01-191-0/+141
| * | | | powerpc: use generic atomic implementation for local_tMadhavan Srinivasan2018-01-191-170/+1
| * | | | powerpc/64s: Add new set of irq_soft_mask_ functions for PMI maskingMadhavan Srinivasan2018-01-191-0/+67
| * | | | powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan2018-01-194-6/+10
| * | | | powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-195-11/+31
| * | | | powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan2018-01-193-68/+96
| * | | | powerpc/64s: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*Madhavan Srinivasan2018-01-191-3/+3
| * | | | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-1919-81/+74
| * | | | powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-197-31/+60
| * | | | powerpc/64: Cleanup hard_irq_disable() macroMadhavan Srinivasan2018-01-191-4/+3
| * | | | powerpc/64: Implement and use soft_enabled_set_return APIMadhavan Srinivasan2018-01-191-10/+15
| * | | | powerpc/64: Implement and use soft_enabled_return APIMadhavan Srinivasan2018-01-192-9/+14
| * | | | powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-195-21/+25
| * | | | powerpc/64: Fix arch_local_irq_disable() prototypeMadhavan Srinivasan2018-01-191-10/+15
| * | | | powerpc/64: Improve inline asm in arch_local_irq_disableNicholas Piggin2018-01-191-5/+5
| * | | | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-1915-35/+50
| * | | | powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan2018-01-193-0/+23
| * | | | powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman2018-01-191-0/+4
| | |_|/ | |/| |
| * | | powerpc/pseries/cpuidle: add polling idle for shared processor guestsNicholas Piggin2018-01-181-2/+8
| * | | cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin2018-01-181-2/+4
| * | | cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin2018-01-181-0/+2
| * | | powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLEDNicholas Piggin2018-01-181-0/+1
| * | | powerpc/watchdog: remove arch_trigger_cpumask_backtraceNicholas Piggin2018-01-182-26/+0
| * | | powerpc/64s: Relax PACA address limitationsNicholas Piggin2018-01-183-16/+27
| * | | powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-171-3/+5
| * | | powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-171-17/+4
| * | | powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin2018-01-171-6/+11
| * | | powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-171-7/+4
| * | | powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-172-23/+34
| * | | powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-1713-224/+219
| * | | powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin2018-01-171-1/+1
| * | | powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-163-3/+3
| * | | powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt2018-01-162-7/+2
| * | | powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0
| * | | powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt2018-01-161-4/+4
| * | | powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt2018-01-161-3/+0
| * | | powerpc: Add aacraid and nvme to powernv_defconfigBenjamin Herrenschmidt2018-01-161-0/+2
| * | | powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-163-34/+47
| * | | powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-168-62/+48
| * | | powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-164-10/+18
| * | | powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-1610-54/+28
| * | | powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy2018-01-163-7/+3
| * | | powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy2018-01-166-32/+88
| * | | powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12Christophe Leroy2018-01-161-38/+40