summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-021-1/+33
* powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall2017-09-011-2/+1
* powerpc/eeh: Delete an error out of memory message at init timeMarkus Elfring2017-09-011-4/+1
* powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-011-1/+6
* powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-011-771/+32
* powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-08-311-45/+74
* powerpc/smp: Add Power9 scheduler topologyOliver O'Halloran2017-08-311-1/+49
* powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran2017-08-311-6/+17
* powerpc/smp: Rework CPU topology constructionOliver O'Halloran2017-08-311-66/+86
* powerpc/smp: Use cpu_to_chip_id() to find core siblingsOliver O'Halloran2017-08-311-26/+11
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-314-15/+15
* powerpc: Squash lines for simple wrapper functionsMasahiro Yamada2017-08-311-30/+12
* powerpc/kernel: Change retrieval of pci_dnBryant G. Ly2017-08-311-29/+4
* powerpc/pci: Remove OF node back pointer from pci_dnAlexey Kardashevskiy2017-08-311-1/+0
* powerpc/eeh: Reduce use of pci_dn::nodeAlexey Kardashevskiy2017-08-312-6/+10
* powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy2017-08-312-24/+21
* powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy2017-08-314-18/+17
* powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy2017-08-311-11/+21
* powerpc/pci: Remove unused parameter from add_one_dev_pci_data()Alexey Kardashevskiy2017-08-311-12/+2
* powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin2017-08-311-3/+6
* powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2017-08-312-1/+30
* powerpc: Do not send system reset request through the oops pathNicholas Piggin2017-08-311-16/+31
* powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin2017-08-312-27/+22
* powerpc/64: Fix watchdog configuration regressionsNicholas Piggin2017-08-312-7/+28
* powerpc/64s/radix: Do not allocate SLB shadow structuresNicholas Piggin2017-08-311-2/+11
* powerpc/64s/radix: Remove bolted-SLB address limit for per-cpu stacksNicholas Piggin2017-08-311-3/+8
* powerpc/64s: idle POWER9 can execute stop in virtual modeNicholas Piggin2017-08-291-0/+9
* powerpc/64s: Drop no longer used IDLE_STATE_ENTER_SEQNicholas Piggin2017-08-291-4/+1
* powerpc/64s: POWER9 can execute stop without a sync sequenceNicholas Piggin2017-08-291-3/+4
* powerpc/64s: Move IDLE_STATE_ENTER_SEQ[_NORET] into idle_book3s.SNicholas Piggin2017-08-291-0/+17
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-291-11/+24
|\
| * KVM: PPC: Book3S HV: POWER9 does not require secondary thread managementNicholas Piggin2017-08-291-11/+24
* | powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman2017-08-281-2/+2
* | powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman2017-08-281-1/+1
* | powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman2017-08-281-9/+10
* | powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman2017-08-281-0/+6
* | powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman2017-08-281-5/+5
* | powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao2017-08-241-0/+9
* | powerpc/kprobes: Don't save/restore DAR/DSISR to/from pt_regs for optprobesNaveen N. Rao2017-08-241-8/+0
* | powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin2017-08-231-8/+27
* | powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin2017-08-231-2/+0
* | powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin2017-08-231-1/+0
* | powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin2017-08-231-0/+4
* | powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-233-8/+2
* | powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin2017-08-231-22/+23
* | powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin2017-08-231-1/+1
* | powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin2017-08-231-2/+1
* | powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin2017-08-231-4/+2
* | powerpc/64s: Fix replay interrupt return label nameMichael Ellerman2017-08-231-2/+2
* | powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-2311-69/+66