aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-23powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman1-20/+14
2019-02-23powerpc: Enable kcovAndrew Donnellan4-2/+15
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy1-2/+2
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-12/+42
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy1-0/+35
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy1-6/+3
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy1-20/+31
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman1-1/+4
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy1-5/+7
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy1-4/+1
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy1-11/+13
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy1-9/+3
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy1-4/+2
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy1-6/+2
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy1-0/+4
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy1-9/+6
2019-02-22powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2-13/+16
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy3-12/+18
2019-02-22powerpc: simplify BDI switchChristophe Leroy3-6/+5
2019-02-22powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy1-4/+4
2019-02-22powerpc/32: Remove unneccessary MSR[RI] clearing for 8xxChristophe Leroy1-3/+0
2019-02-22powerpc/setup: display reason for not bootingChristophe Leroy1-1/+1
2019-02-22powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy1-8/+8
2019-02-22powerpc/64s: Fix logic when handling unknown CPU featuresMichael Ellerman1-10/+7
2019-02-22powerpc/smp: Make __smp_send_nmi_ipi() staticNicholas Piggin1-1/+2
2019-02-22powerpc/smp: Fix NMI IPI xmon timeoutNicholas Piggin1-64/+29
2019-02-22powerpc/smp: Fix NMI IPI timeoutNicholas Piggin1-2/+3
2019-02-22powerpc/64: Make sys_switch_endian() traceableMichael Ellerman1-1/+1
2019-02-22powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland1-1/+1
2019-02-22powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran2-10/+74
2019-02-22powerpc/eeh: Allow disabling recoveryOliver O'Halloran2-0/+19
2019-02-22powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran1-0/+11
2019-02-22powerpc/eeh_cache: Bump log level of eeh_addr_cache_print()Oliver O'Halloran1-1/+1
2019-02-22powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran2-4/+27
2019-02-22powerpc/eeh_cache: Add pr_debug() prints for insert/removeOliver O'Halloran1-2/+2
2019-02-22powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran1-18/+3
2019-02-22powerpc/ptrace: Simplify vr_get/set() to avoid GCC warningMichael Ellerman1-2/+8
2019-02-22Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+5
2019-02-21powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras1-3/+5
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman7-470/+82
2019-02-19Merge branch 'fixes' into nextMichael Ellerman3-11/+6
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig5-123/+2
2019-02-18powerpc/dma: use the dma_direct mapping routinesChristoph Hellwig2-81/+10
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig3-69/+9
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: remove dma_nommu_dma_supportedChristoph Hellwig2-25/+2
2019-02-18powerpc/dma: remove dma_nommu_get_required_maskChristoph Hellwig2-14/+2
2019-02-18powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig3-21/+0
2019-02-18powerpc/dma: use phys_to_dma instead of get_dma_offsetChristoph Hellwig1-5/+5