summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin2018-04-041-29/+16Star
* powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman2018-04-041-12/+11Star
* powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin2018-04-031-2/+3
* powerpc: use NMI IPI for smp_send_stopNicholas Piggin2018-04-031-0/+8
* powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+5
* powerpc: Move default security feature flagsMauricio Faria de Oliveira2018-04-031-6/+1Star
* powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin2018-04-031-2/+8
* powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-031-0/+3
* powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans2018-04-011-1/+3
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-312-42/+4Star
* powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU featuresNicholas Piggin2018-03-311-3/+8
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-03-312-9/+3Star
* powerpc/64s/idle: avoid sync for KVM state when waking from idleNicholas Piggin2018-03-311-0/+3
* powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin2018-03-311-6/+18
* powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin2018-03-311-2/+13
* powerpc/64s: return more carefully from sreset NMINicholas Piggin2018-03-311-3/+58
* powerpc/eeh: Fix race with driver un/bindMichael Neuling2018-03-311-26/+42
* powerpc/kexec_file: Fix error code when trying to load kdump kernelThiago Jung Bauermann2018-03-311-1/+1
* powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman2018-03-311-3/+4
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-3111-195/+271
|\
| * powerpc/64: Allocate per-cpu stacks node-local if possibleNicholas Piggin2018-03-301-19/+32
| * powerpc/64: Allocate pacas per nodeNicholas Piggin2018-03-302-6/+43
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-303-70/+49Star
| * powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2018-03-302-1/+24
| * powerpc/64: move default SPR recordingNicholas Piggin2018-03-303-17/+20
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-0/+3
| * powerpc/64s: Allocate slb_shadow structures individuallyNicholas Piggin2018-03-301-35/+30Star
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-302-63/+41Star
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-307-59/+89
| * powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2018-03-302-3/+18
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-302-16/+7Star
* | powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao2018-03-301-13/+17
* | Merge branch 'fixes' into nextMichael Ellerman2018-03-284-3/+15
|\ \
| * | powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin2018-03-251-1/+1
| * | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+3
| * | powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin2018-03-221-0/+8
| * | powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU featuresMichael Ellerman2018-03-141-0/+3
| * | powerpc/pseries: Fix vector5 in ibm architecture vector tableBharata B Rao2018-03-061-1/+0Star
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-274-2/+32
|\ \ \
| * | | powerpc: Disable DAWR on POWER9 via CPU feature quirkMichael Neuling2018-03-271-0/+3
| * | | powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling2018-03-272-2/+17
| * | | powerpc: Add ppc_breakpoint_available()Michael Neuling2018-03-271-0/+12
* | | | powerpc/eeh: Add eeh_state_active() helperSam Bobroff2018-03-271-13/+6Star
* | | | powerpc/eeh: Factor out common code eeh_reset_device()Sam Bobroff2018-03-271-22/+10Star
* | | | powerpc/eeh: Remove always-true tests in eeh_reset_device()Sam Bobroff2018-03-271-2/+2
* | | | powerpc/eeh: Clarify arguments to eeh_reset_device()Sam Bobroff2018-03-271-9/+11
* | | | powerpc/eeh: Rename frozen_bus to bus in eeh_handle_normal_event()Sam Bobroff2018-03-271-5/+5
* | | | powerpc/eeh: Remove misleading test in eeh_handle_normal_event()Sam Bobroff2018-03-271-13/+11Star
* | | | powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()Sam Bobroff2018-03-271-2/+1Star
* | | | powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()Sam Bobroff2018-03-272-20/+11Star