summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-3/+8
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan3-110/+12
2018-12-21powerpc: add system call table generation supportFiroz Khan4-0/+563
2018-12-21powerpc: split compat syscall table out from native tableFiroz Khan3-11/+38
2018-12-21powerpc: move macro definition from asm/systbl.hFiroz Khan1-0/+1
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2-9/+29
2018-12-21powerpc/tm: Print scratch valueBreno Leitao1-1/+2
2018-12-21powerpc/tm: Save MSR to PACA before RFIDBreno Leitao1-0/+4
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2-15/+49
2018-12-21powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar1-2/+8
2018-12-21powerpc/fadump: Throw proper error message on fadump registration failureMahesh Salgaonkar1-2/+33
2018-12-21powerpc/fadump: Reservationless firmware assisted dumpMahesh Salgaonkar1-10/+87
2018-12-20powerpc/eeh: Fix debugfs_simple_attr.cocci warningsYueHaibing1-10/+10
2018-12-20powerpc/fsl: Update Spectre v2 reportingDiana Craciun1-1/+4
2018-12-20powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun1-0/+1
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun2-0/+21
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2-1/+30
2018-12-20powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun1-0/+21
2018-12-20powerpc/fsl: Fix spectre_v2 mitigations reportingDiana Craciun1-1/+1
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun1-0/+8
2018-12-20powerpc/prom: move the device tree if not in declared memory.Christophe Leroy1-2/+2
2018-12-20powerpc: eeh_event: convert semaphore to completionArnd Bergmann1-6/+3
2018-12-20powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin1-23/+31
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig2-10/+4
2018-12-20powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig1-12/+2
2018-12-20powerpc/dma: remove the unused dma_iommu_ops exportChristoph Hellwig1-2/+0
2018-12-20powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportChristoph Hellwig1-1/+0
2018-12-20powerpc/dma: properly wire up the unmap_page and unmap_sg methodsChristoph Hellwig1-1/+8
2018-12-20powerpc/prom: fix early DEBUG messagesChristophe Leroy1-3/+3
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy1-1/+1
2018-12-19powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy1-6/+0
2018-12-19powerpc/8xx: add exception frame markerChristophe Leroy1-0/+3
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy1-6/+5
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2-9/+10
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy1-0/+4
2018-12-19powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy1-2/+1
2018-12-17Merge branch 'fixes' into nextMichael Ellerman3-3/+17
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova1-1/+6
2018-12-04powerpc/8xx: regroup TLB handler routinesChristophe Leroy1-58/+54
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy1-61/+49
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy1-34/+24
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy1-69/+5
2018-12-04powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy1-30/+28
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy1-1/+1
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell1-0/+1
2018-12-01powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt1-1/+5
2018-11-29powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec1-1/+6
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy8-19/+19
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring5-13/+10