summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: powerpc: no memory barrier after break from idleNicholas Piggin2017-06-282-4/+18
* cpuidle: powerpc: read mostly for common globalsNicholas Piggin2017-06-282-9/+9
* cpuidle: powerpc: cpuidle set polling before enabling irqsNicholas Piggin2017-06-282-2/+5
* powerpc/fadump: add reschedule point while releasing memoryHari Bathini2017-06-281-11/+54
* powerpc/fadump: provide a helpful error messageHari Bathini2017-06-281-0/+36
* powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini2017-06-283-0/+20
* powerpc/fadump: avoid duplicates in crash memory rangesHari Bathini2017-06-281-2/+13
* powerpc/perf: Fix branch event code for power9Madhavan Srinivasan2017-06-282-2/+10
* powerpc/xive: Silence message about VP block allocationBenjamin Herrenschmidt2017-06-281-2/+2
* powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9Benjamin Herrenschmidt2017-06-272-3/+12
* powerpc: Only do ERAT invalidate on radix context switch on P9 DD1Benjamin Herrenschmidt2017-06-271-5/+10
* powerpc/powernv/pci: Enable 64-bit devices to access >4GB DMA spaceRussell Currey2017-06-271-2/+91
* powerpc/powernv/pci: Add helper to check if a PE has a single vendorRussell Currey2017-06-271-0/+25
* powerpc/powernv/pci: Add support for PHB4 diagnosticsRussell Currey2017-06-272-2/+178
* powerpc/powernv/pci: Dynamically allocate PHB diag dataRussell Currey2017-06-274-18/+29
* powerpc/powernv/pci: Reduce spam when dumping PESTRussell Currey2017-06-272-20/+34
* powerpc/tm: Fix commentMichael Neuling2017-06-271-2/+2
* powerpc: Fix asm offsets to point to actual FP and VMX regsMichael Neuling2017-06-271-4/+4
* powerpc: Fix /proc/cpuinfo revision for POWER9 DD2Michael Neuling2017-06-271-0/+4
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-237-4/+67
* powerpc: Convert VDSO update function to use new update_vsyscall interfacePaul Mackerras2017-06-222-17/+53
* powerpc/time: Fix tracing in time.cSantosh Sivaraj2017-06-212-5/+3
* powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-213-13/+5
* powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()Michael Ellerman2017-06-211-6/+9
* powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman2017-06-211-38/+4
* powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin2017-06-201-1/+4
* powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin2017-06-201-5/+11
* powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin2017-06-201-5/+12
* powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin2017-06-201-11/+10
* powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-203-4/+14
* powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin2017-06-201-15/+26
* powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin2017-06-201-8/+1
* powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin2017-06-201-5/+8
* powerpc/64s: Preserve r3 in slb_allocate_realmode()Nicholas Piggin2017-06-201-10/+14
* powerpc/64s/idle: Run latch switch is done with MSR[EE]=0Nicholas Piggin2017-06-191-6/+6
* powerpc/64s/idle: Predict HMI wakeup as unlikelyNicholas Piggin2017-06-191-1/+1
* powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin2017-06-193-32/+38
* powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-192-2/+17
* powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin2017-06-191-1/+7
* powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2017-06-194-2/+38
* powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-193-2/+38
* powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin2017-06-192-23/+29
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-199-89/+128
* drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependenciesMurilo Opsfelder Araujo2017-06-151-1/+1
* powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-153-14/+30
* powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2017-06-152-6/+22
* powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin2017-06-151-8/+3
* powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2017-06-152-6/+16
* powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2017-06-152-19/+47
* powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin2017-06-151-37/+97