summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-18/+9
|\
| * powerpc: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * powerpc: Use bool in archrandom.hRichard Henderson2020-01-251-8/+9
| * powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-10/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-5/+5
|\ \
| * | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
| * | powerpc: book3s64: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-5/+5
* | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3117-207/+173
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-3011-24/+61
| |\ \ \
| | * | | KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael2020-01-291-0/+1
| | * | | KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao2020-01-291-1/+1
| | * | | KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-175-0/+39
| | * | | KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-174-6/+6
| | * | | KVM: PPC: Book3E: Replace current->mm by kvm->mmLeonardo Bras2020-01-171-1/+1
| | * | | KVM: PPC: Book3S: Replace current->mm by kvm->mmLeonardo Bras2020-01-173-11/+13
| | * | | KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'zhengbin2020-01-171-5/+0
| * | | | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-1/+1
| * | | | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-10/+0
| * | | | KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson2020-01-271-24/+32
| * | | | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-272-10/+0
| * | | | KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()Sean Christopherson2020-01-271-27/+33
| * | | | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-23/+4
| * | | | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
| * | | | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+5
| * | | | KVM: PPC: Drop kvm_arch_vcpu_free()Sean Christopherson2020-01-241-7/+2
| * | | | KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-248-55/+29
| * | | | KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson2020-01-241-3/+3
| * | | | KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initSean Christopherson2020-01-241-11/+11
| * | | | KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-248-77/+51
| * | | | KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson2020-01-241-0/+2
| * | | | KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson2020-01-241-1/+3
| * | | | KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson2020-01-241-1/+3
| |/ / /
* | | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\ \ \ \
| * | | | mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | | | | Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-301-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-01-281-0/+1
* | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \
| * | | | | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-292-18/+1
|\ \ \ \ \
| * | | | | compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-032-18/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \
| * | | | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
* | | | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-296-18/+3
|\ \ \ \ \ \
| * | | | | | arch/powerpc/setup: Drop dummy_con initializationArvind Sankar2020-01-145-17/+0
| * | | | | | Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman2020-01-133-4/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman2019-12-2313-31/+59
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-181-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-282-17/+5
|\ \ \ \ \ \
| * | | | | | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-092-17/+5
| |/ / / / /