summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2018-12-221-4/+6
* powerpc/eeh: Fix debugfs_simple_attr.cocci warningsYueHaibing2018-12-201-10/+10
* powerpc/fsl: Update Spectre v2 reportingDiana Craciun2018-12-201-1/+4
* powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun2018-12-201-0/+1
* powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)Diana Craciun2018-12-202-0/+21
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2018-12-202-1/+30
* powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun2018-12-201-0/+21
* powerpc/fsl: Fix spectre_v2 mitigations reportingDiana Craciun2018-12-201-1/+1
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2018-12-201-0/+8
* powerpc/prom: move the device tree if not in declared memory.Christophe Leroy2018-12-201-2/+2
* powerpc: eeh_event: convert semaphore to completionArnd Bergmann2018-12-201-6/+3Star
* powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin2018-12-201-23/+31
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-202-10/+4Star
* powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-201-12/+2Star
* powerpc/dma: remove the unused dma_iommu_ops exportChristoph Hellwig2018-12-201-2/+0Star
* powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportChristoph Hellwig2018-12-201-1/+0Star
* powerpc/dma: properly wire up the unmap_page and unmap_sg methodsChristoph Hellwig2018-12-201-1/+8
* powerpc/prom: fix early DEBUG messagesChristophe Leroy2018-12-201-3/+3
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-191-1/+1
* powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-191-6/+0Star
* powerpc/8xx: add exception frame markerChristophe Leroy2018-12-191-0/+3
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-6/+5Star
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-192-9/+10
* powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-191-0/+4
* powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy2018-12-191-2/+1Star
* Merge branch 'fixes' into nextMichael Ellerman2018-12-173-3/+17
|\
| * powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova2018-12-101-1/+6
| * powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
| * powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-11-291-1/+6
* | powerpc/8xx: regroup TLB handler routinesChristophe Leroy2018-12-041-58/+54Star
* | powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49Star
* | powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-041-34/+24Star
* | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-69/+5Star
* | powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy2018-12-041-30/+28Star
* | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-041-1/+1
* | powerpc: annotate implicit fall throughsStephen Rothwell2018-12-041-0/+1
* | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-268-19/+19
* | powerpc: Use device_type helpers to access the node typeRob Herring2018-11-265-13/+10Star
* | powerpc: Rework btext_find_display to use of_stdout and device_type helpersRob Herring2018-11-261-12/+4Star
* | powerpc64/ftrace: Drop pointless static qualifier in is_b_op()YueHaibing2018-11-251-1/+1
* | powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-251-11/+1Star
* | powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre2018-11-251-0/+4
* | powerpc/eeh: Declare pci_ers_result_name() as staticBreno Leitao2018-11-251-1/+1
* | powerpc/64s: Include cpu headerBreno Leitao2018-11-251-0/+1
|/
* powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+2
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-022-42/+58
|\
| * powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia2018-10-261-2/+1Star
| * powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy2018-10-261-14/+19
| * powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy2018-10-261-8/+11