summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2017-04-23powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin
2017-04-23powerpc/64s: Use alternative feature patchingNicholas Piggin
2017-04-23powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin
2017-04-23powerpc/64s: Move remaining system reset idle code into idle_book3s.SNicholas Piggin
2017-04-23powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin
2017-04-21powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman
2017-04-21powerpc/mm: Wire up ioremap_cache()Oliver O'Halloran
2017-04-20powerpc/64s: Use relon prolog for EXC_VIRT_OOL_MASKABLE_HV handlersNicholas Piggin
2017-04-20powerpc/xive: Fix missing check of rc != OPAL_BUSYMichael Ellerman
2017-04-19powerpc/64s: Remove SAO feature from Power9 DD1Nicholas Piggin
2017-04-19powerpc/64s: Remove ICSWX feature from Power9Nicholas Piggin
2017-04-19powerpc/perf: Add Power8 mem_access event to sysfsMadhavan Srinivasan
2017-04-19powerpc/perf: Support to export SIERs bit in Power9Madhavan Srinivasan
2017-04-19powerpc/perf: Support to export SIERs bit in Power8Madhavan Srinivasan
2017-04-19powerpc/perf: Support to export MMCRA[TEC*] field to userspaceMadhavan Srinivasan
2017-04-19powerpc/perf: Export memory hierarchy info to user spaceMadhavan Srinivasan
2017-04-19powerpc/iommu: Do not call PageTransHuge() on tail pagesAlexey Kardashevskiy
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V
2017-04-19powerpc/64s: Minor fix for MCE TLB flush for radixNicholas Piggin
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V
2017-04-19powerpc/64s: Revert setting of LPCR[LPES] on POWER9Nicholas Piggin
2017-04-13powerpc/pseries: Always enable SMP when building pseriesMichael Ellerman
2017-04-13powerpc/powernv: Always enable SMP when building powernvMichael Ellerman
2017-04-13powerpc: Allow platforms to force-enable CONFIG_SMPMichael Ellerman
2017-04-13powerpc: Drop include of linux/io.h from asm/io.hMichael Ellerman
2017-04-13powerpc/powernv: POWER9 support for msgsnd/doorbell IPINicholas Piggin
2017-04-13powerpc/64s: Avoid a branch for ppc_msgsndNicholas Piggin
2017-04-13powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin
2017-04-13powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin
2017-04-13powerpc/64s: Add msgp facility unavailable log stringNicholas Piggin
2017-04-13powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V
2017-04-12powerpc/mm: Fix hash table dump when memory is not contiguousRashmica Gupta
2017-04-12powerpc/mm: Add physical address to Linux page table dumpOliver O'Halloran
2017-04-12powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dumpOliver O'Halloran
2017-04-12powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh
2017-04-12powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman
2017-04-11powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy
2017-04-11powerpc/powernv/idle: Don't override default/deepest directly in kernelGautham R. Shenoy
2017-04-11powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-HotplugGautham R. Shenoy
2017-04-11powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy
2017-04-11powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizesAnshuman Khandual
2017-04-11powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual
2017-04-11powerpc: Make sparsemem the default on 64-bit Book3SMichael Ellerman
2017-04-11powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman
2017-04-11powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman
2017-04-11powerpc/powernv: Require MMU_NOTIFIER to fix NPU buildAlistair Popple
2017-04-11powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V