summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-0743-331/+313
|\
| * powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-022-8/+7
| * powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin2019-02-261-6/+4
| * powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin2019-02-262-0/+10
| * powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das2019-02-261-1/+14
| * powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-232-6/+2
| * powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-2/+0
| * powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-231-2/+2
| * powerpc: regain entire stack spaceChristophe Leroy2019-02-232-7/+6
| * powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-234-23/+22
| * powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy2019-02-231-1/+1
| * powerpc: Use linux/thread_info.h in processor.hChristophe Leroy2019-02-231-1/+1
| * powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy2019-02-231-1/+1
| * powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
| * powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy2019-02-231-2/+2
| * powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-234-96/+106
| * powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-231-1/+2
| * powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-231-0/+11
| * powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-231-0/+2
| * powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy2019-02-231-11/+2
| * powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy2019-02-231-0/+11
| * powerpc/32: add helper to write into segment registersChristophe Leroy2019-02-231-0/+5
| * powerpc: sstep: Add tests for addc[.] instructionSandipan Das2019-02-231-0/+1
| * Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman2019-02-231-4/+4
| * powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-221-4/+4
| * powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-221-0/+1
| * powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-222-1/+3
| * powerpc: simplify BDI switchChristophe Leroy2019-02-221-0/+2
| * powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-221-0/+2
| * powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-222-18/+4
| * powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran2019-02-221-0/+1
| * powerpc/eeh: Allow disabling recoveryOliver O'Halloran2019-02-221-0/+1
| * powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran2019-02-221-0/+2
| * powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran2019-02-221-0/+3
| * powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran2019-02-221-1/+1
| * powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy2019-02-221-4/+0
| * powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman2019-02-221-9/+23
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-02-222-2/+3
| |\
| | * powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras2019-02-211-1/+1
| | * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-1/+2
| * | Merge branch 'topic/dma' into nextMichael Ellerman2019-02-219-121/+33
| |\ \
| | * | powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig2019-02-182-29/+10
| | * | powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-6/+0
| | * | powerpc/dma: remove get_dma_offsetChristoph Hellwig2019-02-182-18/+6
| | * | powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-182-12/+0
| | * | powerpc/dma: use the dma_direct mapping routinesChristoph Hellwig2019-02-181-30/+0
| | * | powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig2019-02-181-1/+0
| | * | powerpc/dma: remove dma_nommu_dma_supportedChristoph Hellwig2019-02-181-1/+0
| | * | powerpc/dma: remove dma_nommu_get_required_maskChristoph Hellwig2019-02-181-1/+0
| | * | powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig2019-02-181-4/+0
OpenPOWER on IntegriCloud