summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-24powerpc/time: Use clockevents_register_device(), fixing an issue with large d...Anton Blanchard1-14/+3
2019-11-20powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot1-0/+2
2019-11-20powerpc/iommu: Avoid derefence before pointer checkBreno Leitao1-1/+1
2019-11-20powerpc/vdso: Correct call frame informationAlan Modra4-0/+4
2019-11-10powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V1-0/+2
2019-10-11powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V1-3/+3
2019-10-11powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V1-2/+28
2019-10-11powerpc/mce: Schedule work from irq_workSantosh Sivaraj1-1/+10
2019-10-11powerpc/mce: Fix MCE handling for huge pagesBalbir Singh1-6/+13
2019-10-07powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar1-0/+1
2019-10-07powerpc/64s/exception: machine check use correct cfar for late handlerNicholas Piggin1-0/+4
2019-10-07powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flagSam Bobroff1-1/+10
2019-10-07powerpc/rtas: use device model APIs and serialization during LPMNathan Lynch1-3/+8
2019-09-16powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero1-16/+2
2019-09-16powerpc/tm: Remove msr_tm_active()Breno Leitao1-12/+9
2019-09-16KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras1-2/+2
2019-09-16powerpc/64: mark start_here_multiplatform as __refChristophe Leroy1-0/+2
2019-09-16powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero1-1/+2
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-07-31powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2-0/+8
2019-07-31powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran1-3/+12
2019-07-31powerpc/pci/of: Fix OF flags parsing for 64bit BARsAlexey Kardashevskiy1-0/+2
2019-07-26powerpc/watchpoint: Restore NV GPRs while returning from exceptionRavi Bangoria1-2/+7
2019-07-26powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy1-8/+65
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook1-2/+0
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-2/+0
2019-05-31powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-05-31powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin1-41/+40
2019-05-16powerpc/powernv/idle: Restore IAMR after idleRussell Currey1-0/+20
2019-05-16powerpc/64s: Include cpu headerBreno Leitao1-0/+1
2019-05-16powerpc/smp: Fix NMI IPI xmon timeoutNicholas Piggin1-64/+29
2019-05-16powerpc/smp: Fix NMI IPI timeoutNicholas Piggin1-2/+3
2019-05-14powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-4/+4
2019-05-08kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas1-0/+7
2019-05-02powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-04-20powerpc/pseries: Remove prrn_work workqueueNathan Fontenot1-14/+3
2019-04-17powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-5/+18
2019-04-05powerpc/64s: Clear on-stack exception marker upon exception returnNicolai Stange1-0/+7
2019-04-03powerpc/security: Fix spectre_v2 reportingMichael Ellerman1-15/+8
2019-04-03powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy1-0/+1
2019-04-03powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun1-6/+12
2019-04-03powerpc/fsl: Update Spectre v2 reportingDiana Craciun1-1/+4
2019-04-03powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun1-0/+1
2019-04-03powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun2-0/+21
2019-04-03powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2-1/+30
2019-04-03powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun1-0/+21
2019-04-03powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun1-0/+8
2019-03-27powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman1-2/+2
2019-03-23powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy1-2/+2
2019-03-23powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy1-4/+4