summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman46-365/+556
2018-03-31powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V1-1/+11
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V5-13/+13
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V15-27/+245
2018-03-31powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V1-16/+20
2018-03-31powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V3-19/+15
2018-03-31powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat1-1/+1
2018-03-31drivers: macintosh: rack-meter: really fix bogus memsetsAaro Koskinen1-2/+2
2018-03-31powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2-5/+2
2018-03-31powerpc/4xx: Fix error return code in ppc4xx_msi_probe()Wei Yongjun1-1/+2
2018-03-31powerpc/mm: Fix thread_pkey_regs_init()Ram Pai1-3/+3
2018-03-31powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao1-13/+17
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain5-36/+35
2018-03-31powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin1-0/+4
2018-03-31powerpc/pseries: Fix clearing of security feature flagsMauricio Faria de Oliveira1-3/+3
2018-03-31powerpc/mm: Pass node id into create_section_mappingNicholas Piggin7-18/+18
2018-03-31powerpc/64s/radix: Allocate kernel page tables node-local if possibleNicholas Piggin1-24/+80
2018-03-31powerpc/64s/radix: Split early page table mapping to its own functionNicholas Piggin1-47/+65
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 Piggin4-72/+53
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin3-1/+25
2018-03-30powerpc/64: move default SPR recordingNicholas Piggin3-17/+20
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin4-14/+27
2018-03-30mm: make memblock_alloc_base_nid() non-staticNicholas Piggin2-1/+4
2018-03-30powerpc/64s: Allocate slb_shadow structures individuallyNicholas Piggin1-35/+30
2018-03-30powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin6-79/+63
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin26-107/+143
2018-03-30powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin7-10/+46
2018-03-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman1-1/+1
2018-03-28Merge branch 'fixes' into nextMichael Ellerman21-94/+223
2018-03-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman10-6/+59
2018-03-27powerpc: Disable DAWR in the base POWER9 CPU featuresMichael Neuling1-3/+2
2018-03-27powerpc: Disable DAWR on POWER9 via CPU feature quirkMichael Neuling1-0/+3
2018-03-27KVM: PPC: Book3S HV: Handle migration with POWER9 disabled DAWRMichael Neuling1-0/+10
2018-03-27KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9Michael Neuling2-1/+8
2018-03-27KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9Michael Neuling1-0/+2
2018-03-27powerpc: Update xmon to use ppc_breakpoint_available()Michael Neuling1-0/+4
2018-03-27powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling2-2/+17
2018-03-27powerpc: Add ppc_breakpoint_available()Michael Neuling2-0/+13
2018-03-27powerpc/eeh: Add eeh_state_active() helperSam Bobroff3-20/+14
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 Bobroff3-21/+12
2018-03-27powerpc/eeh: Remove eeh_handle_event()Sam Bobroff3-30/+19
2018-03-27powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is ...Alexey Kardashevskiy1-3/+24