summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-04-131-1/+1
|\
| * powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman2019-04-101-1/+1
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-5/+2
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-0/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-0/+2
| |\
| | * powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-03-161-0/+2
* | | powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings2019-03-211-1/+1
* | | powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2019-03-181-4/+4
* | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-172-3/+0
|\ \ \
| * | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
| * | | kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0
| |/ /
* | | 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-153-1/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()Suraj Jitindar Singh2019-03-011-0/+2
| * | | KVM: PPC: Fix compilation when KVM is not enabledPaul Mackerras2019-02-271-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/+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