aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20powerpc/prom: fix early DEBUG messagesChristophe Leroy1-3/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel2-4/+4
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-17powerpc/iommu: Use device_iommu_mapped()Joerg Roedel2-4/+4
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh1-0/+9
2018-12-14Merge tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-3/+17
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-8/+8
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova1-1/+6
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2-20/+14
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig1-1/+0
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro1-54/+0
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-03pstore: Convert buf_lock to semaphoreKees Cook1-2/+0
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-27powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-13/+2
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
2018-11-26powerpc: Rework btext_find_display to use of_stdout and device_type helpersRob Herring1-12/+4
2018-11-25powerpc64/ftrace: Drop pointless static qualifier in is_b_op()YueHaibing1-1/+1
2018-11-25powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-11-25powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre1-0/+4
2018-11-25powerpc/eeh: Declare pci_ers_result_name() as staticBreno Leitao1-1/+1
2018-11-25powerpc/64s: Include cpu headerBreno Leitao1-0/+1
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin1-0/+2
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-42/+58
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2-2/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-4/+2
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+4
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport5-12/+9
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds45-825/+1380
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2018-10-26powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia1-2/+1