summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-21Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2018-01-21powerpc: Enable support for ibm,drc-info devtree propertyMichael Bringmann
2018-01-21powerpc/watchdog: improve watchdog commentsNicholas Piggin
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard
2018-01-19powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan
2018-01-19powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan
2018-01-19powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan
2018-01-19powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan
2018-01-19powerpc/64: Implement and use soft_enabled_return APIMadhavan Srinivasan
2018-01-19powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan
2018-01-18powerpc/watchdog: remove arch_trigger_cpumask_backtraceNicholas Piggin
2018-01-18powerpc/64s: Relax PACA address limitationsNicholas Piggin
2018-01-18KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras
2018-01-18powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin
2018-01-18powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin
2018-01-17powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman
2018-01-17powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt
2018-01-16powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt
2018-01-16powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt
2018-01-16powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt
2018-01-16powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy
2018-01-16powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy
2018-01-16powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy
2018-01-16powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12Christophe Leroy
2018-01-16powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy
2018-01-16powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh
2018-01-16powerpc/crash: Remove the test for cpu_online in the IPI callbackBalbir Singh
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov
2018-01-16powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot
2018-01-11powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt
2018-01-10powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2018-01-10powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin
2018-01-10powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin
2018-01-10powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin
2018-01-10powerpc/64s: Simple RFI macro conversionsNicholas Piggin
2017-12-19powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman