summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-04powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V2-4/+14
2018-04-04powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin1-29/+16
2018-04-04powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman1-12/+11
2018-04-03powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin1-2/+3
2018-04-03powerpc: use NMI IPI for smp_send_stopNicholas Piggin1-0/+8
2018-04-03powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin1-4/+5
2018-04-03powerpc: Move default security feature flagsMauricio Faria de Oliveira1-6/+1
2018-04-03powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin1-2/+8
2018-04-03powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V1-0/+3
2018-04-01powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans1-1/+3
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin2-42/+4
2018-04-01powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU featuresNicholas Piggin1-3/+8
2018-04-01powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2-9/+3
2018-04-01powerpc/64s/idle: avoid sync for KVM state when waking from idleNicholas Piggin1-0/+3
2018-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin1-6/+18
2018-04-01powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin1-2/+13
2018-04-01powerpc/64s: return more carefully from sreset NMINicholas Piggin1-3/+58
2018-04-01powerpc/eeh: Fix race with driver un/bindMichael Neuling1-26/+42
2018-04-01powerpc/kexec_file: Fix error code when trying to load kdump kernelThiago Jung Bauermann1-1/+1
2018-04-01powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman1-3/+4
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman11-195/+271
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2-16/+7
2018-03-31powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao1-13/+17
2018-03-31powerpc/64: Allocate per-cpu stacks node-local if possibleNicholas Piggin1-19/+32
2018-03-31powerpc/64: Allocate pacas per nodeNicholas Piggin2-6/+43
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin3-70/+49
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2-1/+24
2018-03-30powerpc/64: move default SPR recordingNicholas Piggin3-17/+20
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-0/+3
2018-03-30powerpc/64s: Allocate slb_shadow structures individuallyNicholas Piggin1-35/+30
2018-03-30powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2-63/+41
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin7-59/+89
2018-03-30powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2-3/+18
2018-03-28Merge branch 'fixes' into nextMichael Ellerman4-3/+15
2018-03-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-2/+32
2018-03-27powerpc: Disable DAWR on POWER9 via CPU feature quirkMichael Neuling1-0/+3
2018-03-27powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling2-2/+17
2018-03-27powerpc: Add ppc_breakpoint_available()Michael Neuling1-0/+12
2018-03-27powerpc/eeh: Add eeh_state_active() helperSam Bobroff1-13/+6
2018-03-27powerpc/eeh: Factor out common code eeh_reset_device()Sam Bobroff1-22/+10
2018-03-27powerpc/eeh: Remove always-true tests in eeh_reset_device()Sam Bobroff1-2/+2
2018-03-27powerpc/eeh: Clarify arguments to eeh_reset_device()Sam Bobroff1-9/+11
2018-03-27powerpc/eeh: Rename frozen_bus to bus in eeh_handle_normal_event()Sam Bobroff1-5/+5
2018-03-27powerpc/eeh: Remove misleading test in eeh_handle_normal_event()Sam Bobroff1-13/+11
2018-03-27powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()Sam Bobroff1-2/+1
2018-03-27powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()Sam Bobroff2-20/+11
2018-03-27powerpc/eeh: Remove eeh_handle_event()Sam Bobroff2-29/+17
2018-03-27powerpc/init: Do not advertise radix during client-architecture-supportAlexey Kardashevskiy1-1/+2
2018-03-27powerpc/64s: Wire up cpu_show_spectre_v2()Michael Ellerman1-0/+33
2018-03-27powerpc/64s: Wire up cpu_show_spectre_v1()Michael Ellerman1-0/+8