summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-02-26powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-26powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy
2019-02-23powerpc: regain entire stack spaceChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy
2019-02-23powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy
2019-02-23powerpc/32: add helper to write into segment registersChristophe Leroy
2019-02-23powerpc: sstep: Add tests for addc[.] instructionSandipan Das
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy
2019-02-22powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy
2019-02-22powerpc: simplify BDI switchChristophe Leroy
2019-02-22powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras
2019-02-22powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V
2019-02-22powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran
2019-02-22powerpc/eeh: Allow disabling recoveryOliver O'Halloran
2019-02-22powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran
2019-02-22powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran
2019-02-22powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran
2019-02-22powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy
2019-02-22powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman
2019-02-22Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-02-21powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras
2019-02-21KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller