summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Always stop secondaries before reboot/shutdownNicholas Piggin2018-04-031-1/+1
* powerpc: Move default security feature flagsMauricio Faria de Oliveira2018-04-031-0/+8
* powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-032-0/+5
* powerpc/64s: Refine feature sets for little endian buildsNicholas Piggin2018-04-011-0/+15
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-312-9/+5Star
* powerpc: Remove unused CPU_FTR_ARCH_201Nicholas Piggin2018-03-311-2/+1Star
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-03-311-7/+4Star
* powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLENicholas Piggin2018-03-311-2/+2
* powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYSNicholas Piggin2018-03-311-1/+1
* powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin2018-03-311-0/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-319-29/+52
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-303-3/+3
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-301-2/+4
| * powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2018-03-301-0/+1
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-0/+1
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-12/+12
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-304-9/+9
| * powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2018-03-303-3/+26
* | powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V2018-03-301-1/+11
* | powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-302-2/+9
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-305-1/+89
* | powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V2018-03-303-19/+15Star
* | powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2018-03-302-5/+2Star
* | Merge branch 'fixes' into nextMichael Ellerman2018-03-284-9/+19
|\ \
| * | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-1/+2
| * | powerpc/mm/radix: Remove unused codeAneesh Kumar K.V2018-03-231-3/+0Star
| * | powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt2018-03-232-5/+16
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-273-3/+4
|\ \ \
| * | | powerpc: Disable DAWR in the base POWER9 CPU featuresMichael Neuling2018-03-271-3/+2Star
| * | | KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9Michael Neuling2018-03-271-0/+1
| * | | powerpc: Add ppc_breakpoint_available()Michael Neuling2018-03-271-0/+1
* | | | powerpc/eeh: Add eeh_state_active() helperSam Bobroff2018-03-271-0/+6
* | | | powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()Sam Bobroff2018-03-271-1/+1
* | | | powerpc/eeh: Remove eeh_handle_event()Sam Bobroff2018-03-271-1/+2
* | | | powerpc/64s: Enhance the information in cpu_show_meltdown()Michael Ellerman2018-03-271-0/+1
* | | | powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman2018-03-271-0/+65
* | | | powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flagsMichael Ellerman2018-03-271-0/+3
* | | | powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman2018-03-271-1/+1
* | | | powerpc/perf: Infrastructure to support addition of blacklisted eventsMadhavan Srinivasan2018-03-271-0/+2
* | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-2312-114/+187
|\| | |
| * | | KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-237-0/+62
| * | | powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras2018-03-233-0/+7
| * | | powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2Paul Mackerras2018-03-231-1/+6
| * | | powerpc: Free up CPU feature bits on 64-bit machinesPaul Mackerras2018-03-231-62/+71
| * | | powerpc: Book E: Remove unused CPU_FTR_L2CSR bitPaul Mackerras2018-03-231-4/+3Star
| * | | powerpc: Use feature bit for RTC presence rather than timebase presencePaul Mackerras2018-03-232-48/+39Star
| | |/ | |/|
* | | powerpc: Remove unused flush_dcache_phys_range()Matt Brown2018-03-201-1/+0Star
* | | lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown2018-03-201-0/+6
* | | powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2018-03-131-4/+4
* | | powerpc/mm/slice: implement a slice mask cacheNicholas Piggin2018-03-132-0/+28