summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-22powerpc: Convert VDSO update function to use new update_vsyscall interfacePaul Mackerras1-16/+52
2017-06-21powerpc/time: Fix tracing in time.cSantosh Sivaraj2-5/+3
2017-06-21powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman1-1/+1
2017-06-21powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()Michael Ellerman1-6/+9
2017-06-21powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman1-38/+4
2017-06-20powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin1-15/+26
2017-06-20powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin1-8/+1
2017-06-20powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin1-5/+8
2017-06-19powerpc/64s/idle: Predict HMI wakeup as unlikelyNicholas Piggin1-1/+1
2017-06-19powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin2-30/+28
2017-06-19powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin1-2/+4
2017-06-19powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin1-1/+7
2017-06-19powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2-2/+22
2017-06-19powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin1-0/+29
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2-68/+47
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2-10/+26
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin1-6/+17
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin1-8/+3
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2-6/+16
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2-19/+47
2017-06-15powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin1-37/+97
2017-06-15Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman1-5/+1
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2-0/+4
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini1-1/+15
2017-06-02powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini1-2/+2
2017-06-02powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini1-0/+25
2017-06-02powerpc/fadump: Return error when fadump registration failsMichal Suchanek1-8/+15
2017-06-02powerpc: Handle simultaneous interrupts at onceChristophe Leroy1-1/+5
2017-06-02powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy1-4/+2
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin1-2/+14
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin1-22/+0
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin1-0/+5
2017-05-30powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin1-0/+8
2017-05-30powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov1-3/+11
2017-05-30powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1Gautham R. Shenoy2-1/+13
2017-05-30powerpc/powernv/idle: Restore LPCR on wakeup from deep-stopGautham R. Shenoy1-3/+10
2017-05-30powerpc/powernv/idle: Decouple Timebase restore & Per-core SPRs restoreGautham R. Shenoy1-3/+4
2017-05-25powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin1-1/+2
2017-05-25powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling1-0/+2
2017-05-16powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao1-1/+2
2017-05-16powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1Gautham R. Shenoy1-1/+1
2017-05-15powerpc/tm: Fix FP and VMX register corruptionMichael Neuling1-0/+19
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-17/+1109
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin5-13/+1095
2017-05-09powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin1-1/+1
2017-05-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman1-0/+12
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-0/+10
2017-05-09powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin1-3/+1
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+10
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-46/+18