summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-27powerpc/64s: Enhance the information in cpu_show_meltdown()Michael Ellerman1-2/+28
2018-03-27powerpc/64s: Move cpu_show_meltdown()Michael Ellerman2-8/+11
2018-03-27powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman2-1/+16
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira1-3/+3
2018-03-27powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman1-1/+5
2018-03-27powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs codeMichael Ellerman1-5/+8
2018-03-26powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin1-1/+1
2018-03-24Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-13/+62
2018-03-24KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras3-3/+4
2018-03-24powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras2-0/+22
2018-03-24powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2Paul Mackerras2-2/+27
2018-03-24powerpc: Free up CPU feature bits on 64-bit machinesPaul Mackerras2-2/+2
2018-03-24powerpc: Use feature bit for RTC presence rather than timebase presencePaul Mackerras2-7/+8
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-0/+3
2018-03-23powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin1-0/+8
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring1-6/+3
2018-03-20powerpc: Remove unused flush_dcache_phys_range()Matt Brown1-38/+0
2018-03-14powerpc/time: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-14powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU featuresMichael Ellerman1-0/+3