summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+0Star
|\
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0Star
* | Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-161-0/+8
|\ \
| * | powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V2019-03-051-0/+8
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-152-1/+18
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: Fix compilation when KVM is not enabledPaul Mackerras2019-02-261-1/+1
| * | Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-02-223-2/+20
| |\ \
| | * \ Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-222-2/+3
| | |\ \
| | * | | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-0/+2
| | * | | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-0/+14
| | * | | KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras2019-02-191-0/+1
| * | | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
| |/ / /
* | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-0743-331/+313Star
|\ \ \ \ | | |_|/ | |/| |
| * | | powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-012-8/+7Star
| * | | powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin2019-02-261-6/+4Star
| * | | 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-251-1/+14
| * | | powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-232-6/+2Star
| * | | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-2/+0Star
| * | | 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/+6Star
| * | | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-234-23/+22Star
| * | | 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/+2Star
| * | | 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-211-4/+4
| * | | powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-211-0/+1
| * | | powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-212-1/+3
| * | | powerpc: simplify BDI switchChristophe Leroy2019-02-211-0/+2
| * | | powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-211-0/+2
| * | | powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-212-18/+4Star
| * | | powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran2019-02-211-0/+1
| * | | powerpc/eeh: Allow disabling recoveryOliver O'Halloran2019-02-211-0/+1
| * | | powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran2019-02-211-0/+2
| * | | powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran2019-02-211-0/+3
| * | | powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran2019-02-211-1/+1
| * | | powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy2019-02-211-4/+0Star
| * | | powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman2019-02-211-9/+23
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-02-212-2/+3
| |\ \ \ | | | |/ | | |/|