summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add some documentation of ISA versionsMichael Ellerman2018-12-201-0/+74
* powerpc/configs: Don't enable PPC_EARLY_DEBUG in defconfigsMichael Ellerman2018-12-205-5/+0
* powerpc: eeh_event: convert semaphore to completionArnd Bergmann2018-12-201-6/+3
* ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>Greg Kurz2018-12-201-1/+0
* ocxl: Clarify error path in setup_xsl_irq()Greg Kurz2018-12-201-9/+14
* powerpc/44x/bamboo: Fix PCI rangeBenjamin Herrenschmidt2018-12-201-1/+3
* powerpc/pasemi: Add Nemo board IRQ initroutineDarren Stevens2018-12-202-0/+26
* powerpc/pasemi: Add Nemo board device init code.Darren Stevens2018-12-201-0/+34
* powerpc/pasemi: Add Nemo board IRQ initroutineDarren Stevens2018-12-201-0/+37
* powerpc/pasemi: Add PCI initialisation for Nemo board.Darren Stevens2018-12-201-0/+55
* powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy2018-12-201-8/+9
* powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin2018-12-201-23/+31
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-209-67/+26
* cxl: drop the dma_set_mask callback from vphbChristoph Hellwig2018-12-201-12/+0
* powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-204-26/+10
* powerpc/dma: remove the unused dma_iommu_ops exportChristoph Hellwig2018-12-201-2/+0
* powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportChristoph Hellwig2018-12-201-1/+0
* powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT defineChristoph Hellwig2018-12-201-2/+0
* crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig2018-12-201-1/+1
* powerpc/dma: properly wire up the unmap_page and unmap_sg methodsChristoph Hellwig2018-12-201-1/+8
* powerpc: allow NOT_COHERENT_CACHE for amigaoneChristoph Hellwig2018-12-201-1/+2
* powerpc/prom: fix early DEBUG messagesChristophe Leroy2018-12-201-3/+3
* ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz2018-12-201-1/+1
* powerpc/32: Avoid unsupported flags with clangJoel Stanley2018-12-201-1/+8
* raid6/ppc: Fix build for clangJoel Stanley2018-12-201-0/+15
* powerpc/perf: Remove l2 bus events from HW cache event arrayMadhavan Srinivasan2018-12-201-6/+2
* powerpc/perf: Add constraints for power9 l2/l3 bus eventsMadhavan Srinivasan2018-12-205-15/+42
* powerpc/perf: Fix unit_sel/cache_sel checksMadhavan Srinivasan2018-12-202-9/+20
* powerpc/perf: Cleanup cache_sel bits commentMadhavan Srinivasan2018-12-201-10/+2
* powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan2018-12-207-1/+23
* powerpc/perf: Fix thresholding counter data for unknown typeMadhavan Srinivasan2018-12-201-1/+6
* powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V2018-12-201-5/+19
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-196-25/+26
* powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy2018-12-192-7/+9
* powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2018-12-191-1/+1
* powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-192-23/+2
* powerpc/xmon: fix dump_segments()Christophe Leroy2018-12-191-1/+1
* powerpc/8xx: add exception frame markerChristophe Leroy2018-12-191-0/+3
* powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy2018-12-191-2/+2
* powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy2018-12-191-5/+26
* powerpc/smp: Use code patching to restore reset vectorChristophe Leroy2018-12-192-4/+2
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-193-17/+11
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-193-9/+11
* powerpc/8xx: use modify_instruction_site()Christophe Leroy2018-12-191-5/+1
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-193-39/+35
* powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-192-11/+5
* powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy2018-12-191-2/+1
* powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy2018-12-191-0/+11
* powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2018-12-192-18/+10
* powerpc/mm: remove unused variableChristophe Leroy2018-12-191-2/+1